summaryrefslogtreecommitdiff
path: root/test/harness
diff options
context:
space:
mode:
Diffstat (limited to 'test/harness')
-rw-r--r--test/harness/testTypedArray-conversions-call-error.js1
-rw-r--r--test/harness/testTypedArray-conversions.js1
-rw-r--r--test/harness/testTypedArray.js1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/harness/testTypedArray-conversions-call-error.js b/test/harness/testTypedArray-conversions-call-error.js
index 20837bed2..479d48f19 100644
--- a/test/harness/testTypedArray-conversions-call-error.js
+++ b/test/harness/testTypedArray-conversions-call-error.js
@@ -7,6 +7,7 @@ description: >
testTypedArrayConversions()
includes: [testTypedArray.js]
+features: [TypedArray]
---*/
var threw = false;
diff --git a/test/harness/testTypedArray-conversions.js b/test/harness/testTypedArray-conversions.js
index 05a44c552..d0d27fe5f 100644
--- a/test/harness/testTypedArray-conversions.js
+++ b/test/harness/testTypedArray-conversions.js
@@ -7,6 +7,7 @@ description: >
testTypedArrayConversions()
includes: [testTypedArray.js]
+features: [TypedArray]
---*/
var callCount = 0;
var bcv = {
diff --git a/test/harness/testTypedArray.js b/test/harness/testTypedArray.js
index ffb6e9e3b..066de8eb8 100644
--- a/test/harness/testTypedArray.js
+++ b/test/harness/testTypedArray.js
@@ -11,6 +11,7 @@ description: >
testTypedArrayConversions()
includes: [testTypedArray.js,arrayContains.js]
+features: [TypedArray]
---*/
var TAConstructors = [
Float64Array,