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

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

Issue 8588062: TSAN bot failure in MessagePumpLibevent::Run (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 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.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 29b762ff6e720398858f2915eecbad57a3a46cd4..c8af49a0a3504e25b207a87924310413866eb944 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -682,3 +682,13 @@
ThreadSanitizer:Race
fun:WebRTCAudioDeviceTest::SetUp
}
+{
+ bug_104769
+ ThreadSanitizer:Race
+ fun:timeout_correct
+ fun:event_base_loop
+ fun:base::MessagePumpLibevent::Run
+ fun:MessageLoop::RunInternal
+ fun:MessageLoop::RunHandler
+ fun:MessageLoop::Run
+}
« 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