summaryrefslogtreecommitdiff
path: root/features.txt
diff options
context:
space:
mode:
authorJeff Walden <jwalden@mit.edu>2017-10-16 15:46:59 -0700
committerJeff Walden <jwalden@mit.edu>2017-10-17 12:21:43 -0700
commit76c1a8fa3a0c03a740b32329bd8a9231da8e3a99 (patch)
tree8b44be62cd616563955b2cb28507610e1bc36144 /features.txt
parentd36a1777b4a713627c9fb9bc571c28b7fd2a72c5 (diff)
downloadqtdeclarative-testsuites-76c1a8fa3a0c03a740b32329bd8a9231da8e3a99.tar.gz
Add tests for the case of <iterator>.return, as used in the iteration protocol, being an object that's uncallable and compares equal to `undefined`.
Diffstat (limited to 'features.txt')
-rw-r--r--features.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/features.txt b/features.txt
index 92cce17a1..ce2e3b459 100644
--- a/features.txt
+++ b/features.txt
@@ -117,3 +117,11 @@ u180e
Uint8Array
WeakMap
WeakSet
+
+# Test-harness features requiring host environment/test runner support
+#
+# The rare cases where testing language functionality requires non-standard
+# language features, exposed through global-environment functions on the $262
+# object, go here.
+
+uncallableAndIsHTMLDDA