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

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

Issue 6722032: fix up small race on g_signal_socket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove suppression Created 9 years, 9 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 | « chrome/common/service_process_util_posix.cc ('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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 fun:WebCore::DocumentLoader::~DocumentLoader* 538 fun:WebCore::DocumentLoader::~DocumentLoader*
547 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl* 539 fun:WebKit::WebDataSourceImpl::~WebDataSourceImpl*
548 } 540 }
549 541
550 { 542 {
551 bug_70085b 543 bug_70085b
552 ThreadSanitizer:Race 544 ThreadSanitizer:Race
553 fun:WebCore::SecurityOrigin::~SecurityOrigin* 545 fun:WebCore::SecurityOrigin::~SecurityOrigin*
554 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref* 546 fun:WTF::ThreadSafe*<WebCore::SecurityOrigin>::deref*
555 } 547 }
OLDNEW
« no previous file with comments | « chrome/common/service_process_util_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698