mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/ruby/test_fiber.rb (test_stack_size): re-enabled on s390x
Revert9948addda6
. It is now discussed in https://bugs.ruby-lang.org/issues/16814, and an assert is added witha217d3cedc
. It would be good to give it a try.
This commit is contained in:
parent
a217d3cedc
commit
93ed465dcd
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue