summaryrefslogtreecommitdiff
path: root/tool/rbs_skip_tests_windows
AgeCommit message (Collapse)Author
2026-01-12merge revision(s) 9824724b2ffe583302e9318c6eff7a440478125f: [Backport #21815]Takashi Kokubun
[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
2025-12-25rbs_skip_tests_windowsSoutaro Matsumoto
2025-12-19Skip RBS Ractor test on WindowsNobuyoshi Nakada
It seems hunging up.
2025-08-15Fix RBS tests (#14220)Soutaro Matsumoto
* Use unreleased version of rbs * Skip all failing tests on windows