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