Omit TestEval#test_outer_local_variable_under_gc_compact_stress with s390x

This commit is contained in:
Hiroshi SHIBATA 2024-12-23 09:39:06 +09:00
parent af903a77d7
commit 60c814607d
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -639,6 +639,7 @@ class TestEval < Test::Unit::TestCase
def test_outer_local_variable_under_gc_compact_stress
omit "compaction is not supported on this platform" unless GC.respond_to?(:compact)
omit "compaction is not supported on s390x" if /s390x/ =~ RUBY_PLATFORM
assert_separately([], <<~RUBY)
o = Object.new