summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents
diff options
context:
space:
mode:
authorxians@chromium.org <xians@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 12:42:56 +0000
committerxians@chromium.org <xians@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 12:42:56 +0000
commita31ce99528292d235f25fa136b9e3a21636551d5 (patch)
treee0271ec6c45a0db94daf4e21c88deb8ac60cc0e7 /content/browser/web_contents
parente11ef84f32e446583861365cea7f7ad70121fa2f (diff)
downloadchromium_src-a31ce99528292d235f25fa136b9e3a21636551d5.zip
chromium_src-a31ce99528292d235f25fa136b9e3a21636551d5.tar.gz
chromium_src-a31ce99528292d235f25fa136b9e3a21636551d5.tar.bz2
Disabled the tests for windows since it keep failing the XP bot.
TBR=machenbach@chromium.org BUG=294116 Review URL: https://codereview.chromium.org/23890037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/web_contents')
-rw-r--r--content/browser/web_contents/web_contents_view_aura_browsertest.cc9
1 files changed, 8 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
index 111bf4e..e095827 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -365,13 +365,20 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
// Do not end the overscroll sequence.
}
+// Disable the test for windows as it keeps failing in XP bot, see
+// http://crbug/294116.
+#if defined(OS_WIN)
+#define MAYBE_OverscrollScreenshot DISABLED_OverscrollScreenshot
+#else
+#define MAYBE_OverscrollScreenshot OverscrollScreenshot
+#endif
// Tests that the page has has a screenshot when navigation happens:
// - from within the page (from a JS function)
// - interactively, when user does an overscroll gesture
// - interactively, when user navigates in history without the overscroll
// gesture.
IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest,
- OverscrollScreenshot) {
+ MAYBE_OverscrollScreenshot) {
ASSERT_NO_FATAL_FAILURE(
StartTestWithPage("files/overscroll_navigation.html"));
WebContentsImpl* web_contents =