mirror of
https://github.com/ruby/ruby.git
synced 2026-08-02 07:40:40 +08:00
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.
9 lines
454 B
Ruby
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')
|