summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-04-27 02:09:08 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-04-27 02:09:08 +0900
commit93ed465dcdc866013cd93c3662937497900c8086 (patch)
tree01a105cf573995d4fb74efae5b6689f644b5cca0
parenta217d3cedce3f5aa5c27a1ce6c72b65ec37da057 (diff)
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.
-rw-r--r--test/ruby/test_fiber.rb1
1 files changed, 0 insertions, 1 deletions
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))