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

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

Issue 6297016: Suppress TSan reports from libdbus and ignore the lib... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « tools/valgrind/tsan/ignores.txt ('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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer() 206 fun:talk_base::PhysicalSocketServer::~PhysicalSocketServer()
207 fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr() 207 fun:scoped_ptr<talk_base::SocketServer>::~scoped_ptr()
208 fun:talk_base::MessageQueue::~MessageQueue() 208 fun:talk_base::MessageQueue::~MessageQueue()
209 fun:talk_base::Thread::~Thread() 209 fun:talk_base::Thread::~Thread()
210 fun:talk_base::ThreadManager::UnwrapCurrentThread() 210 fun:talk_base::ThreadManager::UnwrapCurrentThread()
211 fun:talk_base::ThreadManager::~ThreadManager() 211 fun:talk_base::ThreadManager::~ThreadManager()
212 fun:__tcf_0 212 fun:__tcf_0
213 fun:exit 213 fun:exit
214 } 214 }
215 215
216 {
217 bug_70938
218 ThreadSanitizer:Race
219 ...
220 obj:*libdbus*
221 }
222
216 ############################ 223 ############################
217 # Data races in tests 224 # Data races in tests
218 225
219 { 226 {
220 bug_30582 227 bug_30582
221 ThreadSanitizer:Race 228 ThreadSanitizer:Race
222 fun:*LongCallbackD* 229 fun:*LongCallbackD*
223 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* 230 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody*
224 } 231 }
225 232
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 ThreadSanitizer:Race 436 ThreadSanitizer:Race
430 ... 437 ...
431 fun:gethostbyname2_r* 438 fun:gethostbyname2_r*
432 } 439 }
433 440
434 { 441 {
435 Benign race in nss (PR_EnterMonitor) 442 Benign race in nss (PR_EnterMonitor)
436 ThreadSanitizer:Race 443 ThreadSanitizer:Race
437 fun:PR_EnterMonitor 444 fun:PR_EnterMonitor
438 } 445 }
OLDNEW
« no previous file with comments | « tools/valgrind/tsan/ignores.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698