diff options
author | Takashi Kokubun <takashi.kokubun@shopify.com> | 2025-07-03 09:22:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 09:22:45 -0700 |
commit | 57f4460f0c040bfaaa8486540bb88ffef6b8aa53 (patch) | |
tree | 99d3c8e1c59df3c8fc85297bd5e7589f6780ec14 /bootstraptest/test_ractor.rb | |
parent | 8b2d76136ba00d634522fbe46e2131dd7c8fa99c (diff) |
ZJIT: Skip a hanging ractor test (#13774)
Diffstat (limited to 'bootstraptest/test_ractor.rb')
-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 1c89cd40ee..834c7ceebb 100644 --- a/bootstraptest/test_ractor.rb +++ b/bootstraptest/test_ractor.rb @@ -389,7 +389,7 @@ assert_equal '{ok: 3}', %q{ end 3.times.map{Ractor.receive}.tally -} unless yjit_enabled? # `[BUG] Bus Error at 0x000000010b7002d0` in jit_exec() +} unless yjit_enabled? || zjit_enabled? # YJIT: `[BUG] Bus Error at 0x000000010b7002d0` in jit_exec(), ZJIT hangs # unshareable object are copied assert_equal 'false', %q{ |