summaryrefslogtreecommitdiff
path: root/framework/test/glsl_parser_test.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-01fix glslparser test for out of tree buildsDylan Baker1-6/+13
2018-05-01tests/glsl_parser_test.py: fix is_skip for serialized profilesDylan Baker1-10/+10
2018-05-01framework/test: use relative paths for GLSLParser testsDylan Baker1-3/+10
2018-05-01framework: use a class method for building test via parsingDylan Baker1-3/+9
2017-02-06framework/test/glsl_parser_test.py: fix python script to run glslparsertest o...Neha Bhende1-2/+7
2016-11-10framework/test/glsl_parser_test.py: split the parser out of the classDylan Baker1-39/+46
2016-08-05framework/test/glsl_parser_test: Add ARB_ESx to command line when neededDylan Baker1-1/+3
2016-08-05framework/test/glsl_parser_test: Don't error on blank C commentsDylan Baker1-1/+1
2016-07-06framework: Read test files as utf-8Jussi Kukkonen1-8/+3
2016-04-16framework: Fix spelling mistakesEric Engestrom1-1/+1
2016-04-13framework/glslparsertest: Don't add exclude extensions to the required listDylan Baker1-1/+2
2016-02-08framework/test/glsl_parser_test.py: stop supporting bytesDylan Baker1-8/+19
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-1/+3
2016-02-08python: use future print, division, and absolute_importDylan Baker1-1/+1
2016-01-07framework/test/glsl_parser_test.py: allow forcing the desktop versionDylan Baker1-1/+7
2016-01-07framework/test/glsl_parser_test.py: Handle gl versions correctlyDylan Baker1-6/+55
2016-01-07glsl_parser_test.py: Fix which versions are sent to glslparsertest_gles2Dylan Baker1-1/+14
2015-11-16framework/test/glsl_parser_test.py: add support for GLSL (ES) based skipping.Dylan Baker1-0/+9
2015-11-16framework/test/glsl_parser_test.py: Add requirement based fast skippingDylan Baker1-3/+8
2015-06-09framework: use proper exception message passingDylan Baker1-1/+1
2015-05-19glsl_parser_test.py: use piglit generic exceptionsDylan Baker1-17/+12
2015-04-30framework: use the correct executable for GLES parser testsMarek Olšák1-1/+2
2015-02-23all.py: replace import_glsl_parser_test with loop searchDylan Baker1-45/+22
2015-02-23glsl_parser_test.py: remove add_glsl_parser_testDylan Baker1-7/+1
2014-12-24framework: Cleanup importsDylan Baker1-1/+1
2014-12-12glsl_parser_test.py: use grouptoolsDylan Baker1-4/+3
2014-10-14piglit_test.py: Automatically add -auto and -fbo when appropriateDylan Baker1-2/+2
2014-10-14framework: Split PiglitTest into specific GL and CL classesDylan Baker1-2/+2
2014-10-14framework/test: refactor abstract Test and PiglitTestDylan Baker1-1/+1
2014-10-14framework: Move tests derived classes into a packageDylan Baker1-0/+218