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

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

Issue 10736019: Marked GpuPixelBrowserTest::CSS3DBlueBox as flaky on windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/gpu_pixel_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_pixel_browsertest.cc (revision 145688)
+++ chrome/test/gpu/gpu_pixel_browsertest.cc (working copy)
@@ -459,6 +459,13 @@
#define MAYBE_WebGLGreenTriangle WebGLGreenTriangle
#endif
+// http://crbug.com/136430
+#if defined(OS_WIN)
+#define MAYBE_CSS3DBlueBox FLAKY_CSS3DBlueBox
+#else
+#define MAYBE_CSS3DBlueBox CSS3DBlueBox
+#endif
+
IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MAYBE_WebGLGreenTriangle) {
// If test baseline needs to be updated after a given revision, update the
// following number. If no revision requirement, then 0.
@@ -470,7 +477,7 @@
RunPixelTest(container_size, url, ref_img_revision_update);
}
-IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, CSS3DBlueBox) {
+IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MAYBE_CSS3DBlueBox) {
// If test baseline needs to be updated after a given revision, update the
// following number. If no revision requirement, then 0.
const int64 ref_img_revision_update = 123489;
« 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