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

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

Issue 215021: Remove a suppression for bug 18488 since it should be fixed already. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « no previous file | 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_15147 5 bug_15147
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*URLRequestJobTracker* 8 fun:*URLRequestJobTracker*
9 } 9 }
10 10
11 { 11 {
12 bug_18488
13 ThreadSanitizer:Race
14 ...
15 fun:*RefCountedBase*
16 fun:*HostResolver*
17 }
18
19 {
20 bug_21259 12 bug_21259
21 ThreadSanitizer:Race 13 ThreadSanitizer:Race
22 ... 14 ...
23 fun:*tracked_objects*ThreadData*StartTracking* 15 fun:*tracked_objects*ThreadData*StartTracking*
24 } 16 }
25 17
26 { 18 {
27 bug_21468 19 bug_21468
28 ThreadSanitizer:Race 20 ThreadSanitizer:Race
29 ... 21 ...
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 Two writes, same value (ICU gGlobalMutex, gMutexesInUse) 86 Two writes, same value (ICU gGlobalMutex, gMutexesInUse)
95 ThreadSanitizer:Race 87 ThreadSanitizer:Race
96 fun:umtx_init_4_2 88 fun:umtx_init_4_2
97 } 89 }
98 90
99 { 91 {
100 Two writes, same value (ICU gHeapInUse) 92 Two writes, same value (ICU gHeapInUse)
101 ThreadSanitizer:Race 93 ThreadSanitizer:Race
102 fun:uprv_malloc_4_2 94 fun:uprv_malloc_4_2
103 } 95 }
OLDNEW
« 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