From 067a5f1a0024ebd270f363cd440147da9dc176b5 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Thu, 7 Jul 2022 14:17:39 +0100 Subject: [PATCH] [Feature #18901] Don't run size pool move tests without VWA --- test/ruby/test_gc_compact.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb index 8ecb41438a..7d72f3573b 100644 --- a/test/ruby/test_gc_compact.rb +++ b/test/ruby/test_gc_compact.rb @@ -250,6 +250,7 @@ class TestGCCompact < Test::Unit::TestCase end def test_moving_strings_up_size_pools + omit if !GC.using_rvargc? assert_separately([], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 10, signal: :SEGV) begin; STR_COUNT = 500 @@ -267,6 +268,7 @@ class TestGCCompact < Test::Unit::TestCase end def test_moving_strings_down_size_pools + omit if !GC.using_rvargc? assert_separately([], "#{<<~"begin;"}\n#{<<~"end;"}", timeout: 10, signal: :SEGV) begin; STR_COUNT = 500