summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-26 11:39:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-26 12:12:05 +0900
commit9824724b2ffe583302e9318c6eff7a440478125f (patch)
treedd9d372f20331cee6602d8fb82aa7fff27d0d202 /tool
parent02275b1e53339f34e46b7e69e1512895ea105042 (diff)
Skip test_write_binary(GemSingletonTest) at rbs tests
``` Errno::EACCES: Permission denied @ rb_file_s_rename ... D:/a/ruby/ruby/src/lib/rubygems/util/atomic_file_writer.rb:42:in 'File.rename' ``` It may caused with atomic_file_writer.rb
Diffstat (limited to 'tool')
-rw-r--r--tool/rbs_skip_tests_windows4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests_windows b/tool/rbs_skip_tests_windows
index 1b9f930e84..35e78e237f 100644
--- a/tool/rbs_skip_tests_windows
+++ b/tool/rbs_skip_tests_windows
@@ -107,3 +107,7 @@ test_new(TempfileSingletonTest)
test_open(ZlibGzipReaderSingletonTest)
test_reachable_objects_from_root(ObjectSpaceTest) To avoid NoMemoryError with test-unit 3.7.5
+
+# Errno::EACCES: Permission denied @ rb_file_s_rename
+# D:/a/ruby/ruby/src/lib/rubygems/util/atomic_file_writer.rb:42:in 'File.rename'
+test_write_binary(GemSingletonTest)