summaryrefslogtreecommitdiffstats
path: root/net/disk_cache
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 15:26:16 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 15:26:16 +0000
commit471d7d6e2b01a55e1166ddec17731790166a9316 (patch)
tree82ac13d82bd37ae07d024eef5ae5ee8b336a0ba7 /net/disk_cache
parent5f57fd97af66ab068969a7d3fe4c7cb9f446f2ec (diff)
downloadchromium_src-471d7d6e2b01a55e1166ddec17731790166a9316.zip
chromium_src-471d7d6e2b01a55e1166ddec17731790166a9316.tar.gz
chromium_src-471d7d6e2b01a55e1166ddec17731790166a9316.tar.bz2
Mark some disabled tests as flaky to increase test coverage.
When a test doesn't hang or crash, it can run on the bots and on developers' machines. BUG=none TEST=none Review URL: http://codereview.chromium.org/269104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache')
-rw-r--r--net/disk_cache/backend_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc
index 5fc4653..6609d3a 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -1413,9 +1413,9 @@ TEST_F(DiskCacheBackendTest, DisableSuccess4) {
BackendDisable4();
}
-// Flaky, http://crbug.com/21110. Don't re-enable without a real fix or adding
-// more debugging info!
-TEST_F(DiskCacheBackendTest, DISABLED_NewEvictionDisableSuccess4) {
+// Flaky, http://crbug.com/21110.
+// TODO(rvargas): Add more debugging code to help identify the root cause.
+TEST_F(DiskCacheBackendTest, FLAKY_NewEvictionDisableSuccess4) {
ASSERT_TRUE(CopyTestCache(L"bad_rankings"));
DisableFirstCleanup();
SetDirectMode();