summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-22 20:49:38 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-03-29 16:18:41 +0200
commit94d8cb4f7f23d829cee48cd9430b3c47c298a7c0 (patch)
treec07680e6fc01f5b93edb9d2939191144be610ae6 /platform/node
parent9fb149b2613d4f576fffbf28ee45360f847768bc (diff)
downloadqtlocation-mapboxgl-94d8cb4f7f23d829cee48cd9430b3c47c298a7c0.tar.gz
[core] Single line optimization for variable label placement
Diffstat (limited to 'platform/node')
-rw-r--r--platform/node/test/ignores.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index 11dff4d716..060f4935a6 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -149,8 +149,8 @@
"render-tests/symbol-sort-key/text-expression": "https://github.com/mapbox/mapbox-gl-native/issues/14028",
"render-tests/symbol-sort-key/text-placement": "https://github.com/mapbox/mapbox-gl-native/issues/14028",
"render-tests/fill-opacity/opaque-fill-over-symbol-layer": "skip - port https://github.com/mapbox/mapbox-gl-js/pull/7612",
- "render-tests/text-variable-anchor/pitched-rotated-debug": "skip - fails on gl-native due to worse accuracy at collision detection (float vs double) - needs issue",
- "render-tests/text-variable-anchor/rotated-offset": "skip - fails on gl-native due to worse accuracy at collision detection (float vs double) - needs issue",
+ "render-tests/text-variable-anchor/pitched-rotated-debug": "https://github.com/mapbox/mapbox-gl-native/issues/14211",
+ "render-tests/text-variable-anchor/rotated-offset": "https://github.com/mapbox/mapbox-gl-native/issues/14211",
"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/geojson/clustered-properties": "https://github.com/mapbox/mapbox-gl-native/issues/14043",
"render-tests/remove-feature-state/composite-expression": "https://github.com/mapbox/mapbox-gl-native/issues/12413",