summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2017-07-21framework: remove duplicate import of framework.exceptionsHEADmasterDylan Baker1-1/+1
2017-07-18framework: Don't stop resume because no tests are left to be runDylan Baker1-5/+10
2017-07-11wgl: initial check-in of wgl utility code and wgl sanity check programBrian Paul1-1/+1
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-04-13framework: Exit if a filter removes all tests from a profileDylan Baker1-0/+4
2017-04-13framework/exceptions: Add an exception class for user errorsDylan Baker1-0/+11
2017-02-10framework/backends/json.py: preserve 'tests' orderTomi Sarvela1-12/+18
2017-02-10framework/results.py: Copy 'tests' internally to OrderedDictTomi Sarvela1-3/+4
2017-02-06framework/test/glsl_parser_test.py: fix python script to run glslparsertest o...Neha Bhende1-2/+7
2017-02-02framework/programs/run.py: Allow comments in test-list files.Petri Latvala1-2/+3
2017-01-30framework/backends/json: always flush the metadata to the diskMartin Peres1-0/+4
2017-01-12resume: use the previously-set test-list when resumingMartin Peres1-11/+20
2017-01-09deqp: Search stdout and stderr for X connection failureMark Janes1-2/+4
2016-11-21framework/profile: Use re.IGNORECASE for RegexFilterDylan Baker1-1/+1
2016-11-15framework/profile: don't copy.deepcopy when copying profilesDylan Baker1-3/+2
2016-11-15framework/backends/json: support non-piglit junit filesMark Janes1-8/+22
2016-11-11framework/programs/run: Fix bug when using --test-profileDylan Baker1-1/+1
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: Move group_manager from TestProfile to TestDictDylan Baker1-56/+48
2016-11-10framework/profile: remove unused argument from TestProfile.group_managerDylan Baker1-1/+1
2016-11-10framework/profile: replace Testprofile.{dmesg,monitoring} with dictDylan Baker4-70/+34
2016-11-10framework/profile: Split try/except blockDylan Baker1-5/+8
2016-11-10framework/profile: Update docstringsDylan Baker1-53/+48
2016-11-10framework/profile: Update __all__Dylan Baker1-0/+2
2016-11-10framework/profile: Don't alter the TestProfile before runningDylan Baker3-81/+45
2016-11-10framework/profile: Factor out check_all closureDylan Baker1-11/+3
2016-11-10framework: Pull {include,exclude}_filter out of OptionsDylan Baker5-172/+79
2016-11-10framework: Remove exclude_tests from options.OPTIONSDylan Baker3-3/+4
2016-11-10framework/programs/run: import framework.profile as profileDylan Baker1-7/+7
2016-11-10framework/profile: Drop TestProfile.filter_testsDylan Baker1-13/+3
2016-11-10framework/programs/run: remove redundant list() around comprehensionDylan Baker1-1/+1
2016-11-10framework/profile: Don't merge profilesDylan Baker3-76/+58
2016-11-10framework/programs/run: Only allow --test-list if one profileDylan Baker1-0/+4
2016-11-10framework/profile: add a copy method to profileDylan Baker2-1/+17
2016-11-10framework/programs/run: Remove use of TestrunResultDylan Baker1-13/+6
2016-11-10framework: remove concurrent from OPTIONS, pass directly to profileDylan Baker3-9/+12
2016-11-10framework: Split the run method out of profile.Dylan Baker3-70/+71
2016-11-10framework/profile: Drop unneeded exceptDylan Baker1-7/+1
2016-11-10framework/profile: make run hooks publicDylan Baker1-20/+8
2016-11-10framework/result: TestrunResult.options should be a dictDylan Baker1-1/+1
2016-11-09framework/test/shader_test: Fix MultiShaderRunner handling of directoriesDylan Baker1-1/+15
2016-11-04framework/backends/json: Handle updating results without pid fieldDylan Baker1-1/+4
2016-10-26framework: fix loading JUnit resultsDylan Baker1-1/+5
2016-10-26framework: Properly load JSON into internal representationDylan Baker2-6/+19
2016-10-24framework/backends/json: Don't convert to TestrunResult while updatingDylan Baker2-47/+33
2016-10-24framework: Drop support for JSON formats < 7Dylan Baker1-256/+10
2016-10-24framework/backends/json: replace str() with six.text_type()Dylan Baker1-1/+1