summaryrefslogtreecommitdiff
path: root/metrics/expectations
Commit message (Collapse)AuthorAgeFilesLines
* [render tests] Update tile-avoid-edges expectationsMikhail Pozdnyakov2020-04-241-0/+0
| | | | And other affected tests metrics too.
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-0/+0
|
* Update render tests expectationsMikhail Pozdnyakov2020-04-082-0/+0
|
* [core] Collision index uses doubled padding with the tilted viewMikhail Pozdnyakov2020-03-122-0/+0
|
* [tests] Enable left-top-right-bottom-offset-tile-map-mode testMikhail Pozdnyakov2020-03-121-0/+0
| | | | Rebase its results after https://github.com/mapbox/mapbox-gl-native/commit/3ca26ed2a609ed2eec03be0e712c29ce83a99235
* [tile mode] Improvements in symbol placement on tile bordersMikhail Pozdnyakov2020-02-031-0/+0
| | | | | | | | | | | | | | | | This change fixes the following problems: 1) Before this change, when multiple symbols were grouped close to the tile borders, different tiles could place different symbols, because each tile arbitrary assigned feature ids, and these ids defined the placement order being applied. This caused artifacts at the tile boundaries. With this change, in tile mode the placement order of two symbols crossing a tile border is defined by their anchor `y` values. It means that the symbols are being placed the same order across all the tiles. 2) Before this change, the engine did not place with priority the symbols crossing the borders between two neighboring tiles. Now it does, and it improves a lot symbol placement stability in the tile map mode.
* [tile mode] Fix variable symbols placementMikhail Pozdnyakov2020-01-271-0/+0
| | | | | This commit allows the variable symbols to cross the tile border only if their anchor is the first anchor from the `text-variable-anchor` list.
* [test-runner] Enable IOS RenderTestRunner and run it on Firebase (#16111)zmiao2020-01-213-0/+0
| | | | | | | | | | * [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
* [test] Update render test expectationsMikhail Pozdnyakov2020-01-081-0/+0
|
* [tests] Update all-anchors-tile-map-mode expectationsMikhail Pozdnyakov2019-12-181-0/+0
|
* [build] Reorganize the render testsThiago Marcos P. Santos2019-12-1617-0/+0
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.