Commit c1c7791
committed
Disable failing specs on macOS in RubyCI
* https://logs.rubyci.org/osx1400arm/ruby-master/log/20260807T174503Z.fail.html.gz
1)
File.setgid? accepts a path in a non-UTF-8, ASCII-compatible encoding containing non-ASCII characters FAILED
Expected false == true
to be truthy but was false
/Users/hsbt/chkbuild/tmp/build/20260807T174503Z/ruby/spec/ruby/shared/file/setgid.rb:11:in 'block (3 levels) in <top (required)>'
/Users/hsbt/chkbuild/tmp/build/20260807T174503Z/ruby/spec/ruby/core/file/setgid_spec.rb:4:in '<top (required)>'
2)
File::Stat#setgid? accepts a path in a non-UTF-8, ASCII-compatible encoding containing non-ASCII characters FAILED
Expected false == true
to be truthy but was false
/Users/hsbt/chkbuild/tmp/build/20260807T174503Z/ruby/spec/ruby/shared/file/setgid.rb:11:in 'block (3 levels) in <top (required)>'
/Users/hsbt/chkbuild/tmp/build/20260807T174503Z/ruby/spec/ruby/core/file/stat/setgid_spec.rb:5:in '<top (required)>'
3)
FileTest.setgid? accepts a path in a non-UTF-8, ASCII-compatible encoding containing non-ASCII characters FAILED
Expected false == true
to be truthy but was false
/Users/hsbt/chkbuild/tmp/build/20260807T174503Z/ruby/spec/ruby/shared/file/setgid.rb:11:in 'block (3 levels) in <top (required)>'
/Users/hsbt/chkbuild/tmp/build/20260807T174503Z/ruby/spec/ruby/core/filetest/setgid_spec.rb:4:in '<top (required)>'1 parent f9715d2 commit c1c7791
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments