Skip to content

Commit

Permalink
RJIT: Skip a YJIT test
Browse files Browse the repository at this point in the history
Despite applying a fix to RJIT similar to the YJIT fix, this test still
crashes RJIT.
  • Loading branch information
XrXr committed Apr 14, 2023
1 parent 4d10a8c commit 08ca563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest/test_yjit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def extender
# 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
Expand Down

0 comments on commit 08ca563

Please sign in to comment.