summaryrefslogtreecommitdiff
path: root/render-test
Commit message (Collapse)AuthorAgeFilesLines
* [render-test] Add configurable rootPath, ignorePath via CLI arguments (#15832)zmiao2019-10-235-106/+160
| | | | | | * [render-test] Add configurable path via CLI arguments * [render-test] Change ignore path config
* [test-runner] Run render test runner as a NativeActivity app on android ↵zmiao2019-10-2218-5/+388
| | | | | | | | | | | | device (#15827) * [test-runner]Add android render-test-runner NativeActivity app * [test-runner] Fix cmake for CI build failure * [test-runner] Update folder location, change app configureation * [test-runner] Add running instruction
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-225-74/+275
|
* [test runner] Improve error messaging for memory metrics testsMikhail Pozdnyakov2019-10-212-15/+10
|
* [test runner] Memory metrics expectations for MACMikhail Pozdnyakov2019-10-212-0/+19
|
* [test runner] Command line option for the tests expectations pathMikhail Pozdnyakov2019-10-214-30/+38
| | | | | | -e[expectationsPath], --expectationsPath=[expectationsPath] Test expectations path.
* [test runner] Adjust memory metrics test resultsMikhail Pozdnyakov2019-10-215-5/+62
|
* [test runner] Disable memory metrics checks on sanitize buildsMikhail Pozdnyakov2019-10-211-1/+2
|
* [test runner] Tests for memory size metricsMikhail Pozdnyakov2019-10-2111-2/+163
|
* [test runner] Threshold for memory metricsMikhail Pozdnyakov2019-10-213-13/+30
|
* [render-test] Add network metrics test caseJuha Alanen2019-10-1613-1/+328
|
* [render-test] Add support for collecting network metricsJuha Alanen2019-10-165-1/+202
|
* [test-runner] make render-test a shared lib (#15816)zmiao2019-10-152-2/+16
| | | | | | | | | | * [test-runner] make render-test a shared lib [test-runner] nit [test-runner] nit again * [test-runner] Remove redundant linked file in cmake
* [render-test] Add test for file size toleranceThiago Marcos P. Santos2019-10-146-0/+92
|
* [render-test] Add tolerance to file-size testsThiago Marcos P. Santos2019-10-149-16/+27
|
* [render-test] No camelCase on the metrics.json tagThiago Marcos P. Santos2019-10-1116-12/+12
| | | | It is ugly.
* [render-test] Prettyfy metrics outputThiago Marcos P. Santos2019-10-115-5/+57
|
* [render-test] Add more probe tests for file sizeThiago Marcos P. Santos2019-10-1113-32/+50
| | | | Also make the tests simpler.
* [render-test] Fix UPDATE_METRICS=1 changing the path of file size testsThiago Marcos P. Santos2019-10-114-9/+11
| | | | Should use the exact same path as described on style.json
* [render-test] Only write metrics if they are availableThiago Marcos P. Santos2019-10-101-18/+20
| | | | Otherwise the file will have an empty tag.
* [render-test] Add tests for filesize probeThiago Marcos P. Santos2019-10-1013-3/+157
| | | | And make sure we run it on the bots
* [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-103-1/+98
| | | | | | | | | | For a given absolute or relative path, measure the size of the file. This is useful for measuring if the cache has increased as expected after moving a camera or decreased after cleaning up. In a more hackish manner, could be used for collecting binary size statistics of shared libraries.
* [render-test] Fix rootPath parameter being ignoredThiago Marcos P. Santos2019-10-101-2/+2
| | | | It was doing nothing and always using the default root path.
* [test runner] Fix finding of expected images pathsMikhail Pozdnyakov2019-10-093-6/+16
| | | | | | | Before this change, the found paths to the expected images erroneously included the path to the `metrics.json` file (if this file was present) leading to raising of an unhandled exception.
* [tests] Share common code between test runnersJuha Alanen2019-10-081-114/+1
|
* [render-test] Add support for query testsJuha Alanen2019-10-0716-18/+387
|
* [render-test] Support feature-state tests where featureID is a numberJuha Alanen2019-10-071-4/+16
|
* [render-test] Add support for setPitch operationJuha Alanen2019-10-071-0/+7
|
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-13/+14
|
* [render-test] Add support for feature state APIsJuha Alanen2019-09-181-0/+138
|
* [build] Do not override new/delete on render-test for sanitize buildsThiago Marcos P. Santos2019-09-171-0/+2
| | | | Sanitizers will also do the same and it will conflict.
* [core] Add filtering option to test-runnerAlexander Shalamov2019-08-283-45/+56
| | | | | | | This change adds filter command line option to render test runner, so that test can be filtered by providing regular expression, for instance: mbgl-render-test -f .*hillshade.*
* [test runner] Use allocation peak values for memory metricsMikhail Pozdnyakov2019-08-275-10/+25
|
* [test runner] Test metrics reports. Check metrics results.Mikhail Pozdnyakov2019-08-276-31/+128
|
* [test runner] Introduce probe_memory_.. API for render testsMikhail Pozdnyakov2019-08-272-2/+40
|
* [test runner] Overload global new/deleteMikhail Pozdnyakov2019-08-271-0/+17
|
* [test runner] Introduce AllocationIndexMikhail Pozdnyakov2019-08-272-0/+139
|
* [render tests] gl-native baseline for debug/collision- testsMikhail Pozdnyakov2019-08-265-0/+0
|
* [render test] mapbox-gl-native baseline for text-pitch-alignment testsMikhail Pozdnyakov2019-08-213-0/+0
|
* [test runner] Expectations paths are represented with std::vectorMikhail Pozdnyakov2019-08-164-22/+40
|
* [test-runner] `UPDATE_GENERIC` variable updates results at mapbox-gl-js ↵Mikhail Pozdnyakov2019-08-161-0/+3
| | | | submodule
* Enable text-variable-anchor/{pitched-rotated-debug|rotated-offset} render testsMikhail Pozdnyakov2019-08-162-0/+0
|
* [test-runner] Introduce mapbox-gl-native test expectationsMikhail Pozdnyakov2019-08-166-17/+72
| | | | | | | | The `mapbox-gl-native`-specific render tests expected results will be stored at the `render-test/expected/` subfolder. Test runner will automatically put new expected results there if invoked with `UPDATE=true`.
* Mark tests flaky on Linux only. #15322Aleksandar Stojiljkovic2019-08-071-1/+6
| | | | | | | | | | fill-opacity/zoom-and-property-function-pattern, fill-pattern/literal, fill-pattern/opacity, fill-pattern/zoomed, line-translate/literal, Addresses: #15322, #14423, #14870, #14768, #14859
* Ignore flaky line-pattern/opacity test on Linux botAleksandar Stojiljkovic2019-08-071-1/+2
| | | | Related to: https://github.com/mapbox/mapbox-gl-native/issues/15320
* mbgl-render-test runner - use the same tolerance as with node render testAleksandar Stojiljkovic2019-08-074-4/+26
| | | | | Two render tests failing only with mbgl-render-tests are added to platform specific ignores. This is to be extended with fill-extrusion-pattern failing only on mac.
* [core] Fix error handling in HeadlessFrontend::render()Mikhail Pozdnyakov2019-06-281-3/+13
|
* [core] Implement C++ render test runnerBruno de Oliveira Abinader2019-06-257-0/+1257