summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorSoutaro Matsumoto <matsumoto@soutaro.com>2025-12-25 02:13:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-25 05:46:44 +0900
commit8caea03213ff809544271d3135e0873d9c419532 (patch)
treed49179e0108791ea18ba52294d03c883f792031b /tool
parentb92bc9654120547f9dd261ce04dacdb17bf720e1 (diff)
rbs_skip_tests_windows
Diffstat (limited to 'tool')
-rw-r--r--tool/rbs_skip_tests1
-rw-r--r--tool/rbs_skip_tests_windows2
2 files changed, 2 insertions, 1 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests
index ec149fdf5d..d5139705b3 100644
--- a/tool/rbs_skip_tests
+++ b/tool/rbs_skip_tests
@@ -45,4 +45,3 @@ test_linear_time?(RegexpSingletonTest)
test_new(RegexpSingletonTest)
## Failed tests caused by unreleased version of Ruby
-test_reachable_objects_from_root(ObjectSpaceTest) NoMemoryError with test-unit 3.7.5
diff --git a/tool/rbs_skip_tests_windows b/tool/rbs_skip_tests_windows
index 43888c98a7..1b9f930e84 100644
--- a/tool/rbs_skip_tests_windows
+++ b/tool/rbs_skip_tests_windows
@@ -105,3 +105,5 @@ test_new(TempfileSingletonTest)
# Errno::EACCES: Permission denied @ apply2files - C:/a/_temp/d20250813-10156-f8z9pn/test.gz
test_open(ZlibGzipReaderSingletonTest)
+
+test_reachable_objects_from_root(ObjectSpaceTest) To avoid NoMemoryError with test-unit 3.7.5