Commit 51a84914 authored by jrt@chromium.org's avatar jrt@chromium.org

Switch GpuPixelBrowserTest from FAILS to DISABLED.

Test still fails due to a NOTIMPLEMENTED() call from r93120. Marked as DISABLED
until bug is fixed so the GPU bots are green (otherwise, it times out).

BUG=89964
TEST=gpu_tests --gtest_filter=GpuPixelBrowserTest.WebGLTeapot


Review URL: http://codereview.chromium.org/7528012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95937 0039d316-1c4b-4281-b951-d872f2087c98
parent e02a03d0
...@@ -274,10 +274,10 @@ class GpuPixelBrowserTest : public InProcessBrowserTest { ...@@ -274,10 +274,10 @@ class GpuPixelBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(GpuPixelBrowserTest); 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) // (http://crbug.com/89964)
#if defined(OS_LINUX) #if defined(OS_LINUX)
#define MAYBE_WebGLTeapot FAILS_WebGLTeapot #define MAYBE_WebGLTeapot DISABLED_WebGLTeapot
#else #else
#define MAYBE_WebGLTeapot WebGLTeapot #define MAYBE_WebGLTeapot WebGLTeapot
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment