<div dir="ltr">Ilia,<br><br>Thanks for the catch.  I've done this in my local repository and will rebase to include the all.py changes in the final version.<br><br>Laura<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 13, 2014 at 2:33 PM, Ilia Mirkin <span dir="ltr"><<a href="mailto:imirkin@alum.mit.edu" target="_blank">imirkin@alum.mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Don't forget to update all.py as well...<br>
<div><div class="h5"><br>
On Mon, Oct 13, 2014 at 5:21 PM, Laura Ekstrand <<a href="mailto:laura@jlekstrand.net">laura@jlekstrand.net</a>> wrote:<br>
> Three tests have been successfully ported from Glean to Piglit, namely the<br>
> blending functions test, the floating point exceptions test, and the 2D<br>
> orthogonal positioning tests.<br>
><br>
> I will continue to port more of the Glean tests to Piglit, and I am<br>
> collaborating with Juliet Fru in this endeavor.<br>
><br>
> Laura Ekstrand (6):<br>
>   Ported blend func test from Glean to Piglit.<br>
>   Removed Glean blend test.<br>
>   Ported floating point exceptions test from Glean to Piglit.<br>
>   Removed Glean floating point exceptions test.<br>
>   Ported ortho positioning test from Glean to Piglit.<br>
>   Removed Glean ortho positioning test.<br>
><br>
>  tests/glean/CMakeLists.gl.txt       |   3 -<br>
>  tests/glean/tblend.cpp              | 988 ------------------------------------<br>
>  tests/glean/tblend.h                | 101 ----<br>
>  tests/glean/tfpexceptions.cpp       | 601 ----------------------<br>
>  tests/glean/tfpexceptions.h         |  78 ---<br>
>  tests/glean/torthpos.cpp            | 972 -----------------------------------<br>
>  tests/glean/torthpos.h              | 103 ----<br>
>  tests/spec/gl-1.0/CMakeLists.gl.txt |   3 +<br>
>  tests/spec/gl-1.0/blend.c           | 786 ++++++++++++++++++++++++++++<br>
>  tests/spec/gl-1.0/fpexceptions.c    | 629 +++++++++++++++++++++++<br>
>  tests/spec/gl-1.0/orthpos.c         | 689 +++++++++++++++++++++++++<br>
>  11 files changed, 2107 insertions(+), 2846 deletions(-)<br>
>  delete mode 100644 tests/glean/tblend.cpp<br>
>  delete mode 100644 tests/glean/tblend.h<br>
>  delete mode 100644 tests/glean/tfpexceptions.cpp<br>
>  delete mode 100644 tests/glean/tfpexceptions.h<br>
>  delete mode 100644 tests/glean/torthpos.cpp<br>
>  delete mode 100644 tests/glean/torthpos.h<br>
>  create mode 100644 tests/spec/gl-1.0/blend.c<br>
>  create mode 100644 tests/spec/gl-1.0/fpexceptions.c<br>
>  create mode 100644 tests/spec/gl-1.0/orthpos.c<br>
><br>
> --<br>
> 2.1.0<br>
><br>
</div></div>> _______________________________________________<br>
> Piglit mailing list<br>
> <a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/piglit" target="_blank">http://lists.freedesktop.org/mailman/listinfo/piglit</a><br>
</blockquote></div><br></div>