Bug 1683732 - Add a bug number for ImageBridgeChild to TsanOptions.cpp r=decoder

`ImageBridgeChild` was turned into a one-off thread due to a deadlock, but when bug 1672255 is finished we can revert the changes back to a background task queue without any issues and get rid of these suppressions.

Differential Revision: https://phabricator.services.mozilla.com/D100257
This commit is contained in:
Kris Wright 2020-12-23 09:36:52 +00:00
Родитель 1939c31e93
Коммит f3958b2bdc
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -246,7 +246,10 @@ extern "C" const char* __tsan_default_suppressions() {
"thread:nsThread::Init\n"
"thread:libglib-2\n"
// No Bug - This thread does not seem to be stopped/joined
// This thread does not seem to be stopped/joined.
// ImageBridgeChild should be turned back into a background
// task queue in bug 1647628, in which case these suppressions
// can be removed.
"thread:mozilla::layers::ImageBridgeChild\n"
"race:mozilla::layers::ImageBridgeChild::ShutDown\n"