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

Unified Diff: net/data/valgrind/suppressions.txt

Issue 4054004: Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « net/data/valgrind/net_unittests.gtest_wine.txt ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/valgrind/suppressions.txt
===================================================================
--- net/data/valgrind/suppressions.txt (revision 63512)
+++ net/data/valgrind/suppressions.txt (working copy)
@@ -1,39 +0,0 @@
-{
- Test DiskCacheBackendTest.InvalidEntryEnumeration leaks.
- Memcheck:Leak
- fun:_Znwj
- fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE12AllocateDataEv
- fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE4LoadEv
- fun:_ZN10disk_cache9EntryImpl15LoadNodeAddressEv
- fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplEPb
- fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjb
- fun:_ZN10disk_cache11BackendImpl9OpenEntryERKSsPPNS_5EntryE
- fun:_ZN49DiskCacheBackendTest_InvalidEntryEnumeration_Test8TestBodyEv
- fun:_ZN7testing4Test3RunEv
-}
-{
- Test DiskCacheBackendTest.InvalidEntryRead leaks.
- Memcheck:Leak
- fun:_Znwj
- fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplEPb
- fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjb
- fun:_ZN10disk_cache11BackendImpl9OpenEntryERKSsPPNS_5EntryE
- fun:_ZN42DiskCacheBackendTest_InvalidEntryRead_Test8TestBodyEv
- fun:_ZN7testing4Test3RunEv
-}
-{
- Test DiskCacheBackendTest.InvalidEntryWithLoad leaks.
- Memcheck:Leak
- fun:_Znwj
- fun:_ZN10disk_cache11BackendImpl11CreateEntryERKSsPPNS_5EntryE
- fun:_ZN46DiskCacheBackendTest_InvalidEntryWithLoad_Test8TestBodyEv
- fun:_ZN7testing4Test3RunEv
-}
-{
- Test FlipNetworkTransactionTest.WriteError Bug 29004
- Memcheck:Leak
- fun:_Znw*
- ...
- fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequestInfoEPNS_17DelayedSocketDataE
- fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv
-}
« no previous file with comments | « net/data/valgrind/net_unittests.gtest_wine.txt ('k') | tools/valgrind/chrome_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698