summaryrefslogtreecommitdiff
path: root/render-test/runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] PlacedSymbolData contains layer idMikhail Pozdnyakov2020-04-091-3/+3
* [render tests][tile mode] Check symbol icons cut-offsMikhail Pozdnyakov2020-04-061-41/+60
* [render tests][tile mode] Enable automatic labels cut-off detectionMikhail Pozdnyakov2020-04-061-1/+62
* [core] Introduce Renderer::clearData() instead of keepRenderData map optionsMikhail Pozdnyakov2020-03-201-2/+2
* [render tests] Unset `MapOptions::keepRenderData()` flag in tile modeMikhail Pozdnyakov2020-03-181-1/+2
* [render test runner] Enable pixel ratio in tile modeMikhail Pozdnyakov2020-03-051-6/+9
* [test-runner] Add iOS RenderTestRunner test metrics (#16139)zmiao2020-01-241-1/+1
* [test-runner] Enable IOS RenderTestRunner and run it on Firebase (#16111)zmiao2020-01-211-1/+1
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-2/+22
* [render-test] Use image from the cache for addImage operationThiago Marcos P. Santos2020-01-081-3/+12
* [render-test] Effectively use the offline cache for fixturesThiago Marcos P. Santos2020-01-081-4/+4
* [test runner] Show all tiles independently in Tile modeMikhail Pozdnyakov2019-12-181-7/+44
* [test runner] Rendering a single tile in Tile modeMikhail Pozdnyakov2019-12-181-9/+36
* [render-test] Cleanup on the render tests resultsThiago Marcos P. Santos2019-12-161-103/+102
* [render-test] Fix metrics passing when failingThiago Marcos P. Santos2019-12-161-11/+10
* [test-runner] Fix network probeAlexander Shalamov2019-12-131-3/+7
* [render test] Fix probes failure reportsMikhail Pozdnyakov2019-12-131-2/+2
* [test runner] Refactor injected probes operations codeMikhail Pozdnyakov2019-12-131-123/+130
* [test runner] Split operations parsing and executionMikhail Pozdnyakov2019-12-131-642/+14
* [test runner] Introduce TestOperationMikhail Pozdnyakov2019-12-131-9/+16
* [test runner] Introduce generic TestContextMikhail Pozdnyakov2019-12-131-55/+62
* [test-runner] Don't update nor create metrics baseline for ignored testAlexander Shalamov2019-12-121-1/+3
* [test-runner] Fix -Werror=shadow issues in test runnerAlexander Shalamov2019-12-121-19/+18
* [test-runner] Add rebaseline flagAlexander Shalamov2019-12-091-5/+21
* [test-runner] Simplify update option and remove obsolete ifdefsAlexander Shalamov2019-12-091-8/+0
* [test runner] Update test commands for Layer::setProperty()Mikhail Pozdnyakov2019-12-031-20/+4
* [test-runner] Log all 'probeFileSize' failuresAlexander Shalamov2019-12-021-5/+8
* [render-test] Add support for measuring compressed file sizeThiago Marcos P. Santos2019-11-281-1/+15
* [test runner] Enable test results update from cmd lineMikhail Pozdnyakov2019-11-271-6/+7
* [test-runner] Move probe related command line args to manifestAlexander Shalamov2019-11-271-13/+12
* [render-test] Add metric_paths into Manifest (#15973)zmiao2019-11-271-175/+221
* [test-runner] Add render test runner options for injecting probesAlexander Shalamov2019-11-221-43/+153
* [render-test] Wrap test data inside RenderTestRunner App + Add a new test app...zmiao2019-11-191-1/+1
* fix -Wfor-loop-analysis and -Wreorder warnings (#15901)Dane Springmeyer2019-11-121-1/+2
* [render-test] Implement gfx probe for tracking gpu resourcesMikko Pulkki2019-10-301-4/+141
* [render-test] Add manifest parser for render-test-runner (#15861)zmiao2019-10-291-6/+14
* [render-test] Add configurable rootPath, ignorePath via CLI arguments (#15832)zmiao2019-10-231-11/+7
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-221-58/+198
* [test runner] Improve error messaging for memory metrics testsMikhail Pozdnyakov2019-10-211-12/+9
* [test runner] Command line option for the tests expectations pathMikhail Pozdnyakov2019-10-211-9/+0
* [test runner] Disable memory metrics checks on sanitize buildsMikhail Pozdnyakov2019-10-211-1/+2
* [test runner] Tests for memory size metricsMikhail Pozdnyakov2019-10-211-1/+1
* [test runner] Threshold for memory metricsMikhail Pozdnyakov2019-10-211-9/+19
* [render-test] Add support for collecting network metricsJuha Alanen2019-10-161-0/+53
* [render-test] Add tolerance to file-size testsThiago Marcos P. Santos2019-10-141-3/+6
* [render-test] Fix UPDATE_METRICS=1 changing the path of file size testsThiago Marcos P. Santos2019-10-111-6/+8
* [render-test] Make clang-format happyThiago Marcos P. Santos2019-10-101-44/+25
* [render-test] Add instruction for verifying file sizeThiago Marcos P. Santos2019-10-101-0/+49
* [test runner] Fix finding of expected images pathsMikhail Pozdnyakov2019-10-091-2/+2
* [tests] Share common code between test runnersJuha Alanen2019-10-081-114/+1