From 91f825457ce037c19e9f971d0075de347b0dac8c Mon Sep 17 00:00:00 2001 From: Chris Seaton Date: Wed, 13 Jul 2022 22:06:32 +0000 Subject: [PATCH] There should be a single GC excludes file --- test/excludes/_third_party_heap/TestGC.rb | 4 ---- test/excludes/_third_party_heap/TestGc.rb | 6 +++++- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 test/excludes/_third_party_heap/TestGC.rb diff --git a/test/excludes/_third_party_heap/TestGC.rb b/test/excludes/_third_party_heap/TestGC.rb deleted file mode 100644 index 1332d80b2c67a4..00000000000000 --- a/test/excludes/_third_party_heap/TestGC.rb +++ /dev/null @@ -1,4 +0,0 @@ -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" \ No newline at end of file diff --git a/test/excludes/_third_party_heap/TestGc.rb b/test/excludes/_third_party_heap/TestGc.rb index e6ab74d25d02f6..f964d240f94398 100644 --- a/test/excludes/_third_party_heap/TestGc.rb +++ b/test/excludes/_third_party_heap/TestGc.rb @@ -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" \ No newline at end of file +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"