Despite applying a fix to RJIT similar to the YJIT fix, this test still
crashes RJIT.
This commit is contained in:
Alan Wu 2023-04-14 16:49:38 -04:00
Родитель 0b95cbcbde
Коммит 87c7de55e0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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