summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2024-03-25more spelling fixes accross the whole codebaseLucas Stach5-6/+6
2024-02-29replayer: add ANGLE backendDavid Heidelberg1-0/+71
2023-05-15framework/replay: additional fixes for recent renderdoc >= v1.20David Heidelberg1-6/+18
2023-03-27framework/replay: remove local file, if doesn't match the etag or file lengthDavid Heidelberg1-4/+7
2023-03-27framework/replay: Fix Content-Length header nameGuilherme Gallo1-1/+1
2023-03-20framework/replay: update renderdoc against v1.20David Heidelberg1-2/+7
2023-03-15allow extra cmdline opts with PIGLIT_REPLAY_OPTIONSMike Blumenkrantz1-0/+2
2023-03-08replay/apitrace: Forward logs when the test crashesGuilherme Gallo1-7/+12
2023-01-23Implementation of verifying multi-part uploaded filesDavid Heidelberg1-13/+32
2023-01-23framework: convert download function to use timer_msDavid Heidelberg1-5/+1
2023-01-23framework: implement MD5 checking for tracesDavid Heidelberg2-14/+88
2023-01-18framework/replay: re-try more aggressively, even over the 50x HTTP errorsDavid Heidelberg1-0/+2
2022-12-13junit: allow incomplete tests to be filtered out with expected-crashMark Janes1-3/+7
2022-10-21framework/replay: Add support for the new S3 serversBenjamin Tissoires1-2/+16
2022-09-14Remove simplejson.Vinson Lee7-34/+9
2022-09-12framework/replay: Make code isort compliant.Vinson Lee19-36/+27
2022-08-30traces: implement labelDavid Heidelberg1-1/+8
2022-08-30traces: new yaml formatDavid Heidelberg1-33/+31
2022-08-30framework/replay: export checksums in jsonDavid Heidelberg1-2/+6
2022-08-29framework/replay: make code mypy compliantDavid Heidelberg5-7/+9
2022-08-29framework/replay: make code flake8 compliantDavid Heidelberg11-31/+20
2022-08-29fix the spelling in whole piglitDavid Heidelberg17-32/+31
2022-08-23framework/replay: allow using local file for a downloadDavid Heidelberg2-1/+55
2022-05-09framework: consistent usage of PIGLIT_CONFIG.read_file paramMark Janes1-1/+1
2022-05-09framework/replay: fix replay with single trace, without specifying deviceDavid Heidelberg1-1/+1
2022-05-09Make it work with the latest pytest versionCorentin Noël4-9/+9
2022-05-05framework/replay: make download more robustDavid Heidelberg1-13/+54
2022-04-07python: Fix timeout on WindowsJesse Natalie1-5/+4
2022-03-09framework: fix run with valgrind optionIllia Abernikhin4-16/+20
2022-01-25framework/profile.py: make test lists reproducibleAlexander Kanavin1-1/+5
2021-12-02framework/replay: Add argument to receive a JWT token as a fileGuilherme Gallo1-1/+24
2021-11-22framework/replay: Add support for download caching proxyCristian Ciocaltea6-0/+29
2021-09-23piglit framework: add surfaceless_egl supportCorentin Noël1-1/+1
2021-05-24framework/test/base: Make sure to always use strings in commandsCorentin Noël1-2/+2
2021-05-20tests: Replay profile frame timesAntonio Caggiano5-3/+294
2021-05-20framework/replay: Use the Status enum from the frameworkTomeu Vizoso1-21/+8
2021-05-18framework/replay: send backend's subprocess stderr to sys.stderrAndres Gomez3-4/+12
2021-04-27framework/replay: Quote resource names before signingTomeu Vizoso1-2/+2
2021-04-26framework/replay: Allow specifying the MinIO bucket containing the tracesTomeu Vizoso5-7/+20
2021-03-31framework/replay: Set Authorization header when downloading from MinIOTomeu Vizoso5-3/+134
2021-02-12framework/replay: adapt GFXReconstruct backend to >=0.9.4Andres Gomez2-23/+46
2021-02-10framework/replay: do not raise in compare if no images were dumpedAndres Gomez1-3/+4
2020-12-22summary: Add -g/--fixes to console-mode outputMike Blumenkrantz2-1/+8
2020-12-17framework: corrected some typosAndres Gomez2-3/+3
2020-12-17framework/replay: add always the images information to the resultsAndres Gomez1-5/+7
2020-12-17framework/replay: rename dump image to include the checksumAndres Gomez1-2/+2
2020-12-17framework: remove forbidden XML chars for text in the JUnit backendAndres Gomez1-3/+34
2020-12-03framework: add write method to the junit backendAndres Gomez1-1/+20
2020-12-03framework: add backends API to write a TestrunResult to a fileAndres Gomez5-48/+80
2020-12-03framework: restore syserr output when loading a junit test resultAndres Gomez1-2/+18