From 93ed465dcdc866013cd93c3662937497900c8086 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 27 Apr 2020 02:09:08 +0900 Subject: [PATCH] test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390x Revert 9948addda67f4b7a6e3575f1eba9025f998811d2. It is now discussed in https://bugs.ruby-lang.org/issues/16814, and an assert is added with a217d3cedce3f5aa5c27a1ce6c72b65ec37da057. It would be good to give it a try. --- test/ruby/test_fiber.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ruby/test_fiber.rb b/test/ruby/test_fiber.rb index e4c5841ff5..7070fdf03c 100644 --- a/test/ruby/test_fiber.rb +++ b/test/ruby/test_fiber.rb @@ -360,7 +360,6 @@ class TestFiber < Test::Unit::TestCase end def test_stack_size - skip 'too unstable on Travis s390x-linux' if RUBY_PLATFORM == 's390x-linux' skip 'too unstable on riscv' if RUBY_PLATFORM =~ /riscv/ h_default = eval(invoke_rec('p RubyVM::DEFAULT_PARAMS', nil, nil, false)) h_0 = eval(invoke_rec('p RubyVM::DEFAULT_PARAMS', 0, 0, false))