Bug 1733908 - Add temporary TSan suppressions r=decoder

Looks like there are a couple of impacted sites - these temporary suppressions should clear up the tests until they can be addressed.

Differential Revision: https://phabricator.services.mozilla.com/D128222
This commit is contained in:
Kris Wright 2021-10-12 14:43:53 +00:00
parent db4ace8177
commit 998548ca0d

View File

@ -296,6 +296,10 @@ extern "C" const char* __tsan_default_suppressions() {
"race:mozilla::gl::MesaMemoryLeakWorkaround\n"
// Bug 1733908
"race:js::wasm::Code::bestTier\n"
"race:js::wasm::Code::commitTier2\n"
// End of suppressions.
; // Please keep this semicolon.
}