From 94bdde18a9fc933fb9a16d31ceef73307203c0bf Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Mon, 1 Jun 2009 23:41:37 +0000 Subject: Broaden valgrind supression for known issue in zlib. This seems ok because this code changes infrequently. Re-enable zip unit tests on mac. Review URL: http://codereview.chromium.org/118087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17369 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/zip_unittest.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chrome/common/zip_unittest.cc') diff --git a/chrome/common/zip_unittest.cc b/chrome/common/zip_unittest.cc index 67dd487..17ab1fa 100644 --- a/chrome/common/zip_unittest.cc +++ b/chrome/common/zip_unittest.cc @@ -75,9 +75,7 @@ class ZipTest : public PlatformTest { // hard-coded contents of a known zip file std::set zip_contents_; }; -// TODO(aa): re-enable this test for Mac (was disabled temporarily to clear -// valgrind error on mac. -#if !defined(OS_MACOSX) + TEST_F(ZipTest, Unzip) { TestUnzipFile(FILE_PATH_LITERAL("test.zip")); } @@ -103,5 +101,5 @@ TEST_F(ZipTest, Zip) { EXPECT_TRUE(file_util::Delete(zip_file, false)); } -#endif // !defined(OS_MACOSX) + } // namespace -- cgit v1.1