summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23framework: Remove 'abort' and 'trap' results in favor of 'crash'.Kenneth Graunke1-4/+4
While distinguishing between 'fail' and 'crash' in extremely useful, I've never encountered a situation where 'abort' or 'trap' offers more insight than simply calling it a 'crash'. We may as well simplify things a bit. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Marek Olšák <maraeo@gmail.com>
2011-08-11Changed piglit-summary-html to explicitly encode its output as UTF-8.Paul Berry3-0/+3
Previously piglit-summary-html didn't explicitly encode its output at all--it relied on the default behavior of the Python file.write() method (which, in Python 2.x, is to write 8-bit strings verbatim and to encode unicode strings using ASCII). This meant that if a non-ASCII character appeared in any of the test data, piglit-summary-html would fail with an exception. This patch changes piglit-summary-html to explicitly encode its output using UTF-8. It also updates all of the HTML templates to specify UTF-8 as the encoding, so that when results are viewed in a web browser, non-ASCII characters will display correctly.
2011-04-06core: add new status trap, abort, and crash printed as black lines in summaryMarek Olšák1-0/+22
To distiguish between 'fail' and unexpected termination. Acked-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Eric Anholt <eric@anholt.net> Acked-by: Chad Versace <chad.versace@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2008-08-27piglit-summary-html.py: Add glxinfo/lspci output to HTML summariesNicolai Haehnle2-1/+23
2008-06-30piglit-summary-html.py: Some more features for automated summariesNicolai Haehnle1-0/+1
2007-03-24Initial commitNicolai Hähnle15-0/+217