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 | |
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
-rw-r--r-- | net/data/purify/net_unittests.exe.gtest.txt | 5 | ||||
-rw-r--r-- | net/data/valgrind/net_unittests.gtest.txt | 5 |
2 files changed, 10 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 diff --git a/net/data/valgrind/net_unittests.gtest.txt b/net/data/valgrind/net_unittests.gtest.txt index 0a93000..8a8269a 100644 --- a/net/data/valgrind/net_unittests.gtest.txt +++ b/net/data/valgrind/net_unittests.gtest.txt @@ -7,6 +7,11 @@ DiskCacheBackendTest.InvalidEntryRead DiskCacheBackendTest.InvalidEntryWithLoad DiskCacheBackendTest.TrimInvalidEntry DiskCacheBackendTest.InvalidEntryEnumeration +DiskCacheBackendTest.NewEvictionInvalidEntry
+DiskCacheBackendTest.NewEvictionInvalidEntryRead
+DiskCacheBackendTest.NewEvictionInvalidEntryWithLoad
+DiskCacheBackendTest.NewEvictionTrimInvalidEntry
+DiskCacheBackendTest.NewEvictionInvalidEntryEnumeration # Takes three minutes under valgrind. Skip to keep valgrind bot < 10 minutes NetUtilTest.IDNToUnicode |