[Piglit] [PATCH v2 0/3] Fix glslparsertest python version handling

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Mon Nov 16 17:27:30 PST 2015


From: Dylan Baker <baker.dylan.c at gmail.com>

This fixes the way that glslparsertest in the python layer handles
versions.

Specifically with this series:
- the python layer makes smarter decisions about using glslparsertest or
  glslparsertest_gles2, especially in cases where only one has been
  built
- If glslparsertest is used for GLES tests, then
  ARB_ES<ver>_compatibility will be added to the required extensions in
  the fast skipping layer
- Even in cases where both are built, gles 3.1 and gles 3.2 tests are
  not directed to glslparsertest_gles2 when it is available, rather than
  glslparsertest

Dylan Baker (3):
  glsl_parser_test.py: Fix which versions are sent to
    glslparsertest_gles2
  framework/test/glsl_parser_test.py: Handle gl versions correctly
  framework/test/glsl_parser_test.py: allow forcing the desktop version

 framework/test/glsl_parser_test.py        |  87 +++++++++++++++--
 framework/tests/glsl_parser_test_tests.py | 151 ++++++++++++++++++++++--------
 2 files changed, 193 insertions(+), 45 deletions(-)

-- 
2.6.2



More information about the Piglit mailing list