summaryrefslogtreecommitdiff
path: root/framework/programs
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-02-02framework/programs/run.py: Allow comments in test-list files.Petri Latvala1-2/+3
2017-01-12resume: use the previously-set test-list when resumingMartin Peres1-11/+20
2016-11-11framework/programs/run: Fix bug when using --test-profileDylan Baker1-1/+1
2016-11-10framework/profile: replace Testprofile.{dmesg,monitoring} with dictDylan Baker1-10/+11
2016-11-10framework/profile: Don't alter the TestProfile before runningDylan Baker1-2/+1
2016-11-10framework: Pull {include,exclude}_filter out of OptionsDylan Baker2-12/+28
2016-11-10framework: Remove exclude_tests from options.OPTIONSDylan Baker1-1/+4
2016-11-10framework/programs/run: import framework.profile as profileDylan Baker1-7/+7
2016-11-10framework/programs/run: remove redundant list() around comprehensionDylan Baker1-1/+1
2016-11-10framework/profile: Don't merge profilesDylan Baker1-13/+20
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 Baker1-1/+1
2016-11-10framework/programs/run: Remove use of TestrunResultDylan Baker1-13/+6
2016-11-10framework: remove concurrent from OPTIONS, pass directly to profileDylan Baker1-4/+7
2016-11-10framework: Split the run method out of profile.Dylan Baker1-2/+2
2016-10-26framework: Properly load JSON into internal representationDylan Baker1-1/+1
2016-10-07framework: add boilerplate to turn off process isolationDylan Baker1-0/+23
2016-09-01summary/csv: Fix elapsed time outputAdam Jackson1-1/+1
2016-08-31framework: add command line switch to enable junit subtestsDylan Baker1-1/+7
2016-08-16framework: add commandline option for deqp-mustpassDylan Baker1-0/+8
2016-06-01framework/core: extend check_dir to take a handler callableDylan Baker1-11/+16
2016-06-01framework: rename core.checkDir to core.check_dirDylan Baker1-1/+1
2016-06-01framework: core.checkDir raises PiglitExceptionDylan Baker1-1/+7
2016-05-27framework: Add aborting option when a monitored error is detectedOlivier Berthier1-1/+17
2016-05-10piglit-print-commands: Add --format optionDylan Baker1-2/+20
2016-05-10framework: Add piglit-print-commands to the piglit commandDylan Baker1-0/+85
2016-05-03framework: Make testlist option impose orderingDylan Baker1-6/+6
2016-04-16framework: Fix spelling mistakesEric Engestrom2-5/+5
2016-03-03framework/programs/run.py: Fix putting results in nested directoriesDylan Baker1-1/+1
2016-03-03framework/programs/run.py: Add option for overwriting filesDylan Baker1-7/+17
2016-03-03framework/programs/run.py: Clear directory before startingDylan Baker1-1/+9
2016-02-18framework/programs/summary.py: Fail gracefully with bad argumentsDylan Baker1-2/+11
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker3-4/+10
2016-02-08framework/programs/run.py: use PIGLIT_CONFIG.safe_getDylan Baker1-19/+12
2016-02-08python: use six.{iter,view}{items,keys,values}Dylan Baker2-2/+6
2016-02-08python: use future print, division, and absolute_importDylan Baker2-3/+2
2015-11-24framework: Add support for feature readiness.Feceoru, Gabriel1-0/+37
2015-11-17framework/programs/run.py: Fix resume typo.Dylan Baker1-1/+1
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker1-33/+29
2015-10-21framework/log: add an HTTP loggerThomas Wood1-1/+1
2015-10-08framework: use TimeAttribute for TestResult and TestrunResultDylan Baker1-3/+2
2015-09-22framework/summary.py: remove the Summary object.Dylan Baker1-2/+1
2015-09-22framework/summary.py: split console generator from Summary objectDylan Baker1-2/+1
2015-09-22framework: replace TestResult dict with an objectDylan Baker2-4/+4
2015-09-22framework/programs/summary.py: Fix summaries compression when updatingDylan Baker1-6/+17
2015-08-13framework: reduce code ducplication in run parserDylan Baker1-7/+2
2015-08-13framework: add the compression method to the summary aggregate messageDylan Baker1-1/+2
2015-08-13framework/programs/summary.py: parse config for aggregateDylan Baker1-2/+6