summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 09:35:44 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-24 09:35:44 +0000
commit44bea747de0bbbed1259c7981d2c060a9aa5cb1c (patch)
tree929c7a5b6b250aeabae8586c6dea1c8d46062a29 /chrome/common
parenta424d84c1a50a01934b5de57af36f175d7cc94d2 (diff)
downloadchromium_src-44bea747de0bbbed1259c7981d2c060a9aa5cb1c.zip
chromium_src-44bea747de0bbbed1259c7981d2c060a9aa5cb1c.tar.gz
chromium_src-44bea747de0bbbed1259c7981d2c060a9aa5cb1c.tar.bz2
Disable crashy MacDirAccessSandboxTest.SandboxAccess
TBR=jeremy BUG=56765 TEST=none Review URL: http://codereview.chromium.org/3396023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/sandbox_mac_diraccess_unittest.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/sandbox_mac_diraccess_unittest.mm b/chrome/common/sandbox_mac_diraccess_unittest.mm
index 048d13f..5804361 100644
--- a/chrome/common/sandbox_mac_diraccess_unittest.mm
+++ b/chrome/common/sandbox_mac_diraccess_unittest.mm
@@ -143,7 +143,8 @@ class ScopedDirectoryDelete {
typedef scoped_ptr_malloc<FilePath, ScopedDirectoryDelete> ScopedDirectory;
-TEST_F(MacDirAccessSandboxTest, SandboxAccess) {
+// Crashy, http://crbug.com/56765.
+TEST_F(MacDirAccessSandboxTest, DISABLED_SandboxAccess) {
FilePath tmp_dir;
ASSERT_TRUE(file_util::CreateNewTempDirectory("", &tmp_dir));
// This step is important on OS X since the sandbox only understands "real"