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

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

Issue 10810067: Suppress leaks in CTFont (issue 138693) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/valgrind/memcheck/suppressions_mac.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
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 148064)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -1009,3 +1009,17 @@
fun:media::Pipeline::StopTask
fun:base::internal::RunnableAdapter::Run
}
+{
+ bug_138691
+ ThreadSanitizer:Race
+ ...
+ fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
+ fun:testing::internal::FunctionMockerBase::InvokeWith
+ fun:testing::internal::FunctionMocker::Invoke
+ fun:browser_sync::NewNonFrontendDataTypeControllerMock::RecordUnrecoverableError
+ fun:browser_sync::::NewNonFrontendDataTypeControllerFake::RecordUnrecoverableError
+ fun:browser_sync::NonFrontendDataTypeController::StartFailed
+ fun:browser_sync::NewNonFrontendDataTypeController::StartAssociationWithSharedChangeProcessor
+ fun:base::internal::RunnableAdapter::Run
+}
+
« no previous file with comments | « tools/valgrind/memcheck/suppressions_mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698