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

Unified Diff: chrome/test/gpu/webgl_infobar_browsertest.cc

Issue 12213089: Disable webgl_infobar_browsertest on XP bots. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/gpu/webgl_infobar_browsertest.cc
===================================================================
--- chrome/test/gpu/webgl_infobar_browsertest.cc (revision 181512)
+++ chrome/test/gpu/webgl_infobar_browsertest.cc (working copy)
@@ -64,8 +64,7 @@
};
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.
@@ -90,8 +89,7 @@
}
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;
« 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