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

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

Issue 7044059: [Sync] Ensure all accesses to SyncInternal's observers are thread safe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review Created 9 years, 6 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
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 { 110 {
111 bug_72548 111 bug_72548
112 ThreadSanitizer:Race 112 ThreadSanitizer:Race
113 ... 113 ...
114 fun:JSC::Yarr::Interpreter::*Disjunction* 114 fun:JSC::Yarr::Interpreter::*Disjunction*
115 fun:JSC::Yarr::Interpreter::interpret* 115 fun:JSC::Yarr::Interpreter::interpret*
116 fun:JSC::Yarr::interpret* 116 fun:JSC::Yarr::interpret*
117 } 117 }
118 118
119 { 119 {
120 bug_72913
121 ThreadSanitizer:Race
122 ...
123 fun:ObserverListBase*
124 ...
125 fun:sync_api::SyncManager::SyncInternal::*
126 }
127
128 {
129 bug_82279 120 bug_82279
130 ThreadSanitizer:Race 121 ThreadSanitizer:Race
122 ...
131 fun:ObserverListBase::Iterator::Iterator 123 fun:ObserverListBase::Iterator::Iterator
132 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding 124 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding
133 } 125 }
134 126
135 { 127 {
136 bug_83564 128 bug_83564
137 ThreadSanitizer:Race 129 ThreadSanitizer:Race
138 fun:base::Thread::message_loop 130 fun:base::Thread::message_loop
139 fun:BrowserThread::IsMessageLoopValid 131 fun:BrowserThread::IsMessageLoopValid
140 fun:ThreadWatcherList::StartWatchingAll 132 fun:ThreadWatcherList::StartWatchingAll
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 tsanbug_62a 546 tsanbug_62a
555 ThreadSanitizer:Race 547 ThreadSanitizer:Race
556 fun:__memset_sse2 548 fun:__memset_sse2
557 } 549 }
558 550
559 { 551 {
560 tsanbug_62b 552 tsanbug_62b
561 ThreadSanitizer:Race 553 ThreadSanitizer:Race
562 fun:__GI_memcpy 554 fun:__GI_memcpy
563 } 555 }
OLDNEW
« chrome/browser/sync/engine/syncapi.cc ('K') | « chrome/browser/sync/engine/syncapi.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698