From 2370b9a7629014a89f7384d08a7110aa992a815d Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Thu, 28 Oct 2010 18:29:09 +0000 Subject: 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 --- chrome/test/ui/gpu_uitest.cc | 4 ++-- 1 file 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 -- cgit v1.1