aboutsummaryrefslogtreecommitdiff
path: root/piglit-run.py
AgeCommit message (Expand)Author
2020-02-13drop python2 supportDylan Baker
2018-11-08python: add explicit utf-8 encodingEric Engestrom
2016-05-02framework: update the rest of the piglit-* commands to be py3Dylan Baker
2016-04-16piglit: Fix spelling mistakesEric Engestrom
2016-03-28framework: fix unicode command line arguments with python 2.xDylan Baker
2014-06-19python: change she-bang to python2Dylan Baker
2014-05-08wrappers: Fix argument issue with new wrapper scriptsJordan Justen
2014-05-06framework: move executable functions to modulesDylan Baker
2014-04-24python: Add results_dir to TestProfileDylan Baker
2014-04-17framework: Split TestProfile and related out of coreDylan Baker
2014-04-02Remove extra newline from the end of run messageThomas Wood
2014-03-12python: Convert from print statement to functionDylan Baker
2014-02-20log: add verbose loggerDylan Baker
2014-02-06tests/igt: restore dmesg-by-defaultDaniel Vetter
2014-02-04piglit-run.py: Restrict dmesg to serial runsDylan Baker
2014-02-04Use the new dmesg classDylan Baker
2014-01-28piglit-run.py: Remove unused importsDylan Baker
2014-01-23framework/core.py: Add a config parserDylan Baker
2014-01-12Add support to load multiple test profilesDylan Baker
2014-01-09Save and restore platform for piglitDylan Baker
2013-12-19Add new concurrency optionDylan Baker
2013-11-19Split resume functionality out of piglit-run.pyDylan Baker
2013-11-19piglit-run.py: Record all attributes of Environment and restore themDylan Baker
2013-11-19piglit-run.py: CleanupsDylan Baker
2013-11-19piglit-run.py: resume honors saved concurrency flagDylan Baker
2013-11-19piglit-run.py: record whether the test run was concurrentDylan Baker
2013-10-23Use simplejson if availableDylan Baker
2013-10-20rename core.loadTestResults to core.load_resultsDylan Baker
2013-10-11piglit-run.py: Fix a few PEP8 issues that snuck inDylan Baker
2013-09-23piglit-run: add -1 as an alternative to --no-concurrentMarek Olšák
2013-09-23Optionally capture dmesg changes for each test and report them in a summaryMarek Olšák
2013-09-17piglit-run.py: replace file.write with json_writer callsDylan Baker
2013-08-28piglit-run.py: Remove deprecated optionsDylan Baker
2013-07-29piglit-run.py: PEP8 ComplianceDylan Baker
2013-05-16piglit-run.py: Fix Path resolution.Kenney Phillis
2013-05-13python: Convert tabs to spacesDylan Baker
2013-03-10Move re.compile for regex into CoreDylan Baker
2013-03-10Replaces getopt with argparseDylan Baker
2013-03-10piglit-run.py: Add --resume to the help menuDylan Baker
2013-03-10piglit-run.py: Replace Piglit's --concurent flag with --no-concurrencyDylan Baker
2013-03-10Change --tests to --include-testsDylan Baker
2013-02-08piglit-run: Fix resume path resolvingKenney Phillis
2013-01-03glean: Remove support for writing results databases.Kenneth Graunke
2012-10-19piglit-run.py: add -p|--platform switch to select the piglit platformJordan Justen
2012-07-16Changed piglit-run.py to automatically correct previous test results on a pla...Kenney Phillis
2012-03-12Make valgrind testing a command line option rather than extra tests.Kenneth Graunke
2012-03-02Add the ability to resume an interrupted test run where it left off.Kenneth Graunke
2012-03-02Move writing of JSON 'tests' dictionary section out of TestProfile.run.Kenneth Graunke
2012-02-24piglit-run.py: Use list.append(item) instead of list[:0] = [item].Kenneth Graunke
2012-01-17piglit-run: support storing results outside of piglit_dirScott Tsai