summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Thakker <github@anandthakker.net>2017-12-11 20:51:18 -0500
committerAnand Thakker <github@anandthakker.net>2017-12-11 20:51:18 -0500
commit59e815c56ef815ca6a9d5e3d9d97165a8c673a7b (patch)
tree0329f44a27d95cc45d44f5c2740a362514923caa
parent3fed2358d6b31db0fec661c0183b79d59d62b664 (diff)
downloadqtlocation-mapboxgl-upstream/ignore-equals-tests.tar.gz
Add ignores for new ==, != testsupstream/ignore-equals-tests
GL JS change: https://github.com/mapbox/mapbox-gl-js/pull/5840 GL Native issue: https://github.com/mapbox/mapbox-gl-native/issues/10678
-rw-r--r--platform/node/test/ignores.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json
index d0870904b2..4b36208652 100644
--- a/platform/node/test/ignores.json
+++ b/platform/node/test/ignores.json
@@ -3,6 +3,19 @@
"expression-tests/array/implicit-2": "https://github.com/mapbox/mapbox-gl-native/issues/10533",
"expression-tests/array/implicit-3": "https://github.com/mapbox/mapbox-gl-native/issues/10533",
"expression-tests/coalesce/inference": "https://github.com/mapbox/mapbox-gl-native/issues/10588",
+ "expression-tests/equal/array": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/color": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/mismatch": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/null-lhs": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/null-rhs": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/number": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/object": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/string": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/equal/value": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/not-equal/mismatch": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/not-equal/number": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/not-equal/string": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
+ "expression-tests/not-equal/value": "https://github.com/mapbox/mapbox-gl-native/issues/10678",
"expression-tests/interpolate/linear-color": "https://github.com/mapbox/mapbox-gl-native/issues/10604",
"expression-tests/to-rgba/basic": "https://github.com/mapbox/mapbox-gl-native/issues/10604",
"query-tests/circle-stroke-width/inside": "https://github.com/mapbox/mapbox-gl-native/issues/10307",