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

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

Issue 4244004: Suppress an UnlockForeign report on TSan/UI FYI bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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_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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 fun:talk_base::PosixSignalDeliveryDispatcher::ClearOwner(talk_base::PhysicalSo cketServer*) 138 fun:talk_base::PosixSignalDeliveryDispatcher::ClearOwner(talk_base::PhysicalSo cketServer*)
139 fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer() 139 fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer()
140 fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr() 140 fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr()
141 fun:talk_base::MessageQueue::~MessageQueue() 141 fun:talk_base::MessageQueue::~MessageQueue()
142 fun:talk_base::Thread::~Thread() 142 fun:talk_base::Thread::~Thread()
143 fun:talk_base::ThreadManager::UnwrapCurrentThread() 143 fun:talk_base::ThreadManager::UnwrapCurrentThread()
144 fun:talk_base::ThreadManager::~ThreadManager() 144 fun:talk_base::ThreadManager::~ThreadManager()
145 fun:__tcf_0 145 fun:__tcf_0
146 fun:exit 146 fun:exit
147 } 147 }
148
149 {
150 bug_61585
151 ThreadSanitizer:UnlockForeign
152 fun:pthread_mutex_destroy
153 ...
154 fun:NSS_Shutdown
155 ...
156 fun:*AtExitManager*
157 }
158
148 ############################ 159 ############################
149 # Data races in tests 160 # Data races in tests
150 161
151 { 162 {
152 bug_30582 163 bug_30582
153 ThreadSanitizer:Race 164 ThreadSanitizer:Race
154 fun:*LongCallbackD* 165 fun:*LongCallbackD*
155 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* 166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody*
156 } 167 }
157 168
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 ThreadSanitizer:Race 348 ThreadSanitizer:Race
338 ... 349 ...
339 fun:gethostbyname2_r* 350 fun:gethostbyname2_r*
340 } 351 }
341 352
342 { 353 {
343 Benign race in nss (PR_EnterMonitor) 354 Benign race in nss (PR_EnterMonitor)
344 ThreadSanitizer:Race 355 ThreadSanitizer:Race
345 fun:PR_EnterMonitor 356 fun:PR_EnterMonitor
346 } 357 }
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