summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [metrics] Run Android RenderTestRunner bot in rebaseline mode (#16036)zmiao2019-12-111-1/+5
|
* [test-runner] Allow to define filter inside manifest fileAlexander Shalamov2019-12-031-1/+12
| | | | | Command line option is still available and allows to override filter that is defined in a manifest file.
* [test-runner] Move probe related command line args to manifestAlexander Shalamov2019-11-271-0/+23
| | | | | | | | | | | - Move probe related command line arguments to manifest, example: "probes": ["probeGFX", "probeNetwork", "probeMemory"], "metric_path": "metrics/linux" - Use manifest file name as a postfix for a result page - Move injected probes 'begin' section before map object creation - Generalize artifact storing shell script
* [render-test] Add metric_paths into Manifest (#15973)zmiao2019-11-271-12/+31
| | | | | | | | | | * [render-test]Add expected metrics path in manifest file * seperate metrics.json and expected.png * fix expected path parsing * keep expectation path if update is enabled
* [render-test] Wrap test data inside RenderTestRunner App + Add a new test ↵zmiao2019-11-191-1/+24
| | | | | | | | | | | | app (#15887) * [render-test] Wrap test resources inside app * [render-test] Add test app * fix test app failure * [render-test]add callback + add javaObjectWrapper
* [render-test] Fix render-test manifest confilicted local and member names ↵zmiao2019-11-051-8/+8
| | | | (#15888)
* [render-test]Fix regex match for testFilter input (#15886)zmiao2019-11-041-2/+2
|
* [render-test] Add manifest parser for render-test-runner (#15861)zmiao2019-10-291-0/+400
* [render-test] Add manifest parser for render-test-runner * [render-test] Refactory manifest parser * [render-test] Parse full manifest file through CLI * [render-test] Add linux probe manifest