summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)AuthorFilesLines
2022-06-09framework/replay: disable AA accounting when comparing with no toleranceDavid Heidelberg1-1/+1
2022-05-31framework/replay: recently introduced HTML tags should be in innerHTMLDavid Heidelberg1-1/+1
2022-05-10framework/replay: add number of pixels without tolerance when comparing imagesTomeu Vizoso1-2/+3
2021-09-01framework/replay: Display the image differences if anyTomeu Vizoso1-4/+50
2020-11-16templates: fix summary generation when not all image keys existAndres Gomez1-2/+2
2020-09-28templates: fix loop iterating over value.images arrayAndres Gomez1-1/+1
2020-02-14templates: Remove last remains of the six moduleDylan Baker1-4/+4
2020-02-13drop python2 supportDylan Baker3-12/+3
2019-01-23summary/html: drop trailing slash in <br>Erik Faye-Lund2-2/+2
2019-01-23summary/html: drop trailing slash in <img>Erik Faye-Lund1-2/+2
2019-01-23summary/html: specify lang="en" in html tagErik Faye-Lund5-5/+5
2019-01-23summary/html: drop type from css-linksErik Faye-Lund5-5/+5
2019-01-23summary/html: use html5 instead of xhtmlErik Faye-Lund5-27/+15
2019-01-22summary/html: escape htmlErik Faye-Lund1-2/+2
2019-01-22summary/html: ensure xml-line is the very first lineErik Faye-Lund2-2/+4
2019-01-22summary/html: open pre-tag instead of closing itErik Faye-Lund1-1/+1
2019-01-22summary/html: close the right html-tagErik Faye-Lund1-1/+1
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