ruby-changes:53169
From: k0kubun <ko1@a...>
Date: Sat, 27 Oct 2018 14:14:51 +0900 (JST)
Subject: [ruby-changes:53169] k0kubun:r65383 (trunk): test_io.rb: skip busy wait test again
k0kubun 2018-10-27 14:14:46 +0900 (Sat, 27 Oct 2018) New Revision: 65383 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65383 Log: test_io.rb: skip busy wait test again which I tried to avoid skipping this in r65311, but the test seems not working under some high load of ci.rvm.jp. Modified files: trunk/test/ruby/test_io.rb Index: test/ruby/test_io.rb =================================================================== --- test/ruby/test_io.rb (revision 65382) +++ test/ruby/test_io.rb (revision 65383) @@ -548,6 +548,7 @@ class TestIO < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L548 if have_nonblock? def test_copy_stream_no_busy_wait + skip "MJIT has busy wait on GC. This sometimes fails with --jit." if RubyVM::MJIT.enabled? skip "multiple threads already active" if Thread.list.size > 1 msg = 'r58534 [ruby-core:80969] [Backport #13533]' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/