summaryrefslogtreecommitdiff
path: root/piglit-summary-html.py
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Generate a html summary of skipped testsMarek Olšák1-1/+5
2012-04-23framework: Remove 'abort' and 'trap' results in favor of 'crash'.Kenneth Graunke1-8/+2
2012-03-26html: Use isinstance(x, basestring) rather than "str" and "unicode."Kenneth Graunke1-1/+1
2012-02-13framework: Remove checking for the pre-JSON piglit file format.Kenneth Graunke1-4/+1
2011-10-13Make Python scripts independent of the current working directoryMatěj Cepl1-2/+3
2011-10-05Don't add slash to the start of HREFs of individual test results.Matěj Cepl1-1/+7
2011-09-17piglit-summary-html: Use map() to speed up loop in buildDetailValue()Tom Stellard1-5/+5
2011-08-11Changed piglit-summary-html to explicitly encode its output as UTF-8.Paul Berry1-1/+1
2011-07-14piglit-summary-html: Skip result files in old format and emit warningChad Versace1-1/+6
2011-07-14piglit-summary-html: Remove dead option --fullChad Versace1-7/+3
2011-07-14framework: Replace custom serialization format with jsonChad Versace1-5/+13
2011-04-06core: generate a summary of fixesMarek Olšák1-1/+5
2011-04-06core: generate a summary of regressionsMarek Olšák1-1/+5
2011-04-06core: add new status trap, abort, and crash printed as black lines in summaryMarek Olšák1-3/+12
2009-08-23Python: Add spaces after commas.Vinson Lee1-6/+6
2009-08-21Python: Remove unused imports.Vinson Lee1-1/+0
2009-04-15Use os.path.join() for directory/file paths.Vinson Lee1-20/+20
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
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
2007-03-25Fetch templates relative to piglit-summary-html.pyNicolai Haehnle1-16/+18
2007-03-24Initial commitNicolai Hähnle1-0/+414