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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks.
3 Memcheck:Leak
4 fun:_Znwj
5 fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE12AllocateDataEv
6 fun:_ZN10disk_cache12StorageBlockINS_12RankingsNodeEE4LoadEv
7 fun:_ZN10disk_cache9EntryImpl15LoadNodeAddressEv
8 fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplEPb
9 fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjb
10 fun:_ZN10disk_cache11BackendImpl9OpenEntryERKSsPPNS_5EntryE
11 fun:_ZN49DiskCacheBackendTest_InvalidEntryEnumeration_Test8TestBodyEv
12 fun:_ZN7testing4Test3RunEv
13 }
14 {
15 Test DiskCacheBackendTest.InvalidEntryRead leaks.
16 Memcheck:Leak
17 fun:_Znwj
18 fun:_ZN10disk_cache11BackendImpl8NewEntryENS_4AddrEPPNS_9EntryImplEPb
19 fun:_ZN10disk_cache11BackendImpl10MatchEntryERKSsjb
20 fun:_ZN10disk_cache11BackendImpl9OpenEntryERKSsPPNS_5EntryE
21 fun:_ZN42DiskCacheBackendTest_InvalidEntryRead_Test8TestBodyEv
22 fun:_ZN7testing4Test3RunEv
23 }
24 {
25 Test DiskCacheBackendTest.InvalidEntryWithLoad leaks.
26 Memcheck:Leak
27 fun:_Znwj
28 fun:_ZN10disk_cache11BackendImpl11CreateEntryERKSsPPNS_5EntryE
29 fun:_ZN46DiskCacheBackendTest_InvalidEntryWithLoad_Test8TestBodyEv
30 fun:_ZN7testing4Test3RunEv
31 }
32 {
33 Test FlipNetworkTransactionTest.WriteError Bug 29004
34 Memcheck:Leak
35 fun:_Znw*
36 ...
37 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE
38 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv
39 }
OLDNEW
« 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