From 4eca329d29a98209df401aa97d55b9fb8684ba1b Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 11 Dec 2023 18:55:24 -0500 Subject: [PATCH] Skip a YJIT test on RJIT --- bootstraptest/test_yjit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb index 5e64c83b5c..43ed9f2803 100644 --- a/bootstraptest/test_yjit.rb +++ b/bootstraptest/test_yjit.rb @@ -9,7 +9,7 @@ assert_equal '[:ae, :ae]', %q{ end [test(Array.new 5), test([])] -} +} unless defined?(RubyVM::RJIT) && RubyVM::RJIT.enabled? # Not yet working on RJIT # regression test for arity check with splat and send assert_equal '[:ae, :ae]', %q{