<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:idr@freedesktop.org" title="Ian Romanick <idr@freedesktop.org>"> <span class="fn">Ian Romanick</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [HSW]deqp-gles2 Functional@shaders@constant_expressions@ sutests are failing 432 of 462 available tests"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92371">bug 92371</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;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>idr@freedesktop.org, mark.a.janes@intel.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [HSW]deqp-gles2 Functional@shaders@constant_expressions@ sutests are failing 432 of 462 available tests"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92371#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [HSW]deqp-gles2 Functional@shaders@constant_expressions@ sutests are failing 432 of 462 available tests"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92371">bug 92371</a>
              from <span class="vcard"><a class="email" href="mailto:idr@freedesktop.org" title="Ian Romanick <idr@freedesktop.org>"> <span class="fn">Ian Romanick</span></a>
</span></b>
        <pre>(In reply to Elio from <a href="show_bug.cgi?id=92371#c0">comment #0</a>)
<span class="quote">> Mesa: (11.2)git-</span >

There is no such thing as 11.2.    Please include the actual GIT SHA1 that you
are testing.

<span class="quote">> Execute: sudo ./deqp-gles2
> --deqp-case=dEQP-GLES2.functional.shaders.constant_expressions.*</span >

DO NOT RUN TESTS AS ROOT.

(In reply to Elio from <a href="show_bug.cgi?id=92371#c2">comment #2</a>)
<span class="quote">> gles2@functional@shaders@constant_expressions@builtin_functions@common@abs_fl
> oat_fragment               
> Fail</span >

All of these should be fixed by the commit below.  It looks like our CI system
isn't running these tests at all.  At least they weren't run on October 11th.

Mark: Any ideas why the
gles2@functional@shaders@constant_expressions@builtin_functions tests aren't
being run?

Elio: If this resolves all of the failures, please close the bug.  If there are
still some failures, please provide that list.

commit 43b07eb60faba1c65fc6f7a99087d051b00e9c0f
Author: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
Date:   Fri Oct 9 14:17:32 2015 -0700

    glsl: Allow built-in functions as constant expressions in OpenGL ES 1.00

    In d4a24745 (August 2012), Paul made functions calls not be constant
    expressions in GLSL ES 1.00.  Since this feature was added in desktop
    GLSL 1.20, we believed that it was added in GLSL ES 3.00.  That turns
    out to be completely wrong.  Built-in functions have always been allowed
    as constant expressions in GLSL ES, and the patch adds the (many) spec
    quotations to prove it.

    While we never previously encountered this, a later patch enforces a GLSL
    ES 1.00 rule that global variable initializers must be constant
    expressions.  Without this fix, several dEQP tests fail.

    Fixes:

        tests/spec/glsl-es-1.00/compiler/const-initializer/from-function.frag
        tests/spec/glsl-es-1.00/compiler/const-initializer/from-function.vert
       
tests/spec/glsl-es-1.00/compiler/const-initializer/from-sequence-in-function.frag
       
tests/spec/glsl-es-1.00/compiler/const-initializer/from-sequence-in-function.vert

    Signed-off-by: Ian Romanick <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
    Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
    Cc: "10.0 10.1 10.2 10.3 10.4 10.5 10.6 11.0"
<<a href="mailto:mesa-stable@lists.freedesktop.org">mesa-stable@lists.freedesktop.org</a>>

    Yes, I know we don't maintain stable branches that far back, but that
    *is* how far back this bug goes!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>