aboutsummaryrefslogtreecommitdiff
path: root/piglit-run.py
AgeCommit message (Expand)Author
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
2011-10-13Make Python scripts independent of the current working directoryMatěj Cepl
2011-08-05piglit-run.py: Remove SyncFileWriter as it's not necessary with JSON.Kenneth Graunke
2011-07-29piglit-run: Add option to enable/disable concurrent test runsChad Versace
2011-07-29framework: Write each test result to the result file as the test completesChad Versace
2011-07-14framework: Replace custom serialization format with jsonChad Versace
2011-02-10Add SyncFileWriter for write/close synchronization on results file.U. Artie Eoff
2010-07-29Add -x|--exclude-tests= option to specify tests not to run.Carl Worth
2009-08-23Python: Add spaces after commas.Vinson Lee
2009-08-21Python: Remove unused imports.Vinson Lee
2008-06-12Generate abbreviated resultsNicolai Haehnle
2008-06-06Collect output of glxinfo and lspciNicolai Haehnle
2008-02-21Use /usr/bin/env python instead of /usr/bin/python for portability.Eric Anholt
2007-04-03Nonsensical reference in licenseNicolai Haehnle
2007-03-25Store results in a directory instead of a single file.Nicolai Haehnle
2007-03-25RefactoringNicolai Haehnle
2007-03-25piglit: Fix calls to exit()Jeff Muizelaar
2007-03-24Initial commitNicolai Hähnle