Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tests] Share common code between test runners | Juha Alanen | 2019-10-08 | 1 | -114/+1 |
| | |||||
* | [render-test] Add support for query tests | Juha Alanen | 2019-10-07 | 16 | -18/+387 |
| | |||||
* | [render-test] Support feature-state tests where featureID is a number | Juha Alanen | 2019-10-07 | 1 | -4/+16 |
| | |||||
* | [render-test] Add support for setPitch operation | Juha Alanen | 2019-10-07 | 1 | -0/+7 |
| | |||||
* | [build] Fix clang format and tidy checks | Juha Alanen | 2019-09-18 | 1 | -13/+14 |
| | |||||
* | [render-test] Add support for feature state APIs | Juha Alanen | 2019-09-18 | 1 | -0/+138 |
| | |||||
* | [build] Do not override new/delete on render-test for sanitize builds | Thiago Marcos P. Santos | 2019-09-17 | 1 | -0/+2 |
| | | | | Sanitizers will also do the same and it will conflict. | ||||
* | [core] Add filtering option to test-runner | Alexander Shalamov | 2019-08-28 | 3 | -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 metrics | Mikhail Pozdnyakov | 2019-08-27 | 5 | -10/+25 |
| | |||||
* | [test runner] Test metrics reports. Check metrics results. | Mikhail Pozdnyakov | 2019-08-27 | 6 | -31/+128 |
| | |||||
* | [test runner] Introduce probe_memory_.. API for render tests | Mikhail Pozdnyakov | 2019-08-27 | 2 | -2/+40 |
| | |||||
* | [test runner] Overload global new/delete | Mikhail Pozdnyakov | 2019-08-27 | 1 | -0/+17 |
| | |||||
* | [test runner] Introduce AllocationIndex | Mikhail Pozdnyakov | 2019-08-27 | 2 | -0/+139 |
| | |||||
* | [render tests] gl-native baseline for debug/collision- tests | Mikhail Pozdnyakov | 2019-08-26 | 5 | -0/+0 |
| | |||||
* | [render test] mapbox-gl-native baseline for text-pitch-alignment tests | Mikhail Pozdnyakov | 2019-08-21 | 3 | -0/+0 |
| | |||||
* | [test runner] Expectations paths are represented with std::vector | Mikhail Pozdnyakov | 2019-08-16 | 4 | -22/+40 |
| | |||||
* | [test-runner] `UPDATE_GENERIC` variable updates results at mapbox-gl-js ↵ | Mikhail Pozdnyakov | 2019-08-16 | 1 | -0/+3 |
| | | | | submodule | ||||
* | Enable text-variable-anchor/{pitched-rotated-debug|rotated-offset} render tests | Mikhail Pozdnyakov | 2019-08-16 | 2 | -0/+0 |
| | |||||
* | [test-runner] Introduce mapbox-gl-native test expectations | Mikhail Pozdnyakov | 2019-08-16 | 6 | -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. #15322 | Aleksandar Stojiljkovic | 2019-08-07 | 1 | -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 bot | Aleksandar Stojiljkovic | 2019-08-07 | 1 | -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 test | Aleksandar Stojiljkovic | 2019-08-07 | 4 | -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 Pozdnyakov | 2019-06-28 | 1 | -3/+13 |
| | |||||
* | [core] Implement C++ render test runner | Bruno de Oliveira Abinader | 2019-06-25 | 7 | -0/+1257 |