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

Unified Diff: tools/valgrind/tsan/suppressions_win32.txt

Issue 10872079: tsan win: Suppress a breakpad testing race (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions_win32.txt
diff --git a/tools/valgrind/tsan/suppressions_win32.txt b/tools/valgrind/tsan/suppressions_win32.txt
index 45714de269e97e97e0433323e46949e0d21243b7..891069787edacaa3e294aa7af7c9b96364cc4ea3 100644
--- a/tools/valgrind/tsan/suppressions_win32.txt
+++ b/tools/valgrind/tsan/suppressions_win32.txt
@@ -161,4 +161,42 @@
...
fun:media::FFmpegAudioDecoder::DoDecodeBuffer
}
-
+{
+ bug_144928
+ ThreadSanitizer:Race
+ fun:google_breakpad::CrashGenerationServer::HandleConnectionRequest
+ fun:google_breakpad::CrashGenerationServer::OnPipeConnected
+ fun:RtlSetTimer
+ fun:RtlSetTimer
+ fun:TpReleaseTimer
+ fun:TpReleaseTimer
+ fun:RtlMultiByteToUnicodeSize
+ fun:TpCallbackMayRunLong
+ fun:TpCallbackMayRunLong
+ fun:BaseThreadInitThunk
+}
+{
+ bug_144928_b
+ ThreadSanitizer:Race
+ fun:google_breakpad::CrashGenerationServer::HandleConnectingState
+ fun:google_breakpad::CrashGenerationServer::OnPipeConnected
+ fun:RtlSetTimer
+ fun:RtlSetTimer
+ fun:TpReleaseTimer
+ fun:TpReleaseTimer
+ fun:RtlMultiByteToUnicodeSize
+ fun:TpCallbackMayRunLong
+ fun:TpCallbackMayRunLong
+ fun:BaseThreadInitThunk
+}
+{
+ bug_144928_c
+ ThreadSanitizer:Race
+ fun:google_breakpad::CrashGenerationServer::~CrashGenerationServer
+ fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor'
+ fun:scoped_ptr::~scoped_ptr
+ fun:remoting::BreakpadWinDeathTest::~BreakpadWinDeathTest
+ fun:remoting::BreakpadWinDeathTest_TestAccessViolation_Test::`scalar deleting destructor'
+ fun:testing::Test::DeleteSelf_
+ fun:testing::internal::HandleExceptionsInMethodIfSupported
+}
« 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