Skip to content

Commit 317cd4c

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 5be1724 commit 317cd4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)