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

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

Issue 10872079: tsan win: Suppress a breakpad testing race (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 # Chromium 2 # Chromium
3 3
4 { 4 {
5 Benign race durung InitializeClock 5 Benign race durung InitializeClock
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*InitializeClock* 8 fun:*InitializeClock*
9 } 9 }
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 fun:memset 154 fun:memset
155 fun:_free_dbg 155 fun:_free_dbg
156 ... 156 ...
157 fun:??3@YAXPAX@Z 157 fun:??3@YAXPAX@Z
158 fun:??_V@YAXPAX@Z 158 fun:??_V@YAXPAX@Z
159 fun:scoped_array::reset 159 fun:scoped_array::reset
160 fun:media::DataBuffer::DataBuffer 160 fun:media::DataBuffer::DataBuffer
161 ... 161 ...
162 fun:media::FFmpegAudioDecoder::DoDecodeBuffer 162 fun:media::FFmpegAudioDecoder::DoDecodeBuffer
163 } 163 }
164 164 {
165 bug_144928
166 ThreadSanitizer:Race
167 fun:google_breakpad::CrashGenerationServer::HandleConnectionRequest
168 fun:google_breakpad::CrashGenerationServer::OnPipeConnected
169 fun:RtlSetTimer
170 fun:RtlSetTimer
171 fun:TpReleaseTimer
172 fun:TpReleaseTimer
173 fun:RtlMultiByteToUnicodeSize
174 fun:TpCallbackMayRunLong
175 fun:TpCallbackMayRunLong
176 fun:BaseThreadInitThunk
177 }
178 {
179 bug_144928_b
180 ThreadSanitizer:Race
181 fun:google_breakpad::CrashGenerationServer::HandleConnectingState
182 fun:google_breakpad::CrashGenerationServer::OnPipeConnected
183 fun:RtlSetTimer
184 fun:RtlSetTimer
185 fun:TpReleaseTimer
186 fun:TpReleaseTimer
187 fun:RtlMultiByteToUnicodeSize
188 fun:TpCallbackMayRunLong
189 fun:TpCallbackMayRunLong
190 fun:BaseThreadInitThunk
191 }
192 {
193 bug_144928_c
194 ThreadSanitizer:Race
195 fun:google_breakpad::CrashGenerationServer::~CrashGenerationServer
196 fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor'
197 fun:scoped_ptr::~scoped_ptr
198 fun:remoting::BreakpadWinDeathTest::~BreakpadWinDeathTest
199 fun:remoting::BreakpadWinDeathTest_TestAccessViolation_Test::`scalar deleting destructor'
200 fun:testing::Test::DeleteSelf_
201 fun:testing::internal::HandleExceptionsInMethodIfSupported
202 }
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