Skip test_ractor.rb:137 for --jit-min-calls=5
It's failing like http://ci.rvm.jp/results/trunk-mjit-wait@phosphorus-docker/3270373 but I have no bandwidth to fix it for now. We're still checking --jit-wait (without --jit-min-calls=5) on GitHub Actions.
This commit is contained in:
parent
c6b7b4f6f4
commit
eaa87be5f6
@ -161,7 +161,7 @@ assert_equal 30.times.map { 'ok' }.to_s, %q{
|
|||||||
30.times.map{|i|
|
30.times.map{|i|
|
||||||
test i
|
test i
|
||||||
}
|
}
|
||||||
}
|
} unless ENV['RUN_OPTS'] =~ /--jit-min-calls=5/ # This always fails with --jit-wait --jit-min-calls=5
|
||||||
|
|
||||||
# Outgoing port of a ractor will be closed when the Ractor is terminated.
|
# Outgoing port of a ractor will be closed when the Ractor is terminated.
|
||||||
assert_equal 'ok', %q{
|
assert_equal 'ok', %q{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user