Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |