summaryrefslogtreecommitdiff
path: root/piglit-run.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-13Make Python scripts independent of the current working directoryMatěj Cepl1-1/+6
2011-08-05piglit-run.py: Remove SyncFileWriter as it's not necessary with JSON.Kenneth Graunke1-32/+2
2011-07-29piglit-run: Add option to enable/disable concurrent test runsChad Versace1-2/+18
2011-07-29framework: Write each test result to the result file as the test completesChad Versace1-18/+13
2011-07-14framework: Replace custom serialization format with jsonChad Versace1-17/+37
2011-02-10Add SyncFileWriter for write/close synchronization on results file.U. Artie Eoff1-5/+35
2010-07-29Add -x|--exclude-tests= option to specify tests not to run.Carl Worth1-1/+5
2009-08-23Python: Add spaces after commas.Vinson Lee1-2/+2
2009-08-21Python: Remove unused imports.Vinson Lee1-2/+0
2008-06-12Generate abbreviated resultsNicolai Haehnle1-0/+15
2008-06-06Collect output of glxinfo and lspciNicolai Haehnle1-0/+1
2008-02-21Use /usr/bin/env python instead of /usr/bin/python for portability.Eric Anholt1-1/+1
2007-04-03Nonsensical reference in licenseNicolai Haehnle1-1/+1
2007-03-25Store results in a directory instead of a single file.Nicolai Haehnle1-12/+9
2007-03-25RefactoringNicolai Haehnle1-1/+1
2007-03-25piglit: Fix calls to exit()Jeff Muizelaar1-1/+1
2007-03-24Initial commitNicolai Hähnle1-0/+101