Compare commits

...

1 Commits

Author SHA1 Message Date
Claude Bot
c87c2d00df Add worker_threads tests to no-validate-leaksan.txt
Added the following tests:
- test/js/node/worker_threads/15787.test.ts
- test/js/node/worker_threads/worker-async-dispose.test.ts

These tests are already excluded but were missing from the list.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 23:14:55 +00:00

View File

@@ -60,6 +60,8 @@ test/js/node/test/parallel/test-worker-unref-from-message-during-exit.js
test/js/node/test/parallel/test-worker-workerdata-sharedarraybuffer.js
test/js/node/test/parallel/test-worker.js
test/js/node/test/parallel/test-worker.mjs
test/js/node/worker_threads/15787.test.ts
test/js/node/worker_threads/worker-async-dispose.test.ts
test/js/node/worker_threads/worker_destruction.test.ts
test/js/web/broadcastchannel/broadcast-channel.test.ts