ruby-changes:52218
From: k0kubun <ko1@a...>
Date: Sat, 18 Aug 2018 11:15:46 +0900 (JST)
Subject: [ruby-changes:52218] k0kubun:r64426 (trunk): test_function.rb: try running test_nogvl_poll again
k0kubun 2018-08-18 11:15:41 +0900 (Sat, 18 Aug 2018) New Revision: 64426 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64426 Log: test_function.rb: try running test_nogvl_poll again According to some runs in mjit-test (make test-all RUN_OPTS="--jit-wait"), this test might not be the cause of its failure. So, let me try running this again. Modified files: trunk/test/fiddle/test_function.rb Index: test/fiddle/test_function.rb =================================================================== --- test/fiddle/test_function.rb (revision 64425) +++ test/fiddle/test_function.rb (revision 64426) @@ -73,10 +73,6 @@ module Fiddle https://github.com/ruby/ruby/blob/trunk/test/fiddle/test_function.rb#L73 end def test_nogvl_poll - if RubyVM::MJIT.enabled? - skip 'r64355 make `make test-all RUN_OPTS="--jit-wait"` hang and CI running it times out.' - end - # XXX hack to quiet down CI errors on EINTR from r64353 # [ruby-core:88360] [Misc #14937] # Making pipes (and sockets) non-blocking by default would allow -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/