From 9c93075b1558b62d18be9215117e60a237c2f377 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 15 Apr 2020 19:10:09 +0300 Subject: [build] Ignore location indicator on iOS until we port to ::gfx Remove the ignore after https://github.com/mapbox/mapbox-gl-native/issues/16401 is done. --- metrics/ignores/platform-ios.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/metrics/ignores/platform-ios.json b/metrics/ignores/platform-ios.json index 45179e02c8..88ae550d37 100644 --- a/metrics/ignores/platform-ios.json +++ b/metrics/ignores/platform-ios.json @@ -9,5 +9,19 @@ "render-tests/regressions/mapbox-gl-js#5911a": "Needs to be investigated and fixed.", "render-tests/text-field/formatted-images": "Needs to be investigated and fixed.", "render-tests/symbol-visibility/visible": "Needs to be investigated and fixed.", - "location_indicator/image_pixel_ratio": "Renders a black square when loading from spritesheet. Needs to be investigated and fixed." + "location_indicator/dateline": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/default": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/image_pixel_ratio": "Renders a black square when loading from spritesheet. Needs to be investigated and fixed.", + "location_indicator/no_radius_border": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/no_radius_fill": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/no_textures": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/one_texture": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/rotated": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/tilted": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/tilted_texture_shift": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/tilted_texture_shift_bottom_left": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/tilted_texture_shift_bottom_right": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/tilted_texture_shift_top_left": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/tilted_texture_shift_top_right": "https://github.com/mapbox/mapbox-gl-native/issues/16401", + "location_indicator/two_textures": "https://github.com/mapbox/mapbox-gl-native/issues/16401" } -- cgit v1.2.1