summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 18:13:08 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 18:13:08 +0000
commitb44f9e527a014478f94a9bfa38d2ed1a3f1220e2 (patch)
tree3f2e5c69bce2a81495af59fe94abd3f6a55048e7 /chrome
parent0dd5777b717438bea6005fe109137cd42db169c4 (diff)
downloadchromium_src-b44f9e527a014478f94a9bfa38d2ed1a3f1220e2.zip
chromium_src-b44f9e527a014478f94a9bfa38d2ed1a3f1220e2.tar.gz
chromium_src-b44f9e527a014478f94a9bfa38d2ed1a3f1220e2.tar.bz2
Disable ZipTest on mac (valgrind memory issue)
Review URL: http://codereview.chromium.org/118077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/zip_unittest.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/zip_unittest.cc b/chrome/common/zip_unittest.cc
index 17ab1fa..67dd487 100644
--- a/chrome/common/zip_unittest.cc
+++ b/chrome/common/zip_unittest.cc
@@ -75,7 +75,9 @@ class ZipTest : public PlatformTest {
// hard-coded contents of a known zip file
std::set<FilePath> 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"));
}
@@ -101,5 +103,5 @@ TEST_F(ZipTest, Zip) {
EXPECT_TRUE(file_util::Delete(zip_file, false));
}
-
+#endif // !defined(OS_MACOSX)
} // namespace