Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: net/disk_cache/backend_unittest.cc

Issue 23486006: Track entries pending Doom in SimpleCache backend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/disk_cache/entry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/backend_unittest.cc
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc
index fa5ea73b95a55eafc1eb0467c23c60380a594eaa..5b7084e7f43c0d26afea63d118bc87e987b9438f 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -3191,7 +3191,9 @@ TEST_F(DiskCacheBackendTest, SimpleDoomBetween) {
}
// See http://crbug.com/237450.
-TEST_F(DiskCacheBackendTest, FLAKY_SimpleCacheDoomAll) {
+// TODO(gavinp): Consider enabling this test again when
+// https://codereview.chromium.org/23823002/ lands.
+TEST_F(DiskCacheBackendTest, DISABLED_SimpleCacheDoomAll) {
SetSimpleCacheMode();
BackendDoomAll();
}
« no previous file with comments | « no previous file | net/disk_cache/entry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698