You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude MRI test TestRubyOptions#test_set_program_name
It fails because a spawned process fails with exception because of not implemented method Process.arg0. But the test may also pass because it may check a spawned process name before it stops with error. So some CI builds pass and some fails with error
```
1) Failure:
TestRubyOptions#test_set_program_name [/Users/graal1/slave/e/main/test/mri/tests/ruby/test_rubyoptions.rb:694]:
Expected /hello world/ to match "COMMAND\n" + "(ruby)\n".
```
0 commit comments