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

Unified Diff: chrome/test/startup/feature_startup_test.cc

Issue 6277008: Mark new tab tests as flaky. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test
Patch Set: Created 9 years, 11 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/startup/feature_startup_test.cc
diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc
index 7468a77114097318ff5ff2684d5917e60f9ea1d5..a3834f76890e2bec2838f5b44e2247d2d8fa2683 100644
--- a/chrome/test/startup/feature_startup_test.cc
+++ b/chrome/test/startup/feature_startup_test.cc
@@ -160,35 +160,41 @@ class NewTabUIStartupTest : public UIPerfTest {
}
};
-TEST_F(NewTabUIStartupTest, PerfRefCold) {
+// FLAKY: http://crbug.com/69940
+TEST_F(NewTabUIStartupTest, FLAKY_PerfRefCold) {
UseReferenceBuild();
RunStartupTest("tab_cold_ref", false /* cold */, true /* important */,
ProxyLauncher::DEFAULT_THEME);
}
-TEST_F(NewTabUIStartupTest, PerfCold) {
+// FLAKY: http://crbug.com/69940
+TEST_F(NewTabUIStartupTest, FLAKY_PerfCold) {
RunStartupTest("tab_cold", false /* cold */, true /* important */,
ProxyLauncher::DEFAULT_THEME);
}
-TEST_F(NewTabUIStartupTest, PerfRefWarm) {
+// FLAKY: http://crbug.com/69940
+TEST_F(NewTabUIStartupTest, FLAKY_PerfRefWarm) {
UseReferenceBuild();
RunStartupTest("tab_warm_ref", true /* warm */, true /* not important */,
ProxyLauncher::DEFAULT_THEME);
}
-TEST_F(NewTabUIStartupTest, PerfWarm) {
+// FLAKY: http://crbug.com/69940
+TEST_F(NewTabUIStartupTest, FLAKY_PerfWarm) {
RunStartupTest("tab_warm", true /* warm */, true /* not important */,
ProxyLauncher::DEFAULT_THEME);
}
-TEST_F(NewTabUIStartupTest, ComplexThemeCold) {
+// FLAKY: http://crbug.com/69940
+TEST_F(NewTabUIStartupTest, FLAKY_ComplexThemeCold) {
RunStartupTest("tab_complex_theme_cold", false /* cold */,
false /* not important */,
ProxyLauncher::COMPLEX_THEME);
}
-TEST_F(NewTabUIStartupTest, NewTabTimingTestsCold) {
+// FLAKY: http://crbug.com/69940
+TEST_F(NewTabUIStartupTest, FLAKY_NewTabTimingTestsCold) {
RunNewTabTimingTest();
}
« 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