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

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

Issue 6825063: Patch for bug 74983 (among others) to be applied to M11 696 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/696/src
Patch Set: intentionally disabled mac tests. tested by hand. Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 { 98 {
99 bug_67957 99 bug_67957
100 ThreadSanitizer:Race 100 ThreadSanitizer:Race
101 fun:Replace_memcpy 101 fun:Replace_memcpy
102 fun:memcpy 102 fun:memcpy
103 fun:Serialize* 103 fun:Serialize*
104 fun:UserScriptMaster::ScriptReloader::RunScan* 104 fun:UserScriptMaster::ScriptReloader::RunScan*
105 } 105 }
106 106
107 { 107 {
108 bug_71695
109 ThreadSanitizer:Race
110 ...
111 fun:ServiceProcessState::TearDownState*
112 fun:ServiceProcessState::SignalStopped*
113 }
114
115 {
116 bug_72169a 108 bug_72169a
117 ThreadSanitizer:Race 109 ThreadSanitizer:Race
118 fun:base::Thread::ThreadMain* 110 fun:base::Thread::ThreadMain*
119 } 111 }
120 112
121 { 113 {
122 bug_72169b 114 bug_72169b
123 ThreadSanitizer:Race 115 ThreadSanitizer:Race
124 fun:base::Thread::message_loop* 116 fun:base::Thread::message_loop*
125 ... 117 ...
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 tsanbug_62a 495 tsanbug_62a
504 ThreadSanitizer:Race 496 ThreadSanitizer:Race
505 fun:__memset_sse2 497 fun:__memset_sse2
506 } 498 }
507 499
508 { 500 {
509 tsanbug_62b 501 tsanbug_62b
510 ThreadSanitizer:Race 502 ThreadSanitizer:Race
511 fun:__GI_memcpy 503 fun:__GI_memcpy
512 } 504 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698