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

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

Issue 28593003: Avoid threading races on TraceSamplingThread's members (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed races on WaitableEvent Created 7 years, 1 month 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 | « base/debug/trace_event_unittest.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 # False positives in libflashplayer.so and libglib.so. Since we don't 1 # False positives in libflashplayer.so and libglib.so. Since we don't
2 # instrument them, we cannot reason about the synchronization in them. 2 # instrument them, we cannot reason about the synchronization in them.
3 race:libflashplayer.so 3 race:libflashplayer.so
4 race:libglib*.so 4 race:libglib*.so
5 5
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. 6 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
7 race:base/tools_sanity_unittest.cc 7 race:base/tools_sanity_unittest.cc
8 8
9 # Data race on WatchdogCounter [test-only] 9 # Data race on WatchdogCounter [test-only]
10 race:base/threading/watchdog_unittest.cc 10 race:base/threading/watchdog_unittest.cc
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 race:thread_manager 52 race:thread_manager
53 race:v8::Locker::Initialize 53 race:v8::Locker::Initialize
54 54
55 # http://crbug.com/223352 55 # http://crbug.com/223352
56 race:uprv_malloc_46 56 race:uprv_malloc_46
57 race:uprv_realloc_46 57 race:uprv_realloc_46
58 58
59 # http://crbug.com/223955 59 # http://crbug.com/223955
60 race:PassRefPtr 60 race:PassRefPtr
61 61
62 # http://crbug.com/224617
63 race:base::debug::TraceEventTestFixture_TraceSampling_Test::TestBody
64
65 # http://crbug.com/239359 62 # http://crbug.com/239359
66 race:media::TestInputCallback::OnData 63 race:media::TestInputCallback::OnData
67 64
68 # http://crbug.com/244368 65 # http://crbug.com/244368
69 race:skia::BeginPlatformPaint 66 race:skia::BeginPlatformPaint
70 67
71 # http://crbug.com/244385 68 # http://crbug.com/244385
72 race:unixTempFileDir 69 race:unixTempFileDir
73 70
74 # http://crbug.com/244755 71 # http://crbug.com/244755
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 125
129 # http://crbug.com/280466 126 # http://crbug.com/280466
130 race:content::WebRtcAudioCapturer::SetCapturerSource 127 race:content::WebRtcAudioCapturer::SetCapturerSource
131 128
132 # http://crbug.com/290964 129 # http://crbug.com/290964
133 race:PostponeInterruptsScope 130 race:PostponeInterruptsScope
134 131
135 # http://crbug.com/296883 132 # http://crbug.com/296883
136 race:net::URLFetcherCore::Stop 133 race:net::URLFetcherCore::Stop
137 134
138 # http://crbug.com/305459
139 race:base::debug::TraceEventTestFixture_TraceContinuousSampling_Test::TestBody
140
141 # http://crbug.com/310851 135 # http://crbug.com/310851
142 race:net::ProxyResolverV8Tracing::Job::~Job 136 race:net::ProxyResolverV8Tracing::Job::~Job
OLDNEW
« no previous file with comments | « base/debug/trace_event_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698