summaryrefslogtreecommitdiffstats
path: root/chrome/test/gpu
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-08 18:07:47 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-08 18:07:47 +0000
commit4a4d26d2cf5f584bc347394196bb520030ed68ce (patch)
treec1c553baf6692e78163861e3fb0cd979a609f301 /chrome/test/gpu
parent3313535db7f688e70c68061897460693550d2bcd (diff)
downloadchromium_src-4a4d26d2cf5f584bc347394196bb520030ed68ce.zip
chromium_src-4a4d26d2cf5f584bc347394196bb520030ed68ce.tar.gz
chromium_src-4a4d26d2cf5f584bc347394196bb520030ed68ce.tar.bz2
Disable webgl_infobar_browsertest on XP bots.
BUG=111506 TEST=XP bots TBR=kbr Review URL: https://codereview.chromium.org/12213089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/gpu')
-rw-r--r--chrome/test/gpu/webgl_infobar_browsertest.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/test/gpu/webgl_infobar_browsertest.cc b/chrome/test/gpu/webgl_infobar_browsertest.cc
index 73a157d..380b170 100644
--- a/chrome/test/gpu/webgl_infobar_browsertest.cc
+++ b/chrome/test/gpu/webgl_infobar_browsertest.cc
@@ -66,8 +66,7 @@ class WebGLInfobarTest : public InProcessBrowserTest {
};
IN_PROC_BROWSER_TEST_F(WebGLInfobarTest, ContextLossRaisesInfobar) {
- // crbug.com/162982, flaky on Mac Retina Release.
- if (GPUTestBotConfig::CurrentConfigMatches("MAC NVIDIA 0x0fd5 RELEASE"))
+ if (GPUTestBotConfig::CurrentConfigMatches("XP"))
return;
// Load page and wait for it to load.
@@ -92,8 +91,7 @@ IN_PROC_BROWSER_TEST_F(WebGLInfobarTest, ContextLossRaisesInfobar) {
}
IN_PROC_BROWSER_TEST_F(WebGLInfobarTest, ContextLossInfobarReload) {
- // crbug.com/162982, flaky on Mac Retina Release, timeout on Debug.
- if (GPUTestBotConfig::CurrentConfigMatches("MAC NVIDIA 0x0fd5"))
+ if (GPUTestBotConfig::CurrentConfigMatches("XP"))
return;
content::DOMMessageQueue message_queue;