summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/values
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 12:40:46 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:07 -0500
commitd30bf82d4780742b34a76369ca0f52d71e282a48 (patch)
tree8e54e292d601c3555058c664307a5f8aa154b75b /test/built-ins/TypedArray/prototype/values
parent08c1f368280103bf679a19fefc7bb8c52413e7cb (diff)
downloadqtdeclarative-testsuites-d30bf82d4780742b34a76369ca0f52d71e282a48.tar.gz
Add missing feature flags
Diffstat (limited to 'test/built-ins/TypedArray/prototype/values')
-rw-r--r--test/built-ins/TypedArray/prototype/values/BigInt/length.js1
-rw-r--r--test/built-ins/TypedArray/prototype/values/BigInt/name.js1
-rw-r--r--test/built-ins/TypedArray/prototype/values/BigInt/prop-desc.js1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/values/BigInt/length.js b/test/built-ins/TypedArray/prototype/values/BigInt/length.js
index ee205aebd..ce420f0ae 100644
--- a/test/built-ins/TypedArray/prototype/values/BigInt/length.js
+++ b/test/built-ins/TypedArray/prototype/values/BigInt/length.js
@@ -20,6 +20,7 @@ info: |
object has the attributes { [[Writable]]: false, [[Enumerable]]: false,
[[Configurable]]: true }.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
assert.sameValue(TypedArray.prototype.values.length, 0);
diff --git a/test/built-ins/TypedArray/prototype/values/BigInt/name.js b/test/built-ins/TypedArray/prototype/values/BigInt/name.js
index 8f10a2dcc..cc8ad3aed 100644
--- a/test/built-ins/TypedArray/prototype/values/BigInt/name.js
+++ b/test/built-ins/TypedArray/prototype/values/BigInt/name.js
@@ -17,6 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
assert.sameValue(TypedArray.prototype.values.name, "values");
diff --git a/test/built-ins/TypedArray/prototype/values/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/values/BigInt/prop-desc.js
index 8087bd6d6..b805b7e8c 100644
--- a/test/built-ins/TypedArray/prototype/values/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/values/BigInt/prop-desc.js
@@ -9,6 +9,7 @@ info: |
26 and in Annex B.2 has the attributes { [[Writable]]: true,
[[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
var TypedArrayPrototype = TypedArray.prototype;