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

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

Issue 205893007: Remove SafePointBarrier related TSAN suppressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « 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 # 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 # http://crbug.com/347538 231 # http://crbug.com/347538
232 race:sctp_timer_start 232 race:sctp_timer_start
233 233
234 # http://crbug.com/347548 234 # http://crbug.com/347548
235 race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec 235 race:cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec
236 race:cricket::WebRtcVideoMediaChannel::SetSendCodec 236 race:cricket::WebRtcVideoMediaChannel::SetSendCodec
237 237
238 # http://crbug.com/347553 238 # http://crbug.com/347553
239 race:blink::WebString::reset 239 race:blink::WebString::reset
240 240
241 # http://crbug.com/347559
242 race:WebCore::ThreadState::stopThreads
243 race:WebCore::ThreadState::visitRoots
244 race:WebCore::SafePointBarrier::parkAfterPushRegisters
245
246 # https://code.google.com/p/v8/issues/detail?id=3143 241 # https://code.google.com/p/v8/issues/detail?id=3143
247 race:v8::internal::FLAG_track_double_fields 242 race:v8::internal::FLAG_track_double_fields
248 243
249 # http://crbug.com/348982 244 # http://crbug.com/348982
250 race:cricket::P2PTransportChannel::OnConnectionDestroyed 245 race:cricket::P2PTransportChannel::OnConnectionDestroyed
251 race:cricket::P2PTransportChannel::AddConnection 246 race:cricket::P2PTransportChannel::AddConnection
252 247
253 # http://crbug.com/348984 248 # http://crbug.com/348984
254 race:sctp_express_handle_sack 249 race:sctp_express_handle_sack
255 250
256 # http://crbug.com/350982 251 # http://crbug.com/350982
257 race:libvpx/vp9/decoder/vp9_thread.c 252 race:libvpx/vp9/decoder/vp9_thread.c
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