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 b92bc96 commit 8caea03Copy full SHA for 8caea03
tool/rbs_skip_tests
@@ -45,4 +45,3 @@ test_linear_time?(RegexpSingletonTest)
45
test_new(RegexpSingletonTest)
46
47
## Failed tests caused by unreleased version of Ruby
48
-test_reachable_objects_from_root(ObjectSpaceTest) NoMemoryError with test-unit 3.7.5
tool/rbs_skip_tests_windows
@@ -105,3 +105,5 @@ test_new(TempfileSingletonTest)
105
106
# Errno::EACCES: Permission denied @ apply2files - C:/a/_temp/d20250813-10156-f8z9pn/test.gz
107
test_open(ZlibGzipReaderSingletonTest)
108
+
109
+test_reachable_objects_from_root(ObjectSpaceTest) To avoid NoMemoryError with test-unit 3.7.5
0 commit comments