diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 01:21:36 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 01:21:36 +0000 |
commit | 678b3004a2fb8268855ea6fd67a85a4adcfba048 (patch) | |
tree | 8aede0da69c6d7f38c6f2ebe05054c95279f3ef0 /net/data/purify | |
parent | cf9c5c82fdd56ee1556d161c2acd595bf5edbb2c (diff) | |
download | chromium_src-678b3004a2fb8268855ea6fd67a85a4adcfba048.zip chromium_src-678b3004a2fb8268855ea6fd67a85a4adcfba048.tar.gz chromium_src-678b3004a2fb8268855ea6fd67a85a4adcfba048.tar.bz2 |
Update Purify and Valgrind data to ignore a few new tests.
cl 13909 added more tests that intentionally leak memory.
see http://codereview.chromium.org/79031
TBR=nsylvain
Review URL: http://codereview.chromium.org/77010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data/purify')
-rw-r--r-- | net/data/purify/net_unittests.exe.gtest.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/data/purify/net_unittests.exe.gtest.txt b/net/data/purify/net_unittests.exe.gtest.txt index 232020f..4e2a700 100644 --- a/net/data/purify/net_unittests.exe.gtest.txt +++ b/net/data/purify/net_unittests.exe.gtest.txt @@ -8,3 +8,8 @@ DiskCacheBackendTest.InvalidEntryRead DiskCacheBackendTest.InvalidEntryWithLoad DiskCacheBackendTest.TrimInvalidEntry DiskCacheBackendTest.InvalidEntryEnumeration +DiskCacheBackendTest.NewEvictionInvalidEntry +DiskCacheBackendTest.NewEvictionInvalidEntryRead +DiskCacheBackendTest.NewEvictionInvalidEntryWithLoad +DiskCacheBackendTest.NewEvictionTrimInvalidEntry +DiskCacheBackendTest.NewEvictionInvalidEntryEnumeration |