diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 15:04:02 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 15:04:02 +0000 |
commit | f9bd02c5c1a9c8335440af00e67c38b5193d25b6 (patch) | |
tree | f1a5226e8f07724d9207bce824850d7b79734dbe /net | |
parent | 76baac0233597315701afad1c15eeda4b3491ae5 (diff) | |
download | chromium_src-f9bd02c5c1a9c8335440af00e67c38b5193d25b6.zip chromium_src-f9bd02c5c1a9c8335440af00e67c38b5193d25b6.tar.gz chromium_src-f9bd02c5c1a9c8335440af00e67c38b5193d25b6.tar.bz2 |
Disable more DiskCacheBackendTest's as the crash on Linux/shlib
TBR=rvargas,amit
BUG=38562
Review URL: http://codereview.chromium.org/1546007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/disk_cache/backend_unittest.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index 17450f5..bd1bca1 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -1345,7 +1345,8 @@ void DiskCacheBackendTest::BackendDisable3() { EXPECT_EQ(1, cache_->GetEntryCount()); } -TEST_F(DiskCacheBackendTest, DisableSuccess3) { +// http://code.google.com/p/chromium/issues/detail?id=38562 +TEST_F(DiskCacheBackendTest, DISABLED_DisableSuccess3) { ASSERT_TRUE(CopyTestCache(L"bad_rankings2")); DisableFirstCleanup(); SetMaxSize(20 * 1024 * 1024); @@ -1353,7 +1354,8 @@ TEST_F(DiskCacheBackendTest, DisableSuccess3) { BackendDisable3(); } -TEST_F(DiskCacheBackendTest, NewEvictionDisableSuccess3) { +// http://code.google.com/p/chromium/issues/detail?id=38562 +TEST_F(DiskCacheBackendTest, DISABLED_NewEvictionDisableSuccess3) { ASSERT_TRUE(CopyTestCache(L"bad_rankings2")); DisableFirstCleanup(); SetMaxSize(20 * 1024 * 1024); |