summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 18:29:09 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 18:29:09 +0000
commit2370b9a7629014a89f7384d08a7110aa992a815d (patch)
treebfc0c7c448c25177495cc1e6548c46dbc243a2fc /chrome/test
parent81e7941b274e8a3eb7c1217dcde632736f56ac33 (diff)
downloadchromium_src-2370b9a7629014a89f7384d08a7110aa992a815d.zip
chromium_src-2370b9a7629014a89f7384d08a7110aa992a815d.tar.gz
chromium_src-2370b9a7629014a89f7384d08a7110aa992a815d.tar.bz2
Flagged GPUTest.UITestLaunchedWithOSMesa as DISABLED.
[10101:10101:550978034308:WARNING:app/gfx/gl/gl_context_linux.cc(194)] GLX 1.3 or later is recommended. [10101:10101:550978122044:ERROR:app/gfx/gl/gl_context_linux.cc(539)] glXChooseFBConfig failed. failed to create pixmap [10101:10101:550978127562:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 128, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 55 minor_code 0 (X_CreateGC) [10101:10101:550978127622:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 129, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 55 minor_code 0 (X_CreateGC) [10101:10101:550978127643:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 130, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry) [10101:10101:550978127738:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 131, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry) [10101:10101:550978127824:ERROR:chrome/gpu/gpu_main.cc(33)] X Error detected: serial 132, error_code 9 (BadDrawable (invalid Pixmap or Window parameter)), request_code 14 minor_code 0 (X_GetGeometry) ... http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28ChromiumOS%20dbg%29/builds/545/steps/ui_tests/logs/stdio It appears that the bot does not support GLX 1.3. I am working on making the bots use OSMesa by default. TEST=none BUG=none TBR=vangelis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ui/gpu_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/gpu_uitest.cc b/chrome/test/ui/gpu_uitest.cc
index 4180326..0d3531a 100644
--- a/chrome/test/ui/gpu_uitest.cc
+++ b/chrome/test/ui/gpu_uitest.cc
@@ -21,9 +21,9 @@ class GPUTest : public UITest {
FilePath gpu_test_dir_;
};
-// TODO(apatrick): Other pending changes will fix this for mac.
+// TODO(apatrick): Other pending changes will fix this for mac and linux.
#if defined(OS_MACOSX) || defined(OS_LINUX)
-#define MAYBE_UITestLaunchedWithOSMesa FAILS_UITestLaunchedWithOSMesa
+#define MAYBE_UITestLaunchedWithOSMesa DISABLED_UITestLaunchedWithOSMesa
#else
#define MAYBE_UITestLaunchedWithOSMesa FLAKY_UITestLaunchedWithOSMesa
#endif