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

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

Issue 23628009: suppress data race at ServerLicensingOpenW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 # Reports on the guts of Windows 2 # Reports on the guts of Windows
3 { 3 {
4 UuidCreate 4 UuidCreate
5 ThreadSanitizer:Race 5 ThreadSanitizer:Race
6 ... 6 ...
7 fun:UuidCreate 7 fun:UuidCreate
8 } 8 }
9 9
10 { 10 {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 { 216 {
217 bug_239350 217 bug_239350
218 ThreadSanitizer:Race 218 ThreadSanitizer:Race
219 ... 219 ...
220 fun:av_freep 220 fun:av_freep
221 fun:av_buffer_unref 221 fun:av_buffer_unref
222 fun:av_frame_unref 222 fun:av_frame_unref
223 ... 223 ...
224 fun:media::FFmpegVideoDecoder::Decode 224 fun:media::FFmpegVideoDecoder::Decode
225 } 225 }
226 {
227 bug_287796
228 ThreadSanitizer:Race
229 fun:ServerLicensingOpenW
230 fun:NdrPointerFree
231 fun:NdrPointerFree
232 fun:NdrPointerFree
233 fun:NdrPointerFree
234 fun:NdrPointerFree
235 fun:NdrUserMarshalMemorySize
236 fun:NdrPointerFree
237 fun:I_RpcReceive
238 fun:I_RpcReceive
239 fun:I_RpcReceive
240 fun:NdrRpcSsDefaultFree
241 fun:NdrRpcSsDefaultFree
242 fun:NdrOleFree
243 fun:NdrNonEncapsulatedUnionBufferSize
244 fun:NdrNonEncapsulatedUnionBufferSize
245 }
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