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

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

Issue 10914125: A speculative fix for TSAN and HeapCheck failures in InMemoryURLIndexCacheTest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync Created 8 years, 3 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 | « tools/heapcheck/unit_tests.gtest-heapcheck.txt ('k') | 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 84079259cff083ab123e181f020982ae600f47a7..c1b686c9158ba1d55ab5cdc34273ae530a280a3d 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -989,24 +989,3 @@
fun:media::MockMediaSource::AppendAtTime
fun:media::PipelineIntegrationTest_MediaSource_ConfigChange_WebM_Test::TestBody
}
-{
- bug_146322_a
- ThreadSanitizer:Race
- ...
- fun:sql::Connection::StatementRefCreated
- fun:sql::Connection::StatementRef::StatementRef
- fun:sql::Connection::GetUniqueStatement
- ...
- fun:history::*
-}
-{
- bug_146322_b
- ThreadSanitizer:Race
- ...
- fun:sql::Connection::StatementRefDeleted
- fun:sql::Connection::StatementRef::~StatementRef
- fun:base::RefCounted::Release
- fun:scoped_refptr::~scoped_refptr
- fun:sql::Statement::~Statement
- fun:history::InMemoryURLIndexTest::SetUp
-}
« no previous file with comments | « tools/heapcheck/unit_tests.gtest-heapcheck.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698