summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2017-10-18framework: remove outdated commentNicolai Hähnle1-1/+0
2017-10-18framework: fix a commentNicolai Hähnle1-2/+2
2017-10-18framework: fix outdated commentNicolai Hähnle1-2/+1
2017-10-18framework: fix a commentNicolai Hähnle1-1/+1
2017-10-18framework: fix typos in commentsNicolai Hähnle7-10/+10
2017-09-26framework: fix proces/process_isolation typoBrian Paul1-1/+1
2017-09-26framework: fix comment typos on FastSkip classBrian Paul1-4/+4
2017-08-15framework: Add --ignore-missing optionArkadiusz Hiler3-3/+31
2017-07-21framework: Fix the same bug for resume in the previous commitDylan Baker1-2/+3
2017-07-21framework: Only sort files for json backend that end in .jsonDylan Baker1-2/+3
2017-07-21framework: remove duplicate import of framework.exceptionsDylan 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