Skip to content

Commit 8e537c6

Browse files
authored
There should be a single GC excludes file (#3)
1 parent 964ba32 commit 8e537c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/excludes/_third_party_heap/TestGC.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/excludes/_third_party_heap/TestGc.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929
exclude :test_vm_object, "no gc implemented yet"
3030
exclude :test_exception_in_finalizer_procs, "no gc implemented yet"
3131
exclude :test_exception_in_finalizer_method, "no gc implemented yet"
32-
exclude :test_object_ids_never_repeat, "no gc implemented yet"
32+
exclude :test_object_ids_never_repeat, "no gc implemented yet"
33+
exclude :gc_mark_begin, "no gc implemented yet"
34+
exclude :gc_mark_end, "no gc implemented yet"
35+
exclude :gc_sweep_begin, "no gc implemented yet"
36+
exclude :gc_sweep_end, "no gc implemented yet"

0 commit comments

Comments
 (0)