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

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

Issue 252563006: Remove the suppression for issue 342662 (not reproducible with libc++) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 # http://crbug.com/334140 192 # http://crbug.com/334140
193 race:CommandLine::HasSwitch 193 race:CommandLine::HasSwitch
194 race:CommandLine::current_process_commandline_ 194 race:CommandLine::current_process_commandline_
195 race:CommandLine::GetSwitchValueASCII 195 race:CommandLine::GetSwitchValueASCII
196 196
197 # http://crbug.com/338675 197 # http://crbug.com/338675
198 race:blink::s_platform 198 race:blink::s_platform
199 race:content::RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportI mpl 199 race:content::RendererWebKitPlatformSupportImpl::~RendererWebKitPlatformSupportI mpl
200 200
201 # http://crbug.com/342662
202 race:SetWindowList
203
204 # http://crbug.com/345240 201 # http://crbug.com/345240
205 race:WTF::s_shutdown 202 race:WTF::s_shutdown
206 203
207 # http://crbug.com/345245 204 # http://crbug.com/345245
208 race:jingle_glue::JingleThreadWrapper::~JingleThreadWrapper 205 race:jingle_glue::JingleThreadWrapper::~JingleThreadWrapper
209 race:webrtc::voe::Channel::UpdatePacketDelay 206 race:webrtc::voe::Channel::UpdatePacketDelay
210 race:webrtc::voe::Channel::GetDelayEstimate 207 race:webrtc::voe::Channel::GetDelayEstimate
211 race:webrtc::VCMCodecDataBase::DeregisterReceiveCodec 208 race:webrtc::VCMCodecDataBase::DeregisterReceiveCodec
212 race:webrtc::GainControlImpl::set_stream_analog_level 209 race:webrtc::GainControlImpl::set_stream_analog_level
213 210
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 race:gfx::ImageFamily::~ImageFamily 253 race:gfx::ImageFamily::~ImageFamily
257 254
258 # http://crbug.com/364014 255 # http://crbug.com/364014
259 race:WTF::Latin1Encoding()::globalLatin1Encoding 256 race:WTF::Latin1Encoding()::globalLatin1Encoding
260 257
261 # http://crbug.com/366594 258 # http://crbug.com/366594
262 race:net::tools::test*EndToEndTest::VerifyCleanConnection 259 race:net::tools::test*EndToEndTest::VerifyCleanConnection
263 260
264 # https://code.google.com/p/v8/issues/detail?id=3143 261 # https://code.google.com/p/v8/issues/detail?id=3143
265 race:v8::internal::FLAG_track_double_fields 262 race:v8::internal::FLAG_track_double_fields
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