diff options
| author | Stan Lo <stan.lo@shopify.com> | 2025-09-02 18:04:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-02 10:04:37 -0700 |
| commit | a8df3f664fe408deb6105cfb42a0e9841a7dc11e (patch) | |
| tree | cb0d570d834d202b8ad76f1f28c3bbdd17c606fc | |
| parent | f0cc93c136e0bfa24be39b57e8d8d81bcfe03c13 (diff) | |
ZJIT: Unskip a Ractor bootstrap test (#14421)
ZJIT: Unskip Ractor bootstrap test
| -rw-r--r-- | bootstraptest/test_ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb index b8cde62344..74fee197f8 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -415,7 +415,7 @@ assert_equal '{ok: 3}', %q{ end 3.times.map{Ractor.receive}.tally -} unless yjit_enabled? || zjit_enabled? # YJIT: `[BUG] Bus Error at 0x000000010b7002d0` in jit_exec(), ZJIT hangs +} unless yjit_enabled? # YJIT: `[BUG] Bus Error at 0x000000010b7002d0` in jit_exec() # unshareable object are copied assert_equal 'false', %q{ |
