summaryrefslogtreecommitdiff
path: root/metrics/ignores/platform-all.json
Commit message (Collapse)AuthorAgeFilesLines
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-1/+0
|
* [tests] Enable left-top-right-bottom-offset-tile-map-mode testMikhail Pozdnyakov2020-03-121-1/+0
| | | | Rebase its results after https://github.com/mapbox/mapbox-gl-native/commit/3ca26ed2a609ed2eec03be0e712c29ce83a99235
* [render tests] Temporarily ignore tile-mode/streets-v11Mikhail Pozdnyakov2020-03-061-1/+2
| | | | Due to flaky metrics results
* Bump mapbox-gl-jsMikhail Pozdnyakov2020-03-061-1/+2
| | | | so that it includes `tile-mode/streets-v11` test
* [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)
* [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-161-0/+133
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.