Skip to content

Commit

Permalink
There should be a single GC excludes file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton authored Jul 14, 2022
1 parent 964ba32 commit 8e537c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions test/excludes/_third_party_heap/TestGC.rb

This file was deleted.

6 changes: 5 additions & 1 deletion test/excludes/_third_party_heap/TestGc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@
exclude :test_vm_object, "no gc implemented yet"
exclude :test_exception_in_finalizer_procs, "no gc implemented yet"
exclude :test_exception_in_finalizer_method, "no gc implemented yet"
exclude :test_object_ids_never_repeat, "no gc implemented yet"
exclude :test_object_ids_never_repeat, "no gc implemented yet"
exclude :gc_mark_begin, "no gc implemented yet"
exclude :gc_mark_end, "no gc implemented yet"
exclude :gc_sweep_begin, "no gc implemented yet"
exclude :gc_sweep_end, "no gc implemented yet"

0 comments on commit 8e537c6

Please sign in to comment.