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

Unified Diff: chrome/test/memory_test/memory_test.cc

Issue 118009: Disable memory tests that are failing after recent webkit merges. (Closed)
Patch Set: Created 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/memory_test/memory_test.cc
diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc
index e06727d1257c78fc1f5a25ebd3402f208afcc7b6..e5d0ddf4f653511ff3dc862a7f179e5ecd9dfa5f 100644
--- a/chrome/test/memory_test/memory_test.cc
+++ b/chrome/test/memory_test/memory_test.cc
@@ -420,11 +420,11 @@ class MemoryReferenceTest : public MemoryTest {
} // namespace
-TEST_F(MemoryTest, SingleTabTest) {
+TEST_F(MemoryTest, DISABLED_SingleTabTest) {
RunTest("1t", 1);
}
-TEST_F(MemoryTest, FiveTabTest) {
+TEST_F(MemoryTest, DISABLED_FiveTabTest) {
RunTest("5t", 5);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698