ruby/bootstraptest
Alan Wu 7cec7d14c3
YJIT: Fix object movement bug in iseq guard for invokeblock
Since the compile-time iseq used in the guard was not marked and updated
during compaction, a runtime value reusing the address could falsely pass
the guard.

Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
2023-09-15 19:03:48 -04:00
..
pending.rb
runner.rb
test_attr.rb
test_autoload.rb
test_block.rb
test_class.rb
test_constant_cache.rb
test_env.rb
test_eval.rb
test_exception.rb
test_fiber.rb
test_finalizer.rb
test_flip.rb
test_flow.rb
test_fork.rb
test_gc.rb
test_insns.rb
test_io.rb
test_jump.rb
test_literal.rb
test_literal_suffix.rb
test_load.rb
test_marshal.rb
test_massign.rb
test_method.rb
test_objectspace.rb
test_proc.rb
test_ractor.rb Fix a typo [ci skip] 2023-07-17 00:15:05 +09:00
test_rjit.rb
test_string.rb
test_struct.rb
test_syntax.rb [Bug #19882] Reject tokens invalid as symbols 2023-09-15 17:27:36 +09:00
test_thread.rb Skip a flaky test for RJIT 2023-07-11 14:39:32 -07:00
test_yjit.rb YJIT: Fix object movement bug in iseq guard for invokeblock 2023-09-15 19:03:48 -04:00
test_yjit_30k_ifelse.rb
test_yjit_30k_methods.rb
test_yjit_rust_port.rb