summaryrefslogtreecommitdiff
path: root/piglit-run.py
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Generate abbreviated resultsNicolai Haehnle1-0/+15
The results files can get rather huge when tests fail, because tests like glean/blendFunc output a lot of debugging data, which we all record. Now, we generate an additional .../summary file, in which the info string is simply truncated. Pretty stupid, but it should give enough info to get an idea of the rough kind of failure. Add a new option for piglit-summary-html.py, to choose between full or abbreviated info when both are present.
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
The idea is to allow accompanying data (like screenshots) in the future.
2007-03-25RefactoringNicolai Haehnle1-1/+1
2007-03-25piglit: Fix calls to exit()Jeff Muizelaar1-1/+1
Fix calls to exit() to use sys.exit(). 'exit' is a string. We want to use sys.exit instead. Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com>
2007-03-24Initial commitNicolai Hähnle1-0/+101