aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_ractor.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-11-24 20:18:04 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-11-24 20:18:05 -0800
commiteaa87be5f620a709eb38695f995de405ac42490b (patch)
tree0b996e4fd31ad8d6d18ad72cefc27b5f7315806e /bootstraptest/test_ractor.rb
parentc6b7b4f6f429d2cd3ea7a5ba38d2fc9f9037b91f (diff)
downloadruby-eaa87be5f620a709eb38695f995de405ac42490b.tar.gz
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.
Diffstat (limited to 'bootstraptest/test_ractor.rb')
-rw-r--r--bootstraptest/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb
index 48857a9cf7..d5d78d7ad9 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -161,7 +161,7 @@ assert_equal 30.times.map { 'ok' }.to_s, %q{
30.times.map{|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.
assert_equal 'ok', %q{