generators: Replace outerProduct-invalid-paramters.sh with python

Graphics / Mesa 3D Graphics Library / Piglit - Dylan Baker [gmail.com] - 14 May 2014 12:30 UTC

This Adds a new python generator to replace the shell generator. The old generator was run once and the results were checked into git, the python generator on the other hand is run at build time.

The tests are equivalent with only whitespace differences.

5ad7cc6 generators: Replace outerProduct-invalid-paramters.sh with python
generated_tests/CMakeLists.txt | 5 ++
generated_tests/gen_outerproduct_invalid_params.py | 59 ++++++++++++++++++++
tests/all.py | 3 +
.../built-in-functions/outerProduct-bool.vert | 10 ----
.../built-in-functions/outerProduct-bvec2.vert | 10 ----
.../built-in-functions/outerProduct-bvec3.vert | 10 ----
.../built-in-functions/outerProduct-bvec4.vert | 10 ----
.../built-in-functions/outerProduct-float.vert | 10 ----
.../built-in-functions/outerProduct-int.vert | 10 ----
.../outerProduct-invalid-parameters.sh | 24 --------
.../built-in-functions/outerProduct-mat2.vert | 10 ----
.../built-in-functions/outerProduct-mat2x2.vert | 10 ----
.../built-in-functions/outerProduct-mat2x3.vert | 10 ----
.../built-in-functions/outerProduct-mat2x4.vert | 10 ----
.../built-in-functions/outerProduct-mat3.vert | 10 ----
.../built-in-functions/outerProduct-mat3x2.vert | 10 ----
.../built-in-functions/outerProduct-mat3x3.vert | 10 ----
.../built-in-functions/outerProduct-mat3x4.vert | 10 ----
.../built-in-functions/outerProduct-mat4.vert | 10 ----
.../built-in-functions/outerProduct-mat4x2.vert | 10 ----
.../built-in-functions/outerProduct-mat4x3.vert | 10 ----
.../built-in-functions/outerProduct-mat4x4.vert | 10 ----
22 files changed, 67 insertions(+), 204 deletions(-)

Upstream: cgit.freedesktop.org


  • Share