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

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

Issue 2833009: Suppress a possible data race in SKIA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 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 20 matching lines...) Expand all
31 ThreadSanitizer:Race 31 ThreadSanitizer:Race
32 fun:*media*PipelineImpl*InitializeTask* 32 fun:*media*PipelineImpl*InitializeTask*
33 } 33 }
34 34
35 { 35 {
36 bug_46642b 36 bug_46642b
37 ThreadSanitizer:Race 37 ThreadSanitizer:Race
38 fun:*media*PipelineImpl*GetCurrentTime* 38 fun:*media*PipelineImpl*GetCurrentTime*
39 } 39 }
40 40
41 {
42 bug_46672
43 ThreadSanitizer:Race
44 fun:*std*set_new_handler*
45 fun:*sk_malloc_flags*
46 fun:*SkBitmap*HeapAllocator*allocPixelRef*
47 fun:*SkBitmap**allocPixels*
48 }
49
41 ############################ 50 ############################
42 # Real races in third_party 51 # Real races in third_party
43 { 52 {
44 bug_23244 (libevent) 53 bug_23244 (libevent)
45 ThreadSanitizer:Race 54 ThreadSanitizer:Race
46 fun:event_* 55 fun:event_*
47 fun:event_* 56 fun:event_*
48 } 57 }
49 58
50 { 59 {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ThreadSanitizer:Race 296 ThreadSanitizer:Race
288 ... 297 ...
289 fun:gethostbyname2_r* 298 fun:gethostbyname2_r*
290 } 299 }
291 300
292 { 301 {
293 Benign race in nss (PR_EnterMonitor) 302 Benign race in nss (PR_EnterMonitor)
294 ThreadSanitizer:Race 303 ThreadSanitizer:Race
295 fun:PR_EnterMonitor 304 fun:PR_EnterMonitor
296 } 305 }
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