summaryrefslogtreecommitdiff
path: root/metrics/ignores/platform-ios.json
Commit message (Collapse)AuthorAgeFilesLines
* [metrics] Ignore location indicator on iOS until we move to gfx::Thiago Marcos P. Santos2020-04-171-0/+1
| | | | After that, it will be more portable.
* [build] Ignore location indicator on iOS until we port to ::gfxThiago Marcos P. Santos2020-04-151-1/+15
| | | | Remove the ignore after https://github.com/mapbox/mapbox-gl-native/issues/16401 is done.
* Fix LocationIndicator LayerGali Nelle2020-04-101-2/+3
| | | | | | | | | This changes image size properties to be scales instead of pixel sizes. The commit also adds fixes for handling image updates with the same ID, adds tests for expressions in paint properties, as well as tests for using images with pixel ratio greater than 1. Finally it moves image-tilt-displacement and perspective-compensation properties from layout to paint properties, and includes other minor cleanups.
* [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