<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [SNB+ Bisected]Piglit spec_ARB_texture_storage_multisample_tex-param fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88221">88221</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[SNB+ Bisected]Piglit spec_ARB_texture_storage_multisample_tex-param fails
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>piglit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>high
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>piglit@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>huax.lu@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>piglit@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>==System Environment==
--------------------------
Piglit: 866ac19995e7a004a12ce746395e1f2165fe21bc

==Bug detailed description==
--------------------------
It fails on SNB+ platforms with latest Piglit.
Bisect shows:  35a47ae936901e49c6401e2d4f0801f260e2883c is the first bad
commit.
commit 35a47ae936901e49c6401e2d4f0801f260e2883c
Author:     Laura Ekstrand <<a href="mailto:laura@jlekstrand.net">laura@jlekstrand.net</a>>
AuthorDate: Fri Dec 12 12:47:02 2014 -0800
Commit:     Laura Ekstrand <<a href="mailto:laura@jlekstrand.net">laura@jlekstrand.net</a>>
CommitDate: Wed Jan 7 17:07:41 2015 -0800

    arb_texture_storage_multisample: 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.
PIGLIT: {"subtest": {"GL_TEXTURE_IMMUTABLE_FORMAT" : "pass"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_MAG_FILTER
PIGLIT: {"subtest": {"GL_TEXTURE_MAG_FILTER" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_MIN_FILTER
PIGLIT: {"subtest": {"GL_TEXTURE_MIN_FILTER" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_WRAP_S
PIGLIT: {"subtest": {"GL_TEXTURE_WRAP_S" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_WRAP_T
PIGLIT: {"subtest": {"GL_TEXTURE_WRAP_T" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_WRAP_R
PIGLIT: {"subtest": {"GL_TEXTURE_WRAP_R" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_COMPARE_MODE
PIGLIT: {"subtest": {"GL_TEXTURE_COMPARE_MODE" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_COMPARE_FUNC
PIGLIT: {"subtest": {"GL_TEXTURE_COMPARE_FUNC" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_MIN_LOD
PIGLIT: {"subtest": {"GL_TEXTURE_MIN_LOD" : "fail"}}
Unexpected GL error: GL_INVALID_OPERATION 0x502
(Error at
/GFX/Test/Piglit/piglit/tests/spec/arb_texture_storage_multisample/tex-param.c:113)
Expected GL error: GL_INVALID_ENUM 0x500
error setting parameter GL_TEXTURE_MAX_LOD
PIGLIT: {"subtest": {"GL_TEXTURE_MAX_LOD" : "fail"}}
PIGLIT: {"subtest": {"GL_TEXTURE_BASE_LEVEL zero" : "pass"}}
PIGLIT: {"subtest": {"GL_TEXTURE_BASE_LEVEL nonzero" : "pass"}}
PIGLIT: {"result": "fail" }


==Reproduce steps==
---------------------------- 
1. ./bin/arb_texture_storage_multisample-tex-param -auto -fbo</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>