summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2018-07-24summary/html: generalize info outputDylan Baker1-20/+12
2016-04-16templates: Fix spelling mistakesEric Engestrom2-2/+2
2016-02-08python: use six.{iter,view}{items,keys,values}Dylan Baker2-4/+8
2016-02-08python: use six unicode/bytes/str handlingDylan Baker2-2/+7
2016-01-12framework: Get traceback into json results.Jose Fonseca1-0/+8
2015-11-24framework: Add support for feature readiness.Feceoru, Gabriel1-0/+73
2015-10-08framework: use TimeAttribute for TestResult and TestrunResultDylan Baker1-1/+1
2015-09-30framework: add clinfo to system informationDylan Baker1-0/+6
2015-09-24templates/index.mako: handle missing subtests correctlyDylan Baker1-2/+3
2015-09-22framework/summary.py: drop HTMLIndex classDylan Baker2-37/+144
2015-09-22framework: replace TestResult dict with an objectDylan Baker1-12/+12
2015-05-04framework: add incomplete status.Dylan Baker1-3/+6
2014-09-03test_result.mako: Fix bug introduced by d9f87269c28cDylan Baker1-2/+2
2014-06-11templates: add the totals to testrun_infoThomas Wood1-0/+11
2014-05-19summary.py: Treat subtests as groups, againDylan Baker1-1/+1
2014-04-28framework: add support for a "timeout" statusThomas Wood1-1/+4
2014-04-24tests/xts.py: Add a tests file for the X Test suite.Dylan Baker1-4/+16
2014-04-23framework: Dump the result of 'uname -a' in the reportDamien Lespiau1-0/+6
2014-04-18framework: small refactor of test_result page generationDylan Baker1-13/+15
2014-04-18framework: Fix html generation to work with recent changes to jsonDylan Baker1-0/+15
2014-01-23Revert "framework: Add support for a test timeout"Dylan Baker1-4/+1
2013-11-15Revert "summary.py: Treat subtests as groups"Dylan Baker1-1/+1
2013-11-14summary.py: Treat subtests as groupsDylan Baker1-1/+1
2013-11-14framework: Add support for a test timeoutDaniel Vetter1-1/+4
2013-11-05summary-html: Add Environment to HTML pagesDylan Baker1-0/+8
2013-10-23Escape HTML output when generating test result pages.Paul Berry1-3/+3
2013-09-23Optionally capture dmesg changes for each test and report them in a summaryMarek Olšák2-2/+11
2013-08-15summary: Include traceback in the summary files.Kenneth Graunke1-0/+7
2013-07-02summary: Generate a new empty page for pages with no resultsDylan Baker1-0/+27
2013-07-02summary.py: Do not generate comparison pages for single resultsDylan Baker1-1/+1
2013-05-31HTML summary: Provides means to exclude generating test result filesDylan Baker1-0/+6
2013-05-31test_result.mako: Drop redundant status and result fieldDylan Baker1-1/+0
2013-05-31summary: Build subdirectories for subtest result pagesDylan Baker1-3/+3
2013-05-31templates/index.css: make some css more exclusiveDylan Baker1-2/+2
2013-05-31templates: Remove old HTML templatesDylan Baker13-107/+0
2013-05-31templates: adds mako templates for new summary codeDylan Baker3-0/+171
2013-05-08html: Use XHTML 1.0 Strict.Kenneth Graunke1-2/+5
2013-05-08html: Use the vastly faster "fixed" table layout algorithm.Kenneth Graunke1-0/+1
2013-05-08html: Change the main table from "width: 100%" to min-width.Kenneth Graunke1-1/+1
2013-05-08html: Change column width from 50pt to 70ptDylan Baker1-1/+1
2013-05-08html: Rework colgroup generation.Kenneth Graunke2-1/+4
2013-05-08html: Remove the index_groupgroup template.Kenneth Graunke1-1/+0
2013-05-08html: Use CSS3 for zebra-striping the tables.Kenneth Graunke6-85/+31
2013-05-08html: Use CSS for indenting table rows rather than colspan.Kenneth Graunke4-18/+16
2012-04-23framework: Remove 'abort' and 'trap' results in favor of 'crash'.Kenneth Graunke1-4/+4
2011-08-11Changed piglit-summary-html to explicitly encode its output as UTF-8.Paul Berry3-0/+3
2011-04-06core: add new status trap, abort, and crash printed as black lines in summaryMarek Olšák1-0/+22
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