From 3601b6c2c1226482a001b98863fe6f79cd84ad35 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 12 Jan 2026 17:11:36 -0800 Subject: merge revision(s) 9824724b2ffe583302e9318c6eff7a440478125f: [Backport #21815] [PATCH] 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 --- tool/rbs_skip_tests_windows | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3