summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2018-04-26 18:35:10 -0700
committerAndrew Kitchen <andrew.kitchen@mapbox.com>2018-04-26 18:55:21 -0700
commitcc510e325ededc264c799d77d25ce4d4bb9e72d0 (patch)
tree676e79d4ac7e68e63946a83b485923b01b8a6e3c
parentb4fee66b23a26b61a4e15e2692ce075590a1f265 (diff)
downloadqtlocation-mapboxgl-upstream/fb-expression-tests-from-js.tar.gz
Update JS expressions tests failure listupstream/fb-expression-tests-from-js
-rw-r--r--platform/darwin/test/MGLExpressionJSTests.mm14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/darwin/test/MGLExpressionJSTests.mm b/platform/darwin/test/MGLExpressionJSTests.mm
index d4bb25c42a..5b981d3dd8 100644
--- a/platform/darwin/test/MGLExpressionJSTests.mm
+++ b/platform/darwin/test/MGLExpressionJSTests.mm
@@ -59,6 +59,19 @@ NSSet *testsToSkip = [NSSet setWithObjects:
@"/properties",
@"/id",
@"/at",
+ @"is-supported-script/default", //Mapbox GL function expressions lack underlying Objective-C implementations."
+ @"collator/accent-lt-en",
+ @"collator/base-default-locale",
+ @"collator/accent-not-equals-en",
+ @"collator/variant-gteq-en",
+ @"collator/case-not-equals-en",
+ @"collator/case-omitted-en",
+ @"collator/diacritic-omitted-en",
+ @"collator/base-gt-en",
+ @"collator/accent-equals-de",
+ @"collator/variant-equals-en",
+ @"collator/case-lteq-en",
+ @"collator/base-equals-en",
/* unmet dependencies */
@"get/from-literal", // number
@@ -78,6 +91,7 @@ NSSet *testsToSkip = [NSSet setWithObjects:
/* failures */
@"concat/basic", // ((expressionValue) equal to (expectedValue)) failed: ("ab") is not equal to ("abc")
@"concat/arity-0", // *** -[NSArray subarrayWithRange:]: range {1, 18446744073709551615} extends beyond bounds for empty array
+ @"constant-folding/var", // Can't get value for 'a' in bindings { }.
@"heatmap-density/basic", // Can't get value for 'heatmapDensity' in bindings { }.
@"literal/nested-array", // -[__NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0xb000000000000033
@"literal/multiple-args", // ((expressionValue) equal to (expectedValue)) failed: ("{ }") is not equal to ("(null)")