diff --git a/test/staging/sm/Function/Function-prototype.js b/test/staging/sm/Function/Function-prototype.js index 8d7ac18add..bd07e3ab9e 100644 --- a/test/staging/sm/Function/Function-prototype.js +++ b/test/staging/sm/Function/Function-prototype.js @@ -3,8 +3,6 @@ /*--- includes: [propertyHelper.js] -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/Function-with-eval.js b/test/staging/sm/Function/Function-with-eval.js index 56d79a4db6..108a1fd1a9 100644 --- a/test/staging/sm/Function/Function-with-eval.js +++ b/test/staging/sm/Function/Function-with-eval.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/arguments-extra-property.js b/test/staging/sm/Function/arguments-extra-property.js index 267f646aeb..dace2043c1 100644 --- a/test/staging/sm/Function/arguments-extra-property.js +++ b/test/staging/sm/Function/arguments-extra-property.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | GetElem for modified arguments shouldn't be optimized to get original argument. esid: pending diff --git a/test/staging/sm/Function/bound-length-and-name.js b/test/staging/sm/Function/bound-length-and-name.js index 71c81f5800..afc9961e2e 100644 --- a/test/staging/sm/Function/bound-length-and-name.js +++ b/test/staging/sm/Function/bound-length-and-name.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/bound-non-constructable.js b/test/staging/sm/Function/bound-non-constructable.js index 5d5aa06751..bbe23b6609 100644 --- a/test/staging/sm/Function/bound-non-constructable.js +++ b/test/staging/sm/Function/bound-non-constructable.js @@ -3,8 +3,6 @@ /*--- includes: [compareArray.js] -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/builtin-no-construct.js b/test/staging/sm/Function/builtin-no-construct.js index 2ecda81be3..9b32ff399b 100644 --- a/test/staging/sm/Function/builtin-no-construct.js +++ b/test/staging/sm/Function/builtin-no-construct.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/builtin-no-prototype.js b/test/staging/sm/Function/builtin-no-prototype.js index 559b652b89..9a059fabad 100644 --- a/test/staging/sm/Function/builtin-no-prototype.js +++ b/test/staging/sm/Function/builtin-no-prototype.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/constructor-binding.js b/test/staging/sm/Function/constructor-binding.js index f772017a03..fd6b41ff8c 100644 --- a/test/staging/sm/Function/constructor-binding.js +++ b/test/staging/sm/Function/constructor-binding.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | A function created by Function constructor shouldn't have anonymous binding esid: pending diff --git a/test/staging/sm/Function/create-function-parse-before-getprototype.js b/test/staging/sm/Function/create-function-parse-before-getprototype.js index 4c1e4605c9..cbd422a4da 100644 --- a/test/staging/sm/Function/create-function-parse-before-getprototype.js +++ b/test/staging/sm/Function/create-function-parse-before-getprototype.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/function-caller.js b/test/staging/sm/Function/function-caller.js index aeaf282f99..b268a12e17 100644 --- a/test/staging/sm/Function/function-caller.js +++ b/test/staging/sm/Function/function-caller.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | Function.prototype.caller should throw a TypeError for strict-mode functions esid: pending diff --git a/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js b/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js index 13f6a6efb7..9aff417109 100644 --- a/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js +++ b/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js @@ -5,8 +5,6 @@ /*--- includes: [sm/assertThrowsValue.js] -flags: - - noStrict description: | Convert all arguments passed to Function() to string before doing any parsing of the to-be-created Function's parameters or body text esid: pending diff --git a/test/staging/sm/Function/function-name-binding.js b/test/staging/sm/Function/function-name-binding.js index 394ab1b353..a4c5f222a9 100644 --- a/test/staging/sm/Function/function-name-binding.js +++ b/test/staging/sm/Function/function-name-binding.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Anonymous function name should be set based on binding pattern esid: pending diff --git a/test/staging/sm/Function/function-name-class.js b/test/staging/sm/Function/function-name-class.js index 60c53a7025..bac07dff37 100644 --- a/test/staging/sm/Function/function-name-class.js +++ b/test/staging/sm/Function/function-name-class.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Anonymous class with name method shouldn't be affected by assignment esid: pending diff --git a/test/staging/sm/Function/function-name-method.js b/test/staging/sm/Function/function-name-method.js index 01e16667b2..9af00727e0 100644 --- a/test/staging/sm/Function/function-name-method.js +++ b/test/staging/sm/Function/function-name-method.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Anonymous function name should be set based on method definition esid: pending diff --git a/test/staging/sm/Function/function-name-property.js b/test/staging/sm/Function/function-name-property.js index 4ff901e1f9..1c548f115e 100644 --- a/test/staging/sm/Function/function-name-property.js +++ b/test/staging/sm/Function/function-name-property.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Anonymous function name should be set based on property name esid: pending diff --git a/test/staging/sm/Function/function-toString-builtin-name.js b/test/staging/sm/Function/function-toString-builtin-name.js index 68e80e2616..0154ad1ca9 100644 --- a/test/staging/sm/Function/function-toString-builtin-name.js +++ b/test/staging/sm/Function/function-toString-builtin-name.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/has-instance-jitted.js b/test/staging/sm/Function/has-instance-jitted.js index f8beaf2916..2ab6cbe130 100644 --- a/test/staging/sm/Function/has-instance-jitted.js +++ b/test/staging/sm/Function/has-instance-jitted.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/has-instance.js b/test/staging/sm/Function/has-instance.js index 6bd5f22635..db496cfd80 100644 --- a/test/staging/sm/Function/has-instance.js +++ b/test/staging/sm/Function/has-instance.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/invalid-parameter-list.js b/test/staging/sm/Function/invalid-parameter-list.js index 18842735d2..a4bd68be85 100644 --- a/test/staging/sm/Function/invalid-parameter-list.js +++ b/test/staging/sm/Function/invalid-parameter-list.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/line-terminator-before-arrow.js b/test/staging/sm/Function/line-terminator-before-arrow.js index dd035e377d..5bb3b2d8e9 100644 --- a/test/staging/sm/Function/line-terminator-before-arrow.js +++ b/test/staging/sm/Function/line-terminator-before-arrow.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/method-has-duplicated.js b/test/staging/sm/Function/method-has-duplicated.js index 064ccdddd2..231befc671 100644 --- a/test/staging/sm/Function/method-has-duplicated.js +++ b/test/staging/sm/Function/method-has-duplicated.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/parameter-redeclaration.js b/test/staging/sm/Function/parameter-redeclaration.js index d516c6547a..dcb8ee1359 100644 --- a/test/staging/sm/Function/parameter-redeclaration.js +++ b/test/staging/sm/Function/parameter-redeclaration.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/redefine-arguments-length.js b/test/staging/sm/Function/redefine-arguments-length.js index 3190fe68d0..e407472de1 100644 --- a/test/staging/sm/Function/redefine-arguments-length.js +++ b/test/staging/sm/Function/redefine-arguments-length.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | Object.defineProperty sets arguments.length without setting the length-overridden bit esid: pending diff --git a/test/staging/sm/Function/regress-518103.js b/test/staging/sm/Function/regress-518103.js index d1cc2f6805..6db3038861 100644 --- a/test/staging/sm/Function/regress-518103.js +++ b/test/staging/sm/Function/regress-518103.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-524826.js b/test/staging/sm/Function/regress-524826.js index 558f38aa30..4a55735288 100644 --- a/test/staging/sm/Function/regress-524826.js +++ b/test/staging/sm/Function/regress-524826.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-528082.js b/test/staging/sm/Function/regress-528082.js index 0277c722c4..9f6cabb535 100644 --- a/test/staging/sm/Function/regress-528082.js +++ b/test/staging/sm/Function/regress-528082.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-533254.js b/test/staging/sm/Function/regress-533254.js index dc0adf6582..4a8484ac36 100644 --- a/test/staging/sm/Function/regress-533254.js +++ b/test/staging/sm/Function/regress-533254.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/regress-545980.js b/test/staging/sm/Function/regress-545980.js index 39606067d0..43e6623767 100644 --- a/test/staging/sm/Function/regress-545980.js +++ b/test/staging/sm/Function/regress-545980.js @@ -4,8 +4,6 @@ */ /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Function/return-finally.js b/test/staging/sm/Function/return-finally.js index bfec1456f8..0f054f74ed 100644 --- a/test/staging/sm/Function/return-finally.js +++ b/test/staging/sm/Function/return-finally.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Return value should not be overwritten by finally block with normal execution. esid: pending diff --git a/test/staging/sm/Function/spread-iterator-primitive.js b/test/staging/sm/Function/spread-iterator-primitive.js index c0f9738821..893f5b3c35 100644 --- a/test/staging/sm/Function/spread-iterator-primitive.js +++ b/test/staging/sm/Function/spread-iterator-primitive.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Returning non-object from @@iterator should throw esid: pending diff --git a/test/staging/sm/Function/throw-type-error.js b/test/staging/sm/Function/throw-type-error.js index a777faf78a..b0eca195f2 100644 --- a/test/staging/sm/Function/throw-type-error.js +++ b/test/staging/sm/Function/throw-type-error.js @@ -3,8 +3,6 @@ /*--- includes: [propertyHelper.js] -flags: - - noStrict description: | pending esid: pending