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

Unified Diff: chrome/browser/gpu_pixel_browsertest.cc

Issue 7563024: Marked WebGL teapot test failing on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/browser/gpu_pixel_browsertest.cc
diff --git a/chrome/browser/gpu_pixel_browsertest.cc b/chrome/browser/gpu_pixel_browsertest.cc
index 90f82d3834a978a17765fcdc0116a5f0584980d5..d3ceff6ff9bc0d6832bb5a438d27d239489f1d80 100644
--- a/chrome/browser/gpu_pixel_browsertest.cc
+++ b/chrome/browser/gpu_pixel_browsertest.cc
@@ -274,7 +274,15 @@ class GpuPixelBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(GpuPixelBrowserTest);
};
-IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, WebGLTeapot) {
+// Currently fails on linux due to a NOTIMPLEMENTED() statement.
+// (http://crbug.com/89964)
+#if defined(OS_LINUX)
+#define MAYBE_WebGLTeapot FAILS_WebGLTeapot
+#else
+#define MAYBE_WebGLTeapot WebGLTeapot
+#endif
+
+IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MAYBE_WebGLTeapot) {
ui_test_utils::DOMMessageQueue message_queue;
ui_test_utils::NavigateToURL(
browser(),
« 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