Index: tools/valgrind/tsan_v2/suppressions.txt |
=================================================================== |
--- tools/valgrind/tsan_v2/suppressions.txt (revision 192546) |
+++ tools/valgrind/tsan_v2/suppressions.txt (working copy) |
@@ -17,6 +17,10 @@ |
race:pcache1EnforceMaxPage |
race:pcache1AllocPage |
+# http://crbug.com/102327. |
+# Test-only race, won't fix. |
+race:tracked_objects::ThreadData::ShutdownSingleThreadedCleanup |
+ |
# http://crbug.com/115540 |
race:base::Thread::ThreadMain |
race:content::BrowserThread::GetCurrentThreadIdentifier |
@@ -46,6 +50,7 @@ |
# http://crbug.com/223352 |
race:uprv_malloc_46 |
+race:uprv_realloc_46 |
# http://crbug.com/223955 |
race:PassRefPtr |