From 60c814607d5a1cc0522303cfe8378183a427dd79 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 23 Dec 2024 09:39:06 +0900 Subject: [PATCH] Omit TestEval#test_outer_local_variable_under_gc_compact_stress with s390x --- test/ruby/test_eval.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_eval.rb b/test/ruby/test_eval.rb index b880b03e08..d2145bec5d 100644 --- a/test/ruby/test_eval.rb +++ b/test/ruby/test_eval.rb @@ -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