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

Unified Diff: chrome/browser/apps/web_view_browsertest.cc

Issue 25639002: Disable WebViewTest.AutoSizeSW which is flaky on XP bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/web_view_browsertest.cc
diff --git a/chrome/browser/apps/web_view_browsertest.cc b/chrome/browser/apps/web_view_browsertest.cc
index ec7faf62a25a05423fe596cc8fb495295c888237..139dd9dbe30eea3a3e08966bedbe2a707b63797b 100644
--- a/chrome/browser/apps/web_view_browsertest.cc
+++ b/chrome/browser/apps/web_view_browsertest.cc
@@ -605,6 +605,11 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, AutoSize) {
// This test ensures <webview> doesn't crash in SW rendering when autosize is
// turned on.
IN_PROC_BROWSER_TEST_F(WebViewTest, AutoSizeSW) {
+#if defined(OS_WIN)
+ // Flaky on XP bot http://crbug.com/299507
+ if (base::win::GetVersion() <= base::win::VERSION_XP)
+ return;
+#endif
ASSERT_TRUE(RunPlatformAppTest("platform_apps/web_view/autosize"))
<< message_;
}
« 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