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

Unified Diff: net/disk_cache/backend_unittest.cc

Issue 118123004: Disk cache: Clarify API contract and delete spurious delay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add reference to new bug number. Created 6 years, 7 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/disk_cache.h » ('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 e118dc6a9bd6e1c2e1fdd91df3aedfc3e78b3dab..f9df5bdd22efdff5ba9e5766f167c9d36f863125 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -1608,7 +1608,6 @@ void DiskCacheBackendTest::BackendDoomBetween() {
AddDelay();
Time middle_end = Time::Now();
- AddDelay();
ASSERT_EQ(net::OK, CreateEntry("fourth", &entry));
entry->Close();
@@ -3242,7 +3241,8 @@ TEST_F(DiskCacheBackendTest, SimpleDoomRecent) {
BackendDoomRecent();
}
-TEST_F(DiskCacheBackendTest, SimpleDoomBetween) {
+// crbug.com/330926, crbug.com/370677
+TEST_F(DiskCacheBackendTest, DISABLED_SimpleDoomBetween) {
SetSimpleCacheMode();
BackendDoomBetween();
}
« no previous file with comments | « no previous file | net/disk_cache/disk_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698