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

Side by Side Diff: tools/valgrind/gtest_exclude/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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 { 1 {
2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks. 2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks.
3 Memcheck:Leak 3 Memcheck:Leak
4 fun:_Znwj 4 fun:_Znwj
5 fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE12AllocateDataEv 5 fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE12AllocateDataEv
6 fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE4LoadEv 6 fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE4LoadEv
7 fun:_ZN10disk_cache9EntryImpl15LoadNodeAddressEv 7 fun:_ZN10disk_cache9EntryImpl15LoadNodeAddressEv
8 fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplEPb 8 fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplEPb
9 fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjb 9 fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjb
10 fun:_ZN10disk_cache11BackendImpl9OpenEntryERKSsPPNS_5EntryE 10 fun:_ZN10disk_cache11BackendImpl9OpenEntryERKSsPPNS_5EntryE
(...skipping 19 matching lines...) Expand all
30 fun:_ZN7testing4Test3RunEv 30 fun:_ZN7testing4Test3RunEv
31 } 31 }
32 { 32 {
33 Test FlipNetworkTransactionTest.WriteError Bug 29004 33 Test FlipNetworkTransactionTest.WriteError Bug 29004
34 Memcheck:Leak 34 Memcheck:Leak
35 fun:_Znw* 35 fun:_Znw*
36 ... 36 ...
37 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE 37 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE
38 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv 38 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv
39 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698