summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2018-09-29Print test commands before we execute themHEADmasterJon Turney1-1/+1
2018-09-28Empty directory errorJon Turney1-1/+5
2018-09-20framework/wflinfo: delete deprecated interfaceDylan Baker2-52/+0
2018-09-20framework/test: Convert tests to new fast-skip interfaceDylan Baker3-173/+150
2018-09-20wflinfo: Reimplement wflinfo separating the various API'sDylan Baker1-139/+181
2018-09-20framework/shader_test: GL_NUM_PROGRAM_BINARY_FORMATS >= 1 is not an extensionDylan Baker1-2/+4
2018-09-20framework/test: Fix whitespaceDylan Baker1-0/+1
2018-08-21framework: add --glsl optionAlejandro Piñeiro3-2/+15
2018-08-07framework/test/shader_test.py: Remove redundant workaround for python 3.3 mockRhys Kidd1-3/+1
2018-07-24summary/html: generalize info outputDylan Baker1-4/+1
2018-07-24JSON: move info utilities out of rootDylan Baker4-14/+23
2018-07-20framework: deepcopy TestProfile's filters when copying itAndres Gomez1-1/+4
2018-07-18framework: Make error about mixed GLES and GL more imformativeDylan Baker1-1/+2
2018-06-29framework: add a --timeout parameterDylan Baker1-0/+11
2018-06-22deqp: Add Mesa version overrides for khr_gl* testlist generation.Eric Anholt1-1/+5
2018-05-30framework/resume: properly parse the no_retry optionNicolai Hähnle1-1/+4
2018-05-30framework: allow specifying the number of jobs for concurrencyNicolai Hähnle3-4/+25
2018-05-30framework/html: guard against errors writing individual test resultsNicolai Hähnle1-7/+14
2018-05-24glslparsertest: support compatibility profile testsMarek Olšák1-0/+5
2018-05-16profile: add the idea of process-isolated xml fileDylan Baker1-1/+16
2018-05-09framework: make use of Filter.run in Profile classesDylan Baker1-16/+21
2018-05-09framework: Add filters classDylan Baker1-3/+39
2018-05-09framework: ensure that all tests are run before exitingDylan Baker1-2/+2
2018-05-09framework: fix running with mixed concurrency (neither -c or -1)Dylan Baker1-2/+5
2018-05-02framework: handle UnicodeDecodeErrorMarek Olšák1-0/+3
2018-05-02framework: fix grouptools.commonprefix when len(args) == 1Nicolai Hähnle1-1/+1
2018-05-01profile: use gz to compress profilesDylan Baker1-5/+5
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-01shader_tests: correctly generate xml during out of tree buildsDylan Baker1-4/+10
2018-05-01framework/profile: Add support for meta profilesDylan Baker1-2/+62
2018-05-01profile: allow forcing python or xml loadingDylan Baker1-6/+15
2018-05-01profile: Add support for loading xml based profilesDylan Baker1-0/+108
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/profile: Add a __len__ method to TestProfileDylan Baker1-7/+7
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-01framework/profile: Allow a group manager class to be overwrittenDylan Baker1-2/+4
2018-05-01test/piglit_test: add ROOT_DIR variableDylan Baker1-3/+5
2018-04-25summary/console: Add -p / --problemsAdam Jackson2-1/+8