summaryrefslogtreecommitdiff
path: root/render-test
Commit message (Collapse)AuthorAgeFilesLines
* 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