diff options
author | André Bargull <andre.bargull@gmail.com> | 2018-01-17 10:39:18 -0800 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2018-01-25 13:59:37 -0500 |
commit | f717982c948bd1a3d3158eab2129db03b1dad688 (patch) | |
tree | 8acd7d2a2e4183283d8c366757acec261c46ef9b | |
parent | 658f19005b3ab19e3955ac600accb9468559da4f (diff) | |
download | qtdeclarative-testsuites-f717982c948bd1a3d3158eab2129db03b1dad688.tar.gz |
Remove unused includes
16 files changed, 1 insertions, 20 deletions
diff --git a/test/annexB/language/expressions/object/__proto__-fn-name.js b/test/annexB/language/expressions/object/__proto__-fn-name.js index a2059f2c6..a99d16e59 100644 --- a/test/annexB/language/expressions/object/__proto__-fn-name.js +++ b/test/annexB/language/expressions/object/__proto__-fn-name.js @@ -15,7 +15,6 @@ info: | a. Let hasNameProperty be HasOwnProperty(propValue, "name"). b. ReturnIfAbrupt(hasNameProperty). c. If hasNameProperty is false, perform SetFunctionName(propValue, propKey). -includes: [propertyHelper.js] ---*/ var o; diff --git a/test/built-ins/ArrayBuffer/isView/prop-desc.js b/test/built-ins/ArrayBuffer/isView/prop-desc.js index 6b35457b7..7428e161f 100644 --- a/test/built-ins/ArrayBuffer/isView/prop-desc.js +++ b/test/built-ins/ArrayBuffer/isView/prop-desc.js @@ -9,7 +9,7 @@ info: | ES6 section 17: Every other data property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. -includes: [propertyHelper.js, testTypedArray.js] +includes: [propertyHelper.js] ---*/ verifyNotEnumerable(ArrayBuffer, "isView"); diff --git a/test/built-ins/Map/prototype/size/this-not-object-throw.js b/test/built-ins/Map/prototype/size/this-not-object-throw.js index ccaf15d4a..12cc301b3 100644 --- a/test/built-ins/Map/prototype/size/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/size/this-not-object-throw.js @@ -13,7 +13,6 @@ info: | exception. ... -includes: [propertyHelper.js] features: [Symbol] ---*/ diff --git a/test/built-ins/Number/NEGATIVE_INFINITY/value.js b/test/built-ins/Number/NEGATIVE_INFINITY/value.js index 53f613baf..a6bef1286 100644 --- a/test/built-ins/Number/NEGATIVE_INFINITY/value.js +++ b/test/built-ins/Number/NEGATIVE_INFINITY/value.js @@ -10,7 +10,6 @@ info: | Number.NEGATIVE_INFINITY The value of Number.NEGATIVE_INFINITY is -∞. -includes: [propertyHelper.js] ---*/ assert.sameValue(Number.NEGATIVE_INFINITY, -Infinity); diff --git a/test/built-ins/Number/POSITIVE_INFINITY/value.js b/test/built-ins/Number/POSITIVE_INFINITY/value.js index 0d6163a47..f4bdb37d7 100644 --- a/test/built-ins/Number/POSITIVE_INFINITY/value.js +++ b/test/built-ins/Number/POSITIVE_INFINITY/value.js @@ -10,7 +10,6 @@ info: | Number.POSITIVE_INFINITY The value of Number.POSITIVE_INFINITY is +∞. -includes: [propertyHelper.js] ---*/ assert.sameValue(Number.POSITIVE_INFINITY, Infinity); diff --git a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js index c77d3336f..77d087034 100644 --- a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js +++ b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T1.js @@ -7,7 +7,6 @@ info: | es6id: S25.4.4.1_A8.1_T1 author: Sam Mikes description: Promise.all() rejects when a promise in its array rejects -includes: [promiseHelper.js] flags: [async] ---*/ diff --git a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js index 374d8fbfc..bb700ae46 100644 --- a/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js +++ b/test/built-ins/Promise/all/S25.4.4.1_A8.2_T2.js @@ -7,7 +7,6 @@ info: | es6id: S25.4.4.1_A8.2_T2 author: Sam Mikes description: Promise.all() rejects when second promise in array rejects -includes: [promiseHelper.js] flags: [async] ---*/ diff --git a/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js b/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js index 648d7966d..61f5e7eae 100644 --- a/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js +++ b/test/built-ins/Promise/resolve/S25.Promise_resolve_foreign_thenable_1.js @@ -7,12 +7,9 @@ info: | es6id: S25.4.4.5 author: Sam Mikes description: Promise.resolve delegates to foreign thenable -includes: [promiseHelper.js] flags: [async] ---*/ -var sequence = []; - var thenable = { then: function(onResolve, onReject) { return onResolve('resolved'); diff --git a/test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js b/test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js index 7a69b281d..4542868a8 100644 --- a/test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js +++ b/test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js @@ -4,7 +4,6 @@ /*--- description: > Test the groups object on RegExp subclass results that do not have their own. -includes: [propertyHelper.js] esid: sec-regexpbuiltinexec features: [regexp-named-groups] info: | diff --git a/test/built-ins/RegExp/named-groups/groups-object-subclass.js b/test/built-ins/RegExp/named-groups/groups-object-subclass.js index 968e7c153..ab3da38e9 100644 --- a/test/built-ins/RegExp/named-groups/groups-object-subclass.js +++ b/test/built-ins/RegExp/named-groups/groups-object-subclass.js @@ -4,7 +4,6 @@ /*--- description: > Test the groups object on RegExp subclass results that have their own. -includes: [propertyHelper.js] esid: sec-regexpbuiltinexec features: [regexp-named-groups] info: | diff --git a/test/built-ins/RegExp/named-groups/groups-object-unmatched.js b/test/built-ins/RegExp/named-groups/groups-object-unmatched.js index 2c7dc53c3..fb0bdca8f 100644 --- a/test/built-ins/RegExp/named-groups/groups-object-unmatched.js +++ b/test/built-ins/RegExp/named-groups/groups-object-unmatched.js @@ -4,7 +4,6 @@ /*--- description: > Test the groups object with matched and unmatched named captures. -includes: [propertyHelper.js] esid: sec-regexpbuiltinexec features: [regexp-named-groups] info: | diff --git a/test/built-ins/Symbol/species/builtin-getter-name.js b/test/built-ins/Symbol/species/builtin-getter-name.js index aa61d3c55..b0e1dcb4c 100644 --- a/test/built-ins/Symbol/species/builtin-getter-name.js +++ b/test/built-ins/Symbol/species/builtin-getter-name.js @@ -7,8 +7,6 @@ info: | es6id: 21.2.4.2, 22.1.2.5, 22.2.2.4, 23.1.2.2, 23.2.2.2 author: Sam Mikes description: Symbol.species getters have defined names -includes: - - propertyHelper.js features: [Symbol.species] ---*/ diff --git a/test/built-ins/Symbol/species/subclassing.js b/test/built-ins/Symbol/species/subclassing.js index 7d20d7a75..d6a13d498 100644 --- a/test/built-ins/Symbol/species/subclassing.js +++ b/test/built-ins/Symbol/species/subclassing.js @@ -6,8 +6,6 @@ info: | Symbol.species is retained on subclassing author: Sam Mikes description: Symbol.species is retained on subclassing -includes: - - propertyHelper.js features: [Symbol.species] ---*/ diff --git a/test/built-ins/global/global-object.js b/test/built-ins/global/global-object.js index d3efe5415..cb5146827 100644 --- a/test/built-ins/global/global-object.js +++ b/test/built-ins/global/global-object.js @@ -5,7 +5,6 @@ esid: sec-other-properties-of-the-global-object-global description: "'global' should be the global object" author: Jordan Harband -includes: [propertyHelper.js] ---*/ assert.sameValue(this, global); diff --git a/test/language/statements/class/definition/fn-name-static-precedence.js b/test/language/statements/class/definition/fn-name-static-precedence.js index de6a96c67..09a97efc5 100644 --- a/test/language/statements/class/definition/fn-name-static-precedence.js +++ b/test/language/statements/class/definition/fn-name-static-precedence.js @@ -13,7 +13,6 @@ info: | 5. ReturnIfAbrupt(hasNameProperty). 6. If hasNameProperty is false, then perform SetFunctionName(value, className). -includes: [propertyHelper.js] features: [generators] ---*/ diff --git a/test/language/statements/class/subclass/builtin-objects/Array/length.js b/test/language/statements/class/subclass/builtin-objects/Array/length.js index 982b2798d..09b0bad10 100644 --- a/test/language/statements/class/subclass/builtin-objects/Array/length.js +++ b/test/language/statements/class/subclass/builtin-objects/Array/length.js @@ -13,7 +13,6 @@ info: | The length property initially has the attributes { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: false }. -includes: [propertyHelper.js] ---*/ class Ar extends Array {} |