<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 - [ivb hsw bdw skl kbl cfl] Regressions in deqp and glcts following 9176703788c and b03dcb1e5f5"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107676">107676</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[ivb hsw bdw skl kbl cfl] Regressions in deqp and glcts following 9176703788c and b03dcb1e5f5
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

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

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>clayton.a.craft@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The following tests are failing after commits 9176703788c and b03dcb1e5f5:


dEQP-GLES31.­functional.­tessellation.­state_query.­max_uniform_buffer_bindings
dEQP-GLES31.­functional.­tessellation.­state_query.­max_combined_texture_image_units
dEQP-GLES31.­functional.­state_query.­integer.­max_uniform_buffer_bindings_getinteger64
dEQP-GLES31.­functional.­state_query.­integer.­max_uniform_buffer_bindings_getinteger
dEQP-GLES31.­functional.­state_query.­integer.­max_uniform_buffer_bindings_getfloat
dEQP-GLES31.­functional.­state_query.­integer.­max_combined_texture_image_units_getinteger64
dEQP-GLES31.­functional.­state_query.­integer.­max_combined_texture_image_units_getinteger
dEQP-GLES31.­functional.­state_query.­integer.­max_combined_texture_image_units_getfloat
dEQP-GLES31.­functional.­compute.­basic.­ubo_to_ssbo_multiple_groups
KHR-GL46.­map_buffer_alignment.­functional 
KHR-GL46.­limits.­max_uniform_buffer_bindings


Output from one of the tests
(dEQP-GLES31.­functional.­tessellation.­state_query.­max_uniform_buffer_bindings):

glGetIntegerv(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b184);
// data = { 70 }
glGetError();
// GL_NO_ERROR returned
 // ERROR: Expected greater or equal to 72, got 70
glGetBooleanv(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b18e);
// data = { GL_TRUE }
glGetError();
// GL_NO_ERROR returned
glGetInteger64v(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b168);
// data = { 70 }
glGetError();
// GL_NO_ERROR returned
 // ERROR: Expected greater or equal to 72, got 70
glGetFloatv(GL_MAX_UNIFORM_BUFFER_BINDINGS, 0x00007fff3119b158);
// data = { 70 }
glGetError();
// GL_NO_ERROR returned
 // ERROR: Expected greater or equal to 72, got 70</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>