aboutsummaryrefslogtreecommitdiff
path: root/tests/external-glslparser.tests
AgeCommit message (Collapse)Author
2011-10-18Fix redundant shebangs and executable bits.Matěj Cepl
I think that no Python file in framework/ or tests/ should have shebang, and tests/shaders/gen_equal_tests.py shouldn't have the executable bit set. chad: I modified Matěj's patch to retain the shebang for glsl_parser_test.py. That file can be ran as a standalone script. Signed-off-by: Chad Versace <chad@chad-versace.us> Signed-off-by: Matěj Cepl <mcepl@redhat.com>
2011-10-13Cleanup unnecessary imports.Matěj Cepl
While browsing through the code, I found plenty of unnecessary imports in places where they were unnecessary. Signed-off-by: Matěj Cepl <mcepl@redhat.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
2010-11-08tests: use /usr/bin/env pythonXavier Chantry
This is just to have a consistent python header in all piglit python files.
2010-07-02glslparsertest: Add minimum GLSL version requirementsIan Romanick
This "fixes" some failures of tests on Mesa that, for example, require GLSL 1.30.
2010-06-22glslparsertest: Add tests from tests/shaders to stand-alone compiler testsIan Romanick
2010-06-22Split the glslparsertests out so they can be run with a standalone compiler.Eric Anholt
ln -s ~/src/glsl2/glsl tests/glslparsertest/glslcompiler ./piglit-run.py tests/external-glslparser.tests results/glsl