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

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 6354012: Update the suppression for a race on bool in HistoryURLProvider; ignore a fun... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/tsan/ignores.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Chromium 2 # Chromium
3 3
4 { 4 {
5 bug_23433 5 bug_23433
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 fun:*logging*SetMinLogLevel* 7 fun:*logging*SetMinLogLevel*
8 } 8 }
9 9
10 { 10 {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 bug_64075b 76 bug_64075b
77 ThreadSanitizer:Race 77 ThreadSanitizer:Race
78 fun:disk_cache::EntryImpl::UpdateSize* 78 fun:disk_cache::EntryImpl::UpdateSize*
79 fun:disk_cache::EntryImpl::WriteDataImpl* 79 fun:disk_cache::EntryImpl::WriteDataImpl*
80 } 80 }
81 81
82 { 82 {
83 bug_66994a 83 bug_66994a
84 ThreadSanitizer:Race 84 ThreadSanitizer:Race
85 fun:HistoryURLProvider::Stop* 85 fun:HistoryURLProvider::Stop*
86 fun:AutocompleteController::Stop* 86 ...
87 fun:AutocompleteController::St*
87 } 88 }
88 89
89 { 90 {
90 bug_66994b 91 bug_66994b
91 ThreadSanitizer:Race 92 ThreadSanitizer:Race
92 ... 93 ...
93 fun:HistoryURLProvider::ExecuteWithDB* 94 fun:HistoryURLProvider::ExecuteWithDB*
94 } 95 }
95 96
96 { 97 {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ThreadSanitizer:Race 429 ThreadSanitizer:Race
429 ... 430 ...
430 fun:gethostbyname2_r* 431 fun:gethostbyname2_r*
431 } 432 }
432 433
433 { 434 {
434 Benign race in nss (PR_EnterMonitor) 435 Benign race in nss (PR_EnterMonitor)
435 ThreadSanitizer:Race 436 ThreadSanitizer:Race
436 fun:PR_EnterMonitor 437 fun:PR_EnterMonitor
437 } 438 }
OLDNEW
« no previous file with comments | « tools/valgrind/tsan/ignores.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698