summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 13:32:15 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-30 13:32:15 +0000
commit42cb9be2c89933dd739926b1bfe352c3d0ed73cc (patch)
treec45bb40af56a6e0691c12a841e43696973b55781 /net
parente28f36f30c0ae727cf5bb9172f9880a5325703a9 (diff)
downloadchromium_src-42cb9be2c89933dd739926b1bfe352c3d0ed73cc.zip
chromium_src-42cb9be2c89933dd739926b1bfe352c3d0ed73cc.tar.gz
chromium_src-42cb9be2c89933dd739926b1bfe352c3d0ed73cc.tar.bz2
Disabling the DiskCacheBackendTest.NewEvictionDisableFailure2 as it crashes on Linux/shlib
BUG=38562 TBR=amit Review URL: http://codereview.chromium.org/1593001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/disk_cache/backend_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc
index 6fb92d7..17450f5 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -1317,7 +1317,8 @@ TEST_F(DiskCacheBackendTest, DISABLED_DisableFailure2) {
BackendDisable2();
}
-TEST_F(DiskCacheBackendTest, NewEvictionDisableFailure2) {
+// http://code.google.com/p/chromium/issues/detail?id=38562
+TEST_F(DiskCacheBackendTest, DISABLED_NewEvictionDisableFailure2) {
ASSERT_TRUE(CopyTestCache(L"list_loop"));
DisableFirstCleanup();
SetDirectMode();