From 59e815c56ef815ca6a9d5e3d9d97165a8c673a7b Mon Sep 17 00:00:00 2001 From: Anand Thakker Date: Mon, 11 Dec 2017 20:51:18 -0500 Subject: Add ignores for new ==, != 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 --- platform/node/test/ignores.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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", -- cgit v1.2.1