aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-04-14 16:49:38 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2023-04-14 18:01:14 -0400
commit87c7de55e0ef34ea5a3ee1238216316035959b90 (patch)
tree41a7e4c8cda0dfcfd1b1a993c72e84b18bf5756d /bootstraptest
parent0b95cbcbde8875effdbcbb676cb0a7f751a1d4c1 (diff)
downloadruby-87c7de55e0ef34ea5a3ee1238216316035959b90.tar.gz
RJIT: Skip a YJIT test
Despite applying a fix to RJIT similar to the YJIT fix, this test still crashes RJIT.
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_yjit.rb2
1 files changed, 1 insertions, 1 deletions
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