Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit aa245e4

Browse files
author
Kris Wright
committed
Bug 1733908 - Add one more js::wasm::Code suppression to TSan r=decoder
Try pushes are showing one more data race that I didn't catch. Differential Revision: https://phabricator.services.mozilla.com/D128271
1 parent 31935fd commit aa245e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mozglue/build/TsanOptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ extern "C" const char* __tsan_default_suppressions() {
299299
// Bug 1733908
300300
"race:js::wasm::Code::bestTier\n"
301301
"race:js::wasm::Code::commitTier2\n"
302+
"race:js::wasm::Code::setTier2\n"
302303

303304
// End of suppressions.
304305
; // Please keep this semicolon.

0 commit comments

Comments
 (0)