summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Make it work with the latest pytest versionCorentin Noël15-35/+36
2022-05-05framework/replay: new tests for download methodGuilherme Gallo1-5/+59
2022-03-09framework: fix run with valgrind optionIllia Abernikhin1-3/+16
2021-05-20tests: Replay profile frame timesAntonio Caggiano1-0/+176
2021-05-20framework/replay: Use the Status enum from the frameworkTomeu Vizoso1-10/+10
2021-05-18framework/replay: send backend's subprocess stderr to sys.stderrAndres Gomez3-43/+45
2021-04-26framework/replay: Allow specifying the MinIO bucket containing the tracesTomeu Vizoso1-0/+3
2021-03-31framework/replay: Set Authorization header when downloading from MinIOTomeu Vizoso1-0/+30
2021-02-12framework/replay: adapt GFXReconstruct backend to >=0.9.4Andres Gomez1-100/+163
2021-02-10framework/replay: do not raise in compare if no images were dumpedAndres Gomez1-1/+32
2020-12-17framework: corrected some typosAndres Gomez1-2/+2
2020-12-17framework/replay: add always the images information to the resultsAndres Gomez1-3/+17
2020-12-17framework/replay: rename dump image to include the checksumAndres Gomez1-30/+43
2020-12-03framework: add write method to the junit backendAndres Gomez1-0/+102
2020-12-03framework: add backends API to write a TestrunResult to a fileAndres Gomez2-0/+168
2020-12-03framework: restore syserr output when loading a junit test resultAndres Gomez1-7/+2
2020-12-03framework: fix loading time start/end in junit test resultsAndres Gomez1-4/+4
2020-11-02unittests: add tests for framework/replayAndres Gomez9-0/+1891
2020-09-28framework: have into account the images member in TestResultAndres Gomez2-0/+18
2020-09-28framework/exceptions.py: return wrapped function in inner functionAndres Gomez1-0/+30
2020-09-28unittests: add missing exception cases for exceptions handlerAndres Gomez1-0/+14
2020-09-28framework: spread core.get_option usage whenever possibleAndres Gomez1-1/+1
2020-09-28framework: make deqp.get_option a core functionAndres Gomez2-56/+56
2020-08-14correct some typosAndres Gomez1-1/+1
2020-06-06Switch from cElementTree to ElementTree.Vinson Lee1-1/+1
2020-06-01Switch from collections to collections.abc.Vinson Lee1-1/+1
2020-04-22Remove the apitrace testing.Eric Anholt1-82/+0
2020-04-21framework: Add env support to some test classes that don't have itDylan Baker2-1/+4
2020-02-13unittests: Properly skip tests if psutil isn't installedDylan Baker1-1/+1
2020-02-13drop python2 supportDylan Baker38-365/+179
2019-04-24Remove dead es3conform.py test suiteEric Anholt2-9/+1
2018-11-08python: add explicit utf-8 encodingEric Engestrom29-0/+29
2018-09-20framework/test: Convert tests to new fast-skip interfaceDylan Baker3-116/+127
2018-09-20unittests/wflinfo: Update tests for new APIDylan Baker1-83/+35
2018-09-20wflinfo: Reimplement wflinfo separating the various API'sDylan Baker1-3/+20
2018-07-24JSON: move info utilities out of rootDylan Baker4-39/+234
2018-07-20framework: deepcopy TestProfile's filters when copying itAndres Gomez2-2/+2
2018-05-01tests/glsl_parser_test.py: fix is_skip for serialized profilesDylan Baker1-7/+6
2018-05-01profile: Add support for loading xml based profilesDylan Baker1-5/+0
2018-05-01framework/test: Split multishader tooDylan Baker1-2/+15
2018-05-01framework: do the same for shader testDylan Baker1-10/+10
2018-05-01framework: use a class method for building test via parsingDylan Baker1-24/+24
2018-04-20unittests: mustpass is a text listJuan A. Suarez Romero1-19/+9
2018-02-05framework: if a test with subtests crashes mark the offending subtestDylan Baker1-0/+36
2017-12-19unittests: update python generatorAndres Gomez1-1/+6
2017-12-19unittests: correct tessellation typoAndres Gomez1-8/+8
2017-12-16Remove GleanTest framework.Fabian Bieler2-134/+0
2017-11-20unittests: test WflInfo in its own module and correct depending onesAndres Gomez3-359/+395
2017-11-13unittests: include new elapsed time from the console summary outputAndres Gomez1-5/+9
2017-07-21framework: Fix the same bug for resume in the previous commitDylan Baker1-8/+7