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

Unified Diff: chrome/browser/gpu_pixel_browsertest.cc

Issue 7528012: Switch GpuPixelBrowserTest from FAILS to DISABLED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/gpu_pixel_browsertest.cc
diff --git a/chrome/browser/gpu_pixel_browsertest.cc b/chrome/browser/gpu_pixel_browsertest.cc
index d3ceff6ff9bc0d6832bb5a438d27d239489f1d80..6bd1a5f3311a9f96933771ae42a8ff4e1ee85747 100644
--- a/chrome/browser/gpu_pixel_browsertest.cc
+++ b/chrome/browser/gpu_pixel_browsertest.cc
@@ -274,10 +274,10 @@ class GpuPixelBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(GpuPixelBrowserTest);
};
-// Currently fails on linux due to a NOTIMPLEMENTED() statement.
+// Currently fails (and times out) on linux due to a NOTIMPLEMENTED() statement.
// (http://crbug.com/89964)
#if defined(OS_LINUX)
-#define MAYBE_WebGLTeapot FAILS_WebGLTeapot
+#define MAYBE_WebGLTeapot DISABLED_WebGLTeapot
#else
#define MAYBE_WebGLTeapot WebGLTeapot
#endif
« 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