summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2020-11-02framework/replay: do not trunc the log file when dumping gfxr tracesAndres Gomez1-1/+1
2020-11-02framework/replay: rename all private functionsAndres Gomez3-44/+39
2020-11-02framework/replay: migrate to piglit moduleAndres Gomez9-346/+278
2020-11-02framework/replay: remove unused imports from replay.trace_utilsAndres Gomez1-2/+4
2020-11-02framework/replay: rename some replay filesAndres Gomez4-2/+2
2020-11-02framework/replay: change replay module imports pathsAndres Gomez3-9/+10
2020-11-02framework/replay: main tracie to use query_traces_yamlAndres Gomez2-40/+60
2020-11-02framework/replay: enable printing the checksum with tracie's query tracesAndres Gomez1-5/+28
2020-11-02framework/replay: add the query_traces_yaml to tracie.pyAndres Gomez4-53/+96
2020-11-02framework/replay: enforce PEP-0008 in query_traces_yamlAndres Gomez1-10/+23
2020-11-02framework/replay: add commands to tracie so we can replay individual tracesAndres Gomez5-18/+75
2020-11-02framework/replay: tracie's README uses sh syntax highlight in examplesAndres Gomez1-3/+12
2020-11-02framework/replay: use Path only in the API to dump_from_trace in tracieAndres Gomez1-12/+10
2020-11-02framework/replay: reuse tracie's image checksum utilsAndres Gomez2-8/+17
2020-11-02framework/replay: simplify parameters passing in tracieAndres Gomez1-18/+21
2020-11-02framework/replay: use argpaarse in renderdoc_dump_imagesAndres Gomez1-6/+22
2020-11-02framework/replay: enforce PEP-0008 in some tracie codeAndres Gomez4-40/+62
2020-11-02framework/replay: move downloading and uploading of files to modulesAndres Gomez3-61/+120
2020-11-02framework/replay: remove unused imports from tracie.pyAndres Gomez1-2/+0
2020-11-02framework/replay: add missing license to tracie's python codeAndres Gomez6-6/+38
2020-11-02framework/replay: raw import tracie from mesaAndres Gomez12-0/+1067
2020-09-28framework: have into account the images member in TestResultAndres Gomez1-1/+4
2020-09-28framework/exceptions.py: return wrapped function in inner functionAndres Gomez1-1/+1
2020-09-28framework: spread core.get_option usage whenever possibleAndres Gomez2-9/+7
2020-09-28framework: make deqp.get_option a core functionAndres Gomez2-23/+23
2020-09-16framework: return correct information from XMLProfile itertestsIndrajit Kumar Das1-1/+1
2020-08-14correct some typosAndres Gomez3-4/+4
2020-07-30framework: use timeouts on WindowsErik Faye-Lund1-16/+1
2020-06-06Switch from cElementTree to ElementTree.Vinson Lee2-2/+2
2020-06-01Switch from collections to collections.abc.Vinson Lee2-3/+3
2020-04-23framework: Update to Python 3 ConfigParser.Vinson Lee1-7/+3
2020-04-22Remove the apitrace testing.Eric Anholt1-121/+0
2020-04-21framework: remove unused importDylan Baker1-1/+0
2020-04-21framework: Replace assert with actual errorDylan Baker3-7/+20
2020-04-21framework: allow PiglitException's to set a returncodeDylan Baker1-8/+21
2020-04-21framework: Add env support to some test classes that don't have itDylan Baker3-10/+14
2020-04-19framework/cl: Accept additional arguments in init and pass them to parent initJan Vesely1-2/+2
2020-04-15framework: Add xorg testsDylan Baker2-0/+157
2020-04-15framework: Actually deserialize the test environmentDylan Baker1-0/+2
2020-04-15framework/test: pass env and cwd as optional arguments to TestDylan Baker1-3/+3
2020-04-15framework: allow xml profiles from outside the piglit treeDylan Baker1-0/+7
2020-02-13drop python2 supportDylan Baker37-556/+163
2020-02-13framework/print-cmd: Fix exclude filterDylan Baker1-1/+2
2019-10-30Use source code location for Mako's module_directoryPierre-Eric Pelloux-Prayer1-0/+9
2019-09-05Apply path correction to correct argumentSimon Richter1-5/+11
2019-09-04glslparsertest: add support for setting a relative include pathTimothy Arceri1-4/+7
2019-09-04glslparsertest: add support for adding dummy shader includesTimothy Arceri1-2/+5
2019-07-23framework: Also skip logging info utils on EACCES.Eric Anholt1-1/+1
2019-07-04framework/cl: Don't override timeout setting from cmdlineJan Vesely1-1/+2
2019-06-26framework/test: Add default 1min timeout to all OpenCL testsJan Vesely1-0/+1