From 65a4ee2373d053ac5b8d179123fdc51b320a1bb7 Mon Sep 17 00:00:00 2001 From: Chris Loer Date: Thu, 26 Apr 2018 13:41:19 -0700 Subject: [core] Port is-supported-script to native. Native port is much simpler because RTL text support is always enabled. --- platform/node/test/ignores.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'platform') diff --git a/platform/node/test/ignores.json b/platform/node/test/ignores.json index 98d7e016bc..a1d4d68511 100644 --- a/platform/node/test/ignores.json +++ b/platform/node/test/ignores.json @@ -14,7 +14,7 @@ "expression-tests/collator/non-object-error": "https://github.com/mapbox/mapbox-gl-native/issues/11692", "expression-tests/collator/variant-equals-en": "https://github.com/mapbox/mapbox-gl-native/issues/11692", "expression-tests/collator/variant-gteq-en": "https://github.com/mapbox/mapbox-gl-native/issues/11692", - "expression-tests/is-supported-script/default": "https://github.com/mapbox/mapbox-gl-native/issues/11693", + "expression-tests/is-supported-script/default": "This tests RTL text plugin behavior specific to GL JS", "expression-tests/resolved-locale/basic": "https://github.com/mapbox/mapbox-gl-native/issues/11692", "expression-tests/to-string/basic": "https://github.com/mapbox/mapbox-gl-native/issues/11719", "query-tests/geometry/multilinestring": "needs investigation", @@ -39,8 +39,6 @@ "render-tests/fill-extrusion-pattern/opacity": "https://github.com/mapbox/mapbox-gl-js/issues/3327", "render-tests/geojson/inline-linestring-fill": "current behavior is arbitrary", "render-tests/geojson/inline-polygon-symbol": "behavior needs reconciliation with gl-js", - "render-tests/is-supported-script/filter": "https://github.com/mapbox/mapbox-gl-native/issues/11693", - "render-tests/is-supported-script/layout": "https://github.com/mapbox/mapbox-gl-native/issues/11693", "render-tests/line-gradient/gradient": "https://github.com/mapbox/mapbox-gl-native/issues/11718", "render-tests/line-gradient/translucent": "https://github.com/mapbox/mapbox-gl-native/issues/11718", "render-tests/mixed-zoom/z10-z11": "https://github.com/mapbox/mapbox-gl-native/issues/10397", -- cgit v1.2.1