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