Bug 88222 - [Bisected]Piglit spec_ARB_texture_rectangle_arb_texrect-texture-base-level-error fails
Summary: [Bisected]Piglit spec_ARB_texture_rectangle_arb_texrect-texture-base-level-er...
Status: VERIFIED FIXED
Alias: None
Product: piglit
Classification: Unclassified
Component: tests (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: high normal
Assignee: Piglit Mailing List
QA Contact: Piglit Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-09 07:10 UTC by lu hua
Modified: 2015-01-13 06:54 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description lu hua 2015-01-09 07:10:29 UTC
==System Environment==
--------------------------
Piglit: 866ac19995e7a004a12ce746395e1f2165fe21bc

==Bug detailed description==
--------------------------
It fails on all platforms with latest Piglit.
Bisect shows: 09f4a983faa6bce1fa864d91aefe3fdb42e45142 is the first bad commit.
commit 09f4a983faa6bce1fa864d91aefe3fdb42e45142
Author:     Laura Ekstrand <laura@jlekstrand.net>
AuthorDate: Fri Dec 12 12:14:24 2014 -0800
Commit:     Laura Ekstrand <laura@jlekstrand.net>
CommitDate: Wed Jan 7 17:07:41 2015 -0800

    arb_texture_rectangle: Updated error conditions to match the OpenGL 4.5 and ES 3.1 core specs.

output:
libGL: screen 0 does not appear to be DRI3 capable
libGL: pci id for fd 4: 8086:0412, driver i965
libGL: OpenDriver: trying /opt/X11R7/lib/dri/tls/i965_dri.so
libGL: OpenDriver: trying /opt/X11R7/lib/dri/i965_dri.so
libGL: Error in /etc/drirc line 1, column 0: no element found.
libGL: Error in /root/.drirc line 1, column 0: no element found.
libGL: Error in /etc/drirc line 1, column 0: no element found.
libGL: Error in /root/.drirc line 1, column 0: no element found.
Unexpected GL error: GL_INVALID_VALUE 0x501
(Error at /GFX/Test/Piglit/piglit/tests/spec/arb_texture_rectangle/texture-base-level-error.c:154)
Expected GL error: GL_INVALID_OPERATION 0x502
PIGLIT: {"result": "fail" }


==Reproduce steps==
---------------------------- 
1. bin/arb_texrect-texture-base-level-error -auto
Comment 1 Laura Ekstrand 2015-01-09 19:18:22 UTC
This bug is fixed by the series I pushed to Mesa yesterday: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4dce7a6a69de30ab7aad7612f93302c69421fea
Comment 2 lu hua 2015-01-13 06:54:25 UTC
Verified.Fixed on mesa master branch.
[root@x-ivb6 piglit]# bin/arb_texrect-texture-base-level-error -auto
libGL: OpenDriver: trying /opt/X11R7/lib/dri/tls/i965_dri.so
libGL: OpenDriver: trying /opt/X11R7/lib/dri/i965_dri.so
libGL: Error in /etc/drirc line 1, column 0: no element found.
libGL: Error in /root/.drirc line 1, column 0: no element found.
libGL: Error in /etc/drirc line 1, column 0: no element found.
libGL: Error in /root/.drirc line 1, column 0: no element found.
PIGLIT: {"result": "pass" }


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.