From eaa87be5f620a709eb38695f995de405ac42490b Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 24 Nov 2020 20:18:04 -0800 Subject: 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. --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_ractor.rb') 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{ -- cgit v1.2.3