summaryrefslogtreecommitdiff
path: root/test/harness
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-09-11 16:36:58 -0400
committerGitHub <noreply@github.com>2017-09-11 16:36:58 -0400
commitd809fd0a4f327a6ec3486bfc3b90e2cea4937985 (patch)
treea030bd188455b13965e10a694e213f0b35ff9600 /test/harness
parentb8ca6099cf1ab439fe045d581c86662b83f7bf60 (diff)
downloadqtdeclarative-testsuites-d809fd0a4f327a6ec3486bfc3b90e2cea4937985.tar.gz
Missing features in the test/harness files (#1222)
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,