summaryrefslogtreecommitdiff
path: root/metrics/ignores
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2020-02-10 23:27:07 +0200
committerzmiao <miao.zhao@mapbox.com>2020-02-11 11:05:18 +0200
commit7424c4eecb6062e26b7ca3fee154eadff812e665 (patch)
tree10489b8bc9906eede347912116ab0039c432c5da /metrics/ignores
parente0b1642825fe11b2504b51780edd0493527be2bb (diff)
downloadqtlocation-mapboxgl-7424c4eecb6062e26b7ca3fee154eadff812e665.tar.gz
Bump GL-JS
Backport GL-JS fix 'Hide glyphs behind the camera'(https://github.com/mapbox/mapbox-gl-js/pull/9229)
Diffstat (limited to 'metrics/ignores')
-rw-r--r--metrics/ignores/platform-all.json31
1 files changed, 30 insertions, 1 deletions
diff --git a/metrics/ignores/platform-all.json b/metrics/ignores/platform-all.json
index b92310a756..2f1bce6e4f 100644
--- a/metrics/ignores/platform-all.json
+++ b/metrics/ignores/platform-all.json
@@ -22,6 +22,8 @@
"expression-tests/legacy/interval/composite-default": "https://github.com/mapbox/mapbox-gl-native/issues/12747",
"expression-tests/legacy/interval/tokens-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/12747",
"expression-tests/resolved-locale/basic": "Even the 'en' locale may not be present on some test systems.",
+ "expression-tests/within/basic": "TODO: Fix by implementing `within` expression",
+ "expression-tests/within/invalid-geojson": "TODO: Fix by implementing `within` expression",
"probes/file-size/fail-file-doesnt-match": "Should fail, doesn't match the expectation.",
"probes/file-size/fail-file-not-found": "Should fail, file not found.",
"probes/file-size/fail-size-is-over": "Should fail, size is bigger than expected.",
@@ -55,6 +57,7 @@
"query-tests/regressions/mapbox-gl-js#6555": "skip - no querySourceFeatures in mbgl-node; needs issue",
"query-tests/regressions/mapbox-gl-js#7883": "https://github.com/mapbox/mapbox-gl-native/issues/14585",
"query-tests/world-wrapping/box": "skip - needs issue",
+ "query-tests/regressions/mapbox-gl-js#8999": "https://github.com/mapbox/mapbox-gl-js/pull/9138",
"render-tests/background-color/colorSpace-hcl": "needs issue",
"render-tests/background-color/transition": "https://github.com/mapbox/mapbox-gl-native/issues/10619",
"render-tests/canvas/default": "skip - js specific",
@@ -111,5 +114,31 @@
"render-tests/text-variable-anchor/remember-last-placement": "skip - fails on gl-native, as symbol index is not functional at static map mode - needs issue",
"render-tests/tilejson-bounds/overwrite-bounds": "started failing after https://github.com/mapbox/mapbox-gl-native/pull/16091",
"render-tests/video/default": "skip - https://github.com/mapbox/mapbox-gl-native/issues/601",
- "render-tests/zoomed-fill/negative-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/16019"
+ "render-tests/zoomed-fill/negative-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/16019",
+ "render-tests/zoomed-fill/negative-zoom": "https://github.com/mapbox/mapbox-gl-native/issues/16019",
+ "render-tests/fill-extrusion-translate/default": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-opacity/literal": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-opacity/default": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-opacity/function": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-vertical-gradient/default" : "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-vertical-gradient/false": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-base/zoom-and-property-function": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/fill-extrusion-base/property-function": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/extent/1024-symbol": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/projection/perspective": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/feature-state/promote-id-fill":"https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/feature-state/promote-id-symbol": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/feature-state/promote-id-line": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/feature-state/promote-id-circle": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/feature-state/promote-id-fill-extrusion": "https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/text-variable-anchor/left-top-right-buttom-offset-tile-map-mode":"https://github.com/mapbox/mapbox-gl-js/pull/9202",
+ "render-tests/line-pattern/with-dasharray":"https://github.com/mapbox/mapbox-gl-js/pull/9189",
+ "render-tests/symbol-sort-key/placement-tile-boundary-right-then-left": "https://github.com/mapbox/mapbox-gl-js/pull/9054",
+ "render-tests/line-dasharray/zero-length-gap":"https://github.com/mapbox/mapbox-gl-js/pull/9246",
+ "render-tests/within/layout-text": "TODO: Fix by enabling `within` expreesion with layout property",
+ "render-tests/within/filter-with-inlined-geojson": "TODO: Fix by enabling `within` expreesion with filter expression",
+ "render-tests/within/paint-circle": "TODO: Fix by enabling `within` expreesion with paint property",
+ "render-tests/within/paint-icon": "TODO: Fix by enabling `within` expreesion with paint property",
+ "render-tests/within/paint-text": "TODO: Fix by enabling `within` expreesion with paint property"
+
}