summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2013-10-07core.py: Fix bug in TestrunResult.__repairFile()Dylan Baker1-2/+2
2013-10-07Run all tests out of a ThreadPoolDylan Baker2-37/+17
2013-10-07threadpool.py: Completely rewrite threadpool.pyDylan Baker3-409/+57
2013-09-27framework: Make the set of tests per page always be a set.Eric Anholt1-16/+8
2013-09-27framework: Fix mis-indentation of the test changes computation.Eric Anholt1-28/+28
2013-09-25framework: Disable mesa's GL API error logging by default.Eric Anholt1-0/+9
2013-09-23Optionally capture dmesg changes for each test and report them in a summaryMarek Olšák5-20/+65
2013-09-17core.py: Fix bug in JSONWriter.write_dict_key methodDylan Baker1-2/+0
2013-09-17junit: Fix valid XML unicode table.José Fonseca1-1/+1
2013-09-11core.py: Move parse_listfile to core.pyDylan Baker1-1/+18
2013-09-05Revert "framework: don't report failed cases as PASS"Tom Stellard2-14/+2
2013-08-20summary.py: Fix bug in testpage html regerationDylan Baker1-1/+1
2013-08-20framework: don't report failed cases as PASSHomer Hsing2-2/+14
2013-08-15summary: Include traceback in the summary files.Kenneth Graunke1-0/+1
2013-07-30summary: Add 'Not Run' back to changes pageDylan Baker1-1/+1
2013-07-30summary.py: Fix a commentDylan Baker1-1/+1
2013-07-29patterns.py: Corrects commentDylan Baker1-1/+1
2013-07-29threads.py: PEP8 complianceDylan Baker1-11/+12
2013-07-29summary.py: PEP8 complianceDylan Baker1-36/+35
2013-07-29shader_test.py: PEP8 complianceDylan Baker1-18/+29
2013-07-29patterns.py: PEP8 complianceDylan Baker1-25/+28
2013-07-29log.py: PEP8 complianceDylan Baker1-9/+13
2013-07-29glsl_parser_test.py: PEP8 complianceDylan Baker1-40/+51
2013-07-29glsl_parser_test.py: Remove bad vim modeset lineDylan Baker1-2/+0
2013-07-29gleantest.py: PEP8 complianceDylan Baker1-8/+6
2013-07-29exectest.py: PEP8 complianceDylan Baker1-34/+36
2013-07-29core.py: PEP8 ComplianceDylan Baker1-109/+101
2013-07-16summary.py: Fix duplicate entries bugDylan Baker1-0/+8
2013-07-05summary: rename NewSummary to SummaryDylan Baker1-2/+2
2013-07-05junit: Move the old summary code into piglit-summary-junit.pyDylan Baker1-229/+0
2013-07-02piglit-summary.py: print number of fixes and regressionsDylan Baker1-8/+10
2013-07-02summary.py: Adds generateText() method and private helperDylan Baker1-0/+42
2013-07-02summary.py: Split functionality out of NewSummary constructorDylan Baker1-56/+69
2013-07-02summary: Generate a new empty page for pages with no resultsDylan Baker1-5/+16
2013-07-02summary.py: Do not generate comparison pages for single resultsDylan Baker1-1/+8
2013-07-02summary.py: replace multiple attributes with a single dict attributeDylan Baker1-20/+15
2013-06-27quick.tests: Get glean --quick parameter in piglit-print-commands.José Fonseca1-5/+1
2013-06-05core.py: Fix sporadic loss of tests in summaryDylan Baker1-10/+8
2013-05-31summary.py: Change skip to 'Not Run' for tests not runDylan Baker1-17/+22
2013-05-31HTML summary: Provides means to exclude generating test result filesDylan Baker1-21/+27
2013-05-31summary: Build subdirectories for subtest result pagesDylan Baker1-14/+18
2013-05-31piglit-summary-py: Use the new summary class to generate HTMLDylan Baker1-3/+2
2013-05-31templates: adds mako templates for new summary codeDylan Baker1-1/+1
2013-05-31framework/summary.py: Adds new summary class and two support classesDylan Baker2-0/+521
2013-05-31framework/summary.py: Replace Section heading with docstringsDylan Baker1-13/+16
2013-05-29junit: Escape invalid XML unicode characters.José Fonseca1-1/+14
2013-05-16framework/core.py: fix path resolution when loading test results.Kenney Phillis1-1/+2
2013-05-13python: Convert tabs to spacesDylan Baker9-1392/+1391
2013-04-21framework: Treat wglinfo, glxinfo and lspci output as text, not binary data.Jon Severinsson1-1/+5
2013-04-16framework: Catch "No such file or directory" by errno, not strerr.Jon Severinsson1-1/+2