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

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

Issue 126513008: TSAN: Suppress an error in tracked_objects::ThreadData. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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
===================================================================
--- tools/valgrind/tsan/suppressions_win32.txt (revision 243448)
+++ tools/valgrind/tsan/suppressions_win32.txt (working copy)
@@ -243,6 +243,24 @@
fun:NdrNonEncapsulatedUnionBufferSize
}
{
+ bug_309847
+ ThreadSanitizer:Race
+ fun:tracked_objects::ThreadData::TallyADeath
+ fun:tracked_objects::ThreadData::TallyRunOnNamedThreadIfTracking
+ fun:base::MessageLoop::RunTask
+ fun:base::MessageLoop::RunTask
+ fun:base::MessageLoop::RunTask
+ fun:base::MessageLoop::DeferOrRunPendingTask
+ fun:base::MessageLoop::DoWork
+ fun:base::MessageLoop::DoWork
+ fun:base::MessagePumpDefault::Run
+ fun:base::MessageLoop::RunHandler
+ fun:base::RunLoop::Run
+ fun:net::test_server::EmbeddedTestServer::PostTaskToIOThreadAndWait
+ fun:net::test_server::EmbeddedTestServer::InitializeAndWaitUntilReady
+ fun:net::test_server::EmbeddedTestServerThreadingTestDelegate::ThreadMain
+}
+{
bug_314654_a
ThreadSanitizer:Race
...
« 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