summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-08-03 14:27:25 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-08-30 16:44:08 +0300
commit4ac5f3c6de380312b23c684bbc5a3be143ead27b (patch)
treed7d66a163c02aaa7e3721407d4487b803957ddf1
parentaf01d6ffeea11d15731bb9ad868579341ef9ec49 (diff)
downloadqtlocation-mapboxgl-4ac5f3c6de380312b23c684bbc5a3be143ead27b.tar.gz
[build] Update mapbox-gl-js to provide core style tests
m---------mapbox-gl-js0
-rw-r--r--package.json4
-rw-r--r--platform/node/test/ignores.json1
3 files changed, 4 insertions, 1 deletions
diff --git a/mapbox-gl-js b/mapbox-gl-js
-Subproject 5f4d86d2762db83c62f7e9eeb362f3fa3a8f217
+Subproject ff7adb321f862a61ee9bee534d232058b359e2b
diff --git a/package.json b/package.json
index 2f665e680a..fd511ada4c 100644
--- a/package.json
+++ b/package.json
@@ -14,9 +14,11 @@
"license": "BSD-2-Clause",
"dependencies": {
"nan": "^2.4.0",
- "node-pre-gyp": "^0.6.36"
+ "node-pre-gyp": "^0.6.36",
+ "shuffle-array": "^1.0.1"
},
"devDependencies": {
+ "@mapbox/mapbox-gl-test-suite": "file:mapbox-gl-js/test/integration",
"aws-sdk": "^2.3.5",
"csscolorparser": "^1.0.2",
"ejs": "^2.4.1",
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index a19d0e9cca..ab9f89749e 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -40,6 +40,7 @@
"render-tests/line-join/property-function": "https://github.com/mapbox/mapbox-gl-js/pull/5020",
"render-tests/line-join/property-function-dasharray": "https://github.com/mapbox/mapbox-gl-js/pull/5020",
"render-tests/regressions/mapbox-gl-js#2305": "https://github.com/mapbox/mapbox-gl-native/issues/6927",
+ "render-tests/regressions/mapbox-gl-js#2929": "https://github.com/mapbox/mapbox-gl-native/issues/9704",
"render-tests/regressions/mapbox-gl-js#3548": "skip - needs issue",
"render-tests/regressions/mapbox-gl-js#3682": "https://github.com/mapbox/mapbox-gl-js/issues/3682",
"render-tests/regressions/mapbox-gl-native#7357": "https://github.com/mapbox/mapbox-gl-native/issues/7357",