[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpace
authorMatt Valentine-House <[email protected]>
Wed, 30 Apr 2025 10:48:59 +0000 (30 11:48 +0100)
committergit <[email protected]>
Wed, 30 Apr 2025 13:41:21 +0000 (30 13:41 +0000)
These filenames are passed into test classes, and the tests we're trying
to exclude exist in TestObjectSpace in the Ruby repo, not TestObjSpace

https://github.com/ruby/mmtk/commit/195728dc8c

test/.excludes-mmtk/TestObjSpace.rb
test/.excludes-mmtk/TestObjectSpace.rb [new file with mode: 0644]

index 200face..05666e4 100644 (file)
@@ -1,4 +1,3 @@
 exclude(:test_dump_all_full, "testing behaviour specific to default GC")
 exclude(:test_dump_flag_age, "testing behaviour specific to default GC")
 exclude(:test_dump_flags, "testing behaviour specific to default GC")
-exclude(:test_finalizer, "times out in debug mode on Ubuntu")
diff --git a/test/.excludes-mmtk/TestObjectSpace.rb b/test/.excludes-mmtk/TestObjectSpace.rb
new file mode 100644 (file)
index 0000000..a92be80
--- /dev/null
@@ -0,0 +1 @@
+exclude(:test_finalizer, "times out in debug mode on Ubuntu")