Age | Commit message (Expand) | Author | Files | Lines |
2018-04-25 | summary/console: Add -p / --problems | Adam Jackson | 1 | -0/+5 |
2018-03-26 | framework: change one missed core.checkDir call to core.check_dir | Petri Latvala | 1 | -1/+7 |
2017-12-16 | Remove GleanTest framework. | Fabian Bieler | 1 | -6/+2 |
2017-12-15 | framework: Make csv summary a subset of formatted summary. | Rafael Antognolli | 1 | -31/+5 |
2017-12-15 | framework: Add new formatted summary. | Rafael Antognolli | 1 | -1/+57 |
2017-10-31 | framework: include piglit start-up time in time_elapsed computation | Brian Paul | 1 | -2/+2 |
2017-09-26 | framework: fix proces/process_isolation typo | Brian Paul | 1 | -1/+1 |
2017-08-15 | framework: Add --ignore-missing option | Arkadiusz Hiler | 1 | -0/+12 |
2017-07-21 | framework: remove duplicate import of framework.exceptions | Dylan Baker | 1 | -1/+1 |
2017-07-18 | framework: Don't stop resume because no tests are left to be run | Dylan Baker | 1 | -5/+10 |
2017-02-02 | framework/programs/run.py: Allow comments in test-list files. | Petri Latvala | 1 | -2/+3 |
2017-01-12 | resume: use the previously-set test-list when resuming | Martin Peres | 1 | -11/+20 |
2016-11-11 | framework/programs/run: Fix bug when using --test-profile | Dylan Baker | 1 | -1/+1 |
2016-11-10 | framework/profile: replace Testprofile.{dmesg,monitoring} with dict | Dylan Baker | 1 | -10/+11 |
2016-11-10 | framework/profile: Don't alter the TestProfile before running | Dylan Baker | 1 | -2/+1 |
2016-11-10 | framework: Pull {include,exclude}_filter out of Options | Dylan Baker | 2 | -12/+28 |
2016-11-10 | framework: Remove exclude_tests from options.OPTIONS | Dylan Baker | 1 | -1/+4 |
2016-11-10 | framework/programs/run: import framework.profile as profile | Dylan Baker | 1 | -7/+7 |
2016-11-10 | framework/programs/run: remove redundant list() around comprehension | Dylan Baker | 1 | -1/+1 |
2016-11-10 | framework/profile: Don't merge profiles | Dylan Baker | 1 | -13/+20 |
2016-11-10 | framework/programs/run: Only allow --test-list if one profile | Dylan Baker | 1 | -0/+4 |
2016-11-10 | framework/profile: add a copy method to profile | Dylan Baker | 1 | -1/+1 |
2016-11-10 | framework/programs/run: Remove use of TestrunResult | Dylan Baker | 1 | -13/+6 |
2016-11-10 | framework: remove concurrent from OPTIONS, pass directly to profile | Dylan Baker | 1 | -4/+7 |
2016-11-10 | framework: Split the run method out of profile. | Dylan Baker | 1 | -2/+2 |
2016-10-26 | framework: Properly load JSON into internal representation | Dylan Baker | 1 | -1/+1 |
2016-10-07 | framework: add boilerplate to turn off process isolation | Dylan Baker | 1 | -0/+23 |
2016-09-01 | summary/csv: Fix elapsed time output | Adam Jackson | 1 | -1/+1 |
2016-08-31 | framework: add command line switch to enable junit subtests | Dylan Baker | 1 | -1/+7 |
2016-08-16 | framework: add commandline option for deqp-mustpass | Dylan Baker | 1 | -0/+8 |
2016-06-01 | framework/core: extend check_dir to take a handler callable | Dylan Baker | 1 | -11/+16 |
2016-06-01 | framework: rename core.checkDir to core.check_dir | Dylan Baker | 1 | -1/+1 |
2016-06-01 | framework: core.checkDir raises PiglitException | Dylan Baker | 1 | -1/+7 |
2016-05-27 | framework: Add aborting option when a monitored error is detected | Olivier Berthier | 1 | -1/+17 |
2016-05-10 | piglit-print-commands: Add --format option | Dylan Baker | 1 | -2/+20 |
2016-05-10 | framework: Add piglit-print-commands to the piglit command | Dylan Baker | 1 | -0/+85 |
2016-05-03 | framework: Make testlist option impose ordering | Dylan Baker | 1 | -6/+6 |
2016-04-16 | framework: Fix spelling mistakes | Eric Engestrom | 2 | -5/+5 |
2016-03-03 | framework/programs/run.py: Fix putting results in nested directories | Dylan Baker | 1 | -1/+1 |
2016-03-03 | framework/programs/run.py: Add option for overwriting files | Dylan Baker | 1 | -7/+17 |
2016-03-03 | framework/programs/run.py: Clear directory before starting | Dylan Baker | 1 | -1/+9 |
2016-02-18 | framework/programs/summary.py: Fail gracefully with bad arguments | Dylan Baker | 1 | -2/+11 |
2016-02-08 | framework,unittests: use __future__ unicode_literals | Dylan Baker | 3 | -4/+10 |
2016-02-08 | framework/programs/run.py: use PIGLIT_CONFIG.safe_get | Dylan Baker | 1 | -19/+12 |
2016-02-08 | python: use six.{iter,view}{items,keys,values} | Dylan Baker | 2 | -2/+6 |
2016-02-08 | python: use future print, division, and absolute_import | Dylan Baker | 2 | -3/+2 |
2015-11-24 | framework: Add support for feature readiness. | Feceoru, Gabriel | 1 | -0/+37 |
2015-11-17 | framework/programs/run.py: Fix resume typo. | Dylan Baker | 1 | -1/+1 |
2015-11-11 | framework: Convert the codebase to use the new global Options | Dylan Baker | 1 | -33/+29 |
2015-10-21 | framework/log: add an HTTP logger | Thomas Wood | 1 | -1/+1 |