summaryrefslogtreecommitdiff
path: root/piglit-run.py
AgeCommit message (Expand)AuthorFilesLines
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