ruby/test/.excludes-zjit/TestParse.rb
XrXr 14a0afdce0 ZJIT: Skip tests that write to locals in eval for --zjit-disable-hir-opt
I had a go trying to fix these at
<https://github.com/ruby/ruby/pull/17417>, but the full fix is quite
involved. Let's skip for now since filtering local reloads fixes
correctness issues with inlining in the default configuration.
2026-07-06 15:26:37 -04:00

9 lines
454 B
Ruby

# See <https://github.com/Shopify/ruby/issues/970>.
# These tests fail with --zjit-disable-hir-opt
exclude(:test_utf8_bom, 'local assignment within eval')
exclude(:test_pow_asgn, 'local assignment within eval')
exclude(:test_backquote, 'local assignment within eval')
exclude(:test_dot_in_next_line, 'local assignment within eval')
exclude(:test_here_document, 'local assignment within eval')
exclude(:test_magic_comment, 'local assignment within eval')