We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964ba32 commit 8e537c6Copy full SHA for 8e537c6
test/excludes/_third_party_heap/TestGC.rb
test/excludes/_third_party_heap/TestGc.rb
@@ -29,4 +29,8 @@
29
exclude :test_vm_object, "no gc implemented yet"
30
exclude :test_exception_in_finalizer_procs, "no gc implemented yet"
31
exclude :test_exception_in_finalizer_method, "no gc implemented yet"
32
-exclude :test_object_ids_never_repeat, "no gc implemented yet"
+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