summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-23 09:39:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-23 09:39:08 +0900
commit60c814607d5a1cc0522303cfe8378183a427dd79 (patch)
tree4d746519b0bc1cecb6d8eac4631ce5f1d180b996 /test/ruby
parentaf903a77d7d39ba353769dd67ee7c7d12a75b28d (diff)
Omit TestEval#test_outer_local_variable_under_gc_compact_stress with s390x
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_eval.rb1
1 files changed, 1 insertions, 0 deletions
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