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

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

Issue 3130012: Suppress data race in UI (bug 51890) and remove a suppression for a race fixe... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/suppressions.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 55717)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -14,12 +14,6 @@
}
{
- bug_25915
- ThreadSanitizer:Race
- fun:*browser_sync*BookmarkModelWorker*
-}
-
-{
bug_37496
ThreadSanitizer:Race
...
@@ -38,6 +32,22 @@
fun:*media*PipelineImpl*GetCurrentTime*
}
+{
+ bug_51890a
+ ThreadSanitizer:Race
+ ...
+ fun:history::TopSites::GenerateCanonicalURLs*
+ fun:history::TopSites::StoreMostVisited*
+}
+
+{
+ bug_51890b
+ ThreadSanitizer:Race
+ ...
+ fun:history::TopSites::SetPageThumbnail*
+ fun:TabContents::UpdateThumbnail*
+}
+
############################
# Real races in third_party
{
« 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