From 6e6c4212d32496cd4ea36c7962ddd3499c81ac0e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 2 Jul 2025 01:31:57 +0900 Subject: [PATCH] Backport GH-13617 for s390x (#13757) --- test/ruby/test_variable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_variable.rb b/test/ruby/test_variable.rb index fc2580654dafc8..a291aa4fecf78c 100644 --- a/test/ruby/test_variable.rb +++ b/test/ruby/test_variable.rb @@ -413,6 +413,7 @@ def test_external_ivars end def test_exivar_resize_with_compaction_stress + omit "compaction doesn't work well on s390x" if RUBY_PLATFORM =~ /s390x/ # https://github.com/ruby/ruby/pull/5077 objs = 10_000.times.map do ExIvar.new end