ruby-changes:60917
From: Yusuke <ko1@a...>
Date: Mon, 27 Apr 2020 02:12:41 +0900 (JST)
Subject: [ruby-changes:60917] 93ed465dcd (master): test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390x
https://git.ruby-lang.org/ruby.git/commit/?id=93ed465dcd From 93ed465dcdc866013cd93c3662937497900c8086 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Mon, 27 Apr 2020 02:09:08 +0900 Subject: 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. diff --git a/test/ruby/test_fiber.rb b/test/ruby/test_fiber.rb index e4c5841..7070fdf 100644 --- a/test/ruby/test_fiber.rb +++ b/test/ruby/test_fiber.rb @@ -360,7 +360,6 @@ class TestFiber < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_fiber.rb#L360 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)) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/