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