test: disable flaky WPT Blob test on AIX · nodejs/node@73e80f9 · GitHub
Skip to content

Commit 73e80f9

Browse files
jasnelladuh95
authored andcommitted
test: disable flaky WPT Blob test on AIX
The test Blob-array-buffer.any.js can be flaky on AIX due to a recognized race condition in v8. The failed assert is in deps/v8/src/base/platform/platform-aix.cc on line 199, preceeded by the comment: > If this check fails it's most likely due to a racing condition > where another thread has mapped the same address right before we > do. Since this could cause hard-to-debug issues, potentially with > security impact, and we can't recover from this, the best we can do > is abort the process. Disabling the test on AIX until the underlying issue can be resolved (if it can be resolved at all) is really the only option currently. Reliability Report: https://github.com/nodejs/reliability/blob/main/reports/2026-03-28.md Signed-off-by: James M Snell <jasnell@gmail.com> Assisted-by: Opencode/Opus 4.6 PR-URL: #62470 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent f2d7933 commit 73e80f9

2 files changed

Lines changed: 59 additions & 38 deletions

File tree

test/wpt/status/FileAPI/blob.cjs

Lines changed: 59 additions & 0 deletions

test/wpt/status/FileAPI/blob.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)