diff options
| author | Soutaro Matsumoto <matsumoto@soutaro.com> | 2025-12-25 02:13:09 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-25 05:46:44 +0900 |
| commit | 8caea03213ff809544271d3135e0873d9c419532 (patch) | |
| tree | d49179e0108791ea18ba52294d03c883f792031b /tool | |
| parent | b92bc9654120547f9dd261ce04dacdb17bf720e1 (diff) | |
rbs_skip_tests_windows
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/rbs_skip_tests | 1 | ||||
| -rw-r--r-- | tool/rbs_skip_tests_windows | 2 |
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 |
