summaryrefslogtreecommitdiff
path: root/metrics/ignores
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-151-6/+6
| | | | | | | | | | | | | | | | | | * Implement in.cpp * Fix review comments. * Add expression_equality test for 'in' * Fix review comments. * [core] Update changelog. * [core] Update mapbox-gl-js * [core] Ignore render-tests/debug/padding * [core] Update baseline.
* Whitelist render-tests/line-dasharray/zero-length-gapKarim Naaji2020-02-141-2/+1
|
* [core] Support [within expression] with layout propertyzmiao2020-02-121-2/+1
|
* Update baselineszmiao2020-02-121-8/+1
|
* Bump GL-JSzmiao2020-02-111-1/+30
| | | | Backport GL-JS fix 'Hide glyphs behind the camera'(https://github.com/mapbox/mapbox-gl-js/pull/9229)
* [test-runner] Enable IOS RenderTestRunner and run it on Firebase (#16111)zmiao2020-01-211-0/+12
| | | | | | | | | | * [test-runner] Setup iOS RenderTestRunner * [test-runner] Make app runnable on firebase * Add iOS platform dependent expectation and ignores; Run prepare script via cmake * Make RenderTestRunner report test status
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-10/+0
|
* [metrics] Add 2 tests to the ignore listThiago Marcos P. Santos2020-01-081-0/+2
| | | | | Need further investigation on why these tests are failing after we started to use the cache database.
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-171-1/+0
|
* [core] Unskip render testsAlexander Shalamov2019-12-171-2/+0
|
* [build] Collect and publish new baselinesThiago Marcos P. Santos2019-12-161-8/+1
| | | | Also fail the bot in case there are new baselines.
* [build] Reorganize the render testsThiago Marcos P. Santos2019-12-164-0/+160
Move everything that might collect metrics to the metrics/ directory, the only test manifests inside the render-test/ directory are the unit tests of the probes.