Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: tools/valgrind/tsan_v2/suppressions.txt

Issue 13296008: More TSan v2 suppressions: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698