From 87c7de55e0ef34ea5a3ee1238216316035959b90 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 14 Apr 2023 16:49:38 -0400 Subject: RJIT: Skip a YJIT test Despite applying a fix to RJIT similar to the YJIT fix, this test still crashes RJIT. --- bootstraptest/test_yjit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb index 7cf39f2126..819d9b9480 100644 --- a/bootstraptest/test_yjit.rb +++ b/bootstraptest/test_yjit.rb @@ -16,7 +16,7 @@ assert_equal '[:ok]', %q{ # Used to crash due to GC run in rb_ensure_iv_list_size() # not marking the newly allocated [:ok]. RegressionTest.new.extender.itself -} +} unless RUBY_DESCRIPTION.include?('+RJIT') # Skip on RJIT since this uncovers a crash assert_equal 'true', %q{ # regression test for tracking type of locals for too long -- cgit v1.2.1