From 64e95e1c7b3e5d946a82002f6fed8f6ada4222e7 Mon Sep 17 00:00:00 2001 From: "jeanluc@chromium.org" Date: Wed, 17 Aug 2011 17:41:02 +0000 Subject: Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. BUG=92102 Review URL: http://codereview.chromium.org/7528010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97156 0039d316-1c4b-4281-b951-d872f2087c98 --- net/disk_cache/backend_unittest.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/disk_cache') diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index dd7bf89..e764a15 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -584,10 +584,9 @@ void DiskCacheBackendTest::BackendInvalidEntry() { } // This and the other intentionally leaky tests below are excluded from -// purify and valgrind runs by naming them in the files -// net/data/purify/net_unittests.exe.gtest.txt and +// valgrind runs by naming them in the files // net/data/valgrind/net_unittests.gtest.txt -// The scripts tools/{purify,valgrind}/chrome_tests.sh +// The scripts tools/valgrind/chrome_tests.sh // read those files and pass the appropriate --gtest_filter to net_unittests. TEST_F(DiskCacheBackendTest, InvalidEntry) { BackendInvalidEntry(); -- cgit v1.1