<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - [i965 Bisected]Piglit glx_glx-pixmap-multi fails, with DRI3 disabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86651">bug 86651</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>GLX
</td>
<td>tests
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>mesa-dev@lists.freedesktop.org
</td>
<td>piglit@lists.freedesktop.org
</td>
</tr>
<tr>
<td style="text-align:right;">Product</td>
<td>Mesa
</td>
<td>piglit
</td>
</tr>
<tr>
<td style="text-align:right;">QA Contact</td>
<td>
</td>
<td>piglit@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [i965 Bisected]Piglit glx_glx-pixmap-multi fails, with DRI3 disabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86651#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [i965 Bisected]Piglit glx_glx-pixmap-multi fails, with DRI3 disabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86651">bug 86651</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>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);</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>