Index: tools/valgrind/tsan/suppressions.txt |
=================================================================== |
--- tools/valgrind/tsan/suppressions.txt (revision 66598) |
+++ tools/valgrind/tsan/suppressions.txt (working copy) |
@@ -176,6 +176,13 @@ |
obj:*ipc_tests |
} |
+{ |
+ bug_63590 |
+ ThreadSanitizer:Race |
+ fun:*ObserverListBase*Iterator* |
+ fun:*browser_sync*SyncerThreadWithSyncerTest_AuthInvalid_Test* |
+} |
+ |
# TODO(timurrrr): bug item |
{ |
Data race on bool in AssertReporter [test-only] |