summaryrefslogtreecommitdiff
path: root/framework/test
AgeCommit message (Expand)AuthorFilesLines
2018-05-01framework/test: make CLProgramTester take relative pathsDylan Baker1-1/+1
2018-05-01framework/test: make BuiltInConstantTest files relativeDylan Baker1-0/+5
2018-05-01framework/test: use relative paths for GLSLParser testsDylan Baker1-3/+10
2018-05-01framework/test: Make shader paths relativeDylan Baker1-6/+10
2018-05-01framework/test: Add class for cl-program-testerDylan Baker1-10/+25
2018-05-01framework/test/piglit_test: make cl_concurrency always a booleanDylan Baker1-2/+2
2018-05-01framework/test: Split multishader tooDylan Baker1-20/+43
2018-05-01framework: do the same for shader testDylan Baker1-20/+26
2018-05-01framework: use a class method for building test via parsingDylan Baker1-3/+9
2018-05-01framework/test: add a test class for built-in constantsDylan Baker1-0/+5
2018-05-01framework: Use custom class for ASM parser testsDylan Baker1-0/+14
2018-05-01framework/test: expose required and excluded platformsDylan Baker1-6/+6
2018-05-01framework/test: Use getter for altering PiglitBaseTest CommandDylan Baker1-1/+4
2018-05-01test/piglit_test: add ROOT_DIR variableDylan Baker1-3/+5
2018-04-11framework: update deqp mustpass list for text based mustpassDylan Baker1-21/+7
2018-02-06framework: work around tests that skip without skipping subtestsDylan Baker1-0/+11
2018-02-05framework: if a test with subtests crashes mark the offending subtestDylan Baker1-0/+8
2018-02-05framework: add support for parsing subtest enumerationDylan Baker1-1/+7
2018-02-05framework: use statuses instead of relying on string conversionsDylan Baker1-4/+4
2017-12-16Remove GleanTest framework.Fabian Bieler2-78/+0
2017-11-09framework: move WflInfo class into new wflinfo.py moduleBrian Paul1-248/+2
2017-10-24framework: remove _DISABLED variable in opengl.pyBrian Paul1-4/+1
2017-10-24framework: observe PIGLIT_NO_FAST_SKIP in ShaderTest::__init__()Brian Paul1-11/+19
2017-10-24framework: fix comment typos in opengl.pyBrian Paul1-5/+5
2017-10-24framework: fix comment typosBrian Paul1-2/+2
2017-10-18framework: fix a commentNicolai Hähnle1-1/+1
2017-09-26framework: fix comment typos on FastSkip classBrian Paul1-4/+4
2017-08-15framework: Add --ignore-missing optionArkadiusz Hiler1-0/+12
2017-05-25test/gleantest: fix missing --quick property from quick profileTimothy Arceri1-1/+1
2017-05-18framework: Add command.setter method to TestDylan Baker4-0/+17
2017-04-27framework/test/shader_test: use -fbo option for shader testsBrian Paul1-2/+2
2017-02-06framework/test/glsl_parser_test.py: fix python script to run glslparsertest o...Neha Bhende1-2/+7
2017-01-09deqp: Search stdout and stderr for X connection failureMark Janes1-2/+4
2016-11-10framework/test/glsl_parser_test.py: split the parser out of the classDylan Baker1-39/+46
2016-11-10framework/test/base: Remove timeout parameterDylan Baker1-4/+1
2016-11-10framework/profile: replace Testprofile.{dmesg,monitoring} with dictDylan Baker1-16/+15
2016-11-09framework/test/shader_test: Fix MultiShaderRunner handling of directoriesDylan Baker1-1/+15
2016-10-07framework: Plug in fast-skipping to MultiShaderTestDylan Baker2-13/+44
2016-10-07framework: Add class for running multiple shader_tests in a single processDylan Baker1-0/+70
2016-10-07framework: Add a Mixin class for running multiple tests in a single processDylan Baker2-7/+144
2016-10-07framework: Bump JSON on disk format to version 9Dylan Baker1-1/+1
2016-10-07framework: Split FastSkipMixin.Dylan Baker1-39/+143
2016-10-07framework: Split the file parsing code out of ShaderTestDylan Baker1-38/+68
2016-09-16all.py: Test any apitraces we find under tests/apitrace/traces.Eric Anholt1-0/+1
2016-08-23framework: fix PIGLIT_NO_FAST_SKIP.Dylan Baker1-2/+4
2016-08-16framework: add commandline option for deqp-mustpassDylan Baker1-1/+2
2016-08-16framework/test/deqp: generalize mustpass list handlingDylan Baker1-0/+32
2016-08-10framework: fix binary assignment for shader_runnerDylan Baker2-64/+60
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