Files
bun.sh/scripts/runner.node.mjs
Dylan Conway 96292141b3 fix(test): disable core dumps for spawn-sandbox test
The spawn-sandbox test spawns child processes with seccomp filters
that intentionally kill them with SIGSYS. These expected crashes
were generating core dumps that caused CI to report failures even
though all tests passed.

Add expectsSpawnedProcessCrash() helper to detect tests that expect
spawned processes to crash, and set ASAN_OPTIONS with disable_coredump=1
for those tests.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 20:14:19 +00:00

79 KiB
Executable File