https://bugs.freedesktop.org/show_bug.cgi?id=86651

Chris Wilson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|GLX                         |tests
           Assignee|[email protected]. |[email protected]
                   |org                         |g
            Product|Mesa                        |piglit
         QA Contact|                            |[email protected]
                   |                            |g

--- Comment #3 from Chris Wilson <[email protected]> ---
Actually it is a bug in the test:

diff --git a/tests/spec/glx_mesa_query_renderer/coverage.c
b/tests/spec/glx_mesa_query_renderer/coverage.c
index b55be16..0d36f4c 100644
--- a/tests/spec/glx_mesa_query_renderer/coverage.c
+++ b/tests/spec/glx_mesa_query_renderer/coverage.c
@@ -257,7 +257,7 @@ int main(int argc, char **argv)
        win = piglit_get_glx_window_unmapped(dpy, visinfo);
        glxWin = glXCreateWindow(dpy, fbconfig, win, NULL);

-       ctx = glXCreateNewContext(dpy, fbconfig, GLX_RGBA, NULL, True);
+       ctx = glXCreateNewContext(dpy, fbconfig, GLX_RGBA_TYPE, NULL, True);
        if (ctx == NULL) {
                fprintf(stderr, "Unable to create OpenGL context!\n");
                piglit_report_result(PIGLIT_FAIL);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to