aboutsummaryrefslogtreecommitdiffstats
path: root/test/fiddle
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-18 02:15:41 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-18 02:15:41 +0000
commite5d603b30638653f9fa5f434639f1c5f3d780c9d (patch)
tree4ae6df54ea7eb6baf6ab2342ba6ca6587249a185 /test/fiddle
parent3345c9a8d7a752806968556f2bfb9643e84b80c0 (diff)
downloadruby-e5d603b30638653f9fa5f434639f1c5f3d780c9d.tar.gz
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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/fiddle')
-rw-r--r--test/fiddle/test_function.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/fiddle/test_function.rb b/test/fiddle/test_function.rb
index c6b2cd329d..12a6425ff7 100644
--- a/test/fiddle/test_function.rb
+++ b/test/fiddle/test_function.rb
@@ -73,10 +73,6 @@ module Fiddle
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