summaryrefslogtreecommitdiff
path: root/piglit-summary-html.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-13drop python2 supportDylan Baker1-11/+3
2018-11-08python: add explicit utf-8 encodingEric Engestrom1-0/+1
2016-05-02framework: update the rest of the piglit-* commands to be py3Dylan Baker1-3/+8
2016-04-16piglit: Fix spelling mistakesEric Engestrom1-1/+1
2016-03-28framework: fix unicode command line arguments with python 2.xDylan Baker1-1/+5
2014-06-19python: change she-bang to python2Dylan Baker1-1/+1
2014-05-08wrappers: Fix argument issue with new wrapper scriptsJordan Justen1-1/+1
2014-05-06framework: move executable functions to modulesDylan Baker1-93/+20
2014-04-08Add new constant to status with all statusesDylan Baker1-6/+9
2014-04-08piglit-summary-html.py: Fix regression from constant conversionDylan Baker1-2/+2
2013-10-20summary.py: rename generate* methodsDylan Baker1-1/+1
2013-10-15piglit-summary-html.py: Fix the -e/--exclude-details optionDylan Baker1-3/+12
2013-09-11core.py: Move parse_listfile to core.pyDylan Baker1-11/+1
2013-09-11piglit-summary-html.py: Replace .read().split('\n') with .readlines()Dylan Baker1-1/+1
2013-07-29piglit-summary-html.py: PEP8 ComplianceDylan Baker1-22/+21
2013-07-05summary: rename NewSummary to SummaryDylan Baker1-1/+1
2013-05-31HTML summary: Provides means to exclude generating test result filesDylan Baker1-1/+16
2013-05-31piglit-summary-py: Use the new summary class to generate HTMLDylan Baker1-244/+19
2013-05-31piglit-summary-html.py: Fix listfile syntaxDylan Baker1-15/+27
2013-05-13python: Convert tabs to spacesDylan Baker1-178/+178
2013-05-08html: Escape test names in the summary page.Kenneth Graunke1-1/+1
2013-05-08html: Rework colgroup generation.Kenneth Graunke1-2/+1
2013-05-08html: Remove the index_groupgroup template.Kenneth Graunke1-4/+1
2013-05-08html: Use CSS3 for zebra-striping the tables.Kenneth Graunke1-15/+2
2013-05-08html: Use CSS for indenting table rows rather than colspan.Kenneth Graunke1-6/+4
2013-04-21piglit-summary-html.py: replace getopt with argparseDylan Baker1-62/+29
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