diff options
author | Anand Thakker <anandthakker@users.noreply.github.com> | 2018-04-09 17:59:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 17:59:18 -0400 |
commit | 8d26f7409106c94f37689d206f9a68aac57572a4 (patch) | |
tree | fa1dea3966bc88b76c4877663160b354ac5a01ab /platform/node | |
parent | c1dabbde8d58143b1f7f64eddeb75c06ab417d32 (diff) | |
download | qtlocation-mapboxgl-8d26f7409106c94f37689d206f9a68aac57572a4.tar.gz |
Fix style parsing bug for constant expressions (#11606)
* Fix style parsing bug for constant expressions
Closes #10849
* Ignore tests for unported GL JS change
Refs https://github.com/mapbox/mapbox-gl-js/pull/6429
* Fuller fix
* Update mapbox-gl-js
Diffstat (limited to 'platform/node')
-rw-r--r-- | platform/node/test/ignores.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 79debab587..e0c2475b75 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -1,6 +1,8 @@ { "query-tests/circle-pitch-scale/viewport-inside-align-map": "https://github.com/mapbox/mapbox-gl-native/issues/10615", "query-tests/circle-pitch-scale/viewport-inside-align-viewport": "https://github.com/mapbox/mapbox-gl-native/issues/10615", + "query-tests/edge-cases/box-cutting-antimeridian-z0": "https://github.com/mapbox/mapbox-gl-native/issues/11607", + "query-tests/edge-cases/null-island": "https://github.com/mapbox/mapbox-gl-native/issues/11607", "query-tests/geometry/multilinestring": "needs investigation", "query-tests/geometry/multipolygon": "needs investigation", "query-tests/geometry/polygon": "needs investigation", |