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

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

Issue 6990032: TSAN: Suppress error in ThreadWatcher::StartWatching. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 # Real races in Chromium 2 # Real races in Chromium
3 { 3 {
4 bug_23433 4 bug_23433
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 fun:*logging*SetMinLogLevel* 6 fun:*logging*SetMinLogLevel*
7 } 7 }
8 8
9 { 9 {
10 bug_24419 10 bug_24419
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 fun:sync_api::SyncManager::SyncInternal::* 125 fun:sync_api::SyncManager::SyncInternal::*
126 } 126 }
127 127
128 { 128 {
129 bug_82279 129 bug_82279
130 ThreadSanitizer:Race 130 ThreadSanitizer:Race
131 fun:ObserverListBase::Iterator::Iterator 131 fun:ObserverListBase::Iterator::Iterator
132 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding 132 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding
133 } 133 }
134 134
135 {
136 bug_83564
137 ThreadSanitizer:Race
138 fun:base::Thread::message_loop
139 fun:BrowserThread::IsMessageLoopValid
140 fun:ThreadWatcherList::StartWatchingAll
141 }
142
135 ############################ 143 ############################
136 # Benign races in Chromium 144 # Benign races in Chromium
137 { 145 {
138 bug_61179 [benign race on tracked_objects::Births] 146 bug_61179 [benign race on tracked_objects::Births]
139 ThreadSanitizer:Race 147 ThreadSanitizer:Race
140 fun:tracked_objects::Births::*Birth* 148 fun:tracked_objects::Births::*Birth*
141 } 149 }
142 150
143 { 151 {
144 bug_62694 [benign races in Histogram in CookieMonster] 152 bug_62694 [benign races in Histogram in CookieMonster]
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 tsanbug_62a 514 tsanbug_62a
507 ThreadSanitizer:Race 515 ThreadSanitizer:Race
508 fun:__memset_sse2 516 fun:__memset_sse2
509 } 517 }
510 518
511 { 519 {
512 tsanbug_62b 520 tsanbug_62b
513 ThreadSanitizer:Race 521 ThreadSanitizer:Race
514 fun:__GI_memcpy 522 fun:__GI_memcpy
515 } 523 }
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