summaryrefslogtreecommitdiff
path: root/piglit-summary-html.py
AgeCommit message (Collapse)AuthorFilesLines
2008-08-27piglit-summary-html.py: Add glxinfo/lspci output to HTML summariesNicolai Haehnle1-1/+11
2008-06-30piglit-summary-html.py: Some more features for automated summariesNicolai Haehnle1-6/+35
2008-06-12Generate abbreviated resultsNicolai Haehnle1-2/+6
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-02-21Fix path generation for test result html.Eric Anholt1-1/+1
2008-02-21Use /usr/bin/env python instead of /usr/bin/python for portability.Eric Anholt1-1/+1
2007-04-03Refactor summary generationNicolai Haehnle1-180/+43
2007-04-03Nonsensical reference in licenseNicolai Haehnle1-1/+1
2007-03-26Add some cgi.escapesNicolai Haehnle1-2/+3
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-25Fetch templates relative to piglit-summary-html.pyNicolai Haehnle1-16/+18
2007-03-24Initial commitNicolai Hähnle1-0/+414