diff --git a/test/staging/sm/destructuring/array-default-class.js b/test/staging/sm/destructuring/array-default-class.js index f064d9950d..b837b13d8b 100644 --- a/test/staging/sm/destructuring/array-default-class.js +++ b/test/staging/sm/destructuring/array-default-class.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Function in computed property in class expression in array destructuring default esid: pending diff --git a/test/staging/sm/destructuring/array-iterator-close.js b/test/staging/sm/destructuring/array-iterator-close.js index 3dc6652650..e076148b70 100644 --- a/test/staging/sm/destructuring/array-iterator-close.js +++ b/test/staging/sm/destructuring/array-iterator-close.js @@ -3,8 +3,6 @@ /*--- includes: [sm/assertThrowsValue.js] -flags: - - noStrict description: | Tests that IteratorClose is called in array destructuring patterns. esid: pending diff --git a/test/staging/sm/destructuring/bug1396261.js b/test/staging/sm/destructuring/bug1396261.js index dfad69103f..01e62b046b 100644 --- a/test/staging/sm/destructuring/bug1396261.js +++ b/test/staging/sm/destructuring/bug1396261.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/destructuring/constant-folding.js b/test/staging/sm/destructuring/constant-folding.js index 6c15dfd529..23c709be03 100644 --- a/test/staging/sm/destructuring/constant-folding.js +++ b/test/staging/sm/destructuring/constant-folding.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/destructuring/iterator-primitive.js b/test/staging/sm/destructuring/iterator-primitive.js index 79920aaf81..1d4f544f26 100644 --- a/test/staging/sm/destructuring/iterator-primitive.js +++ b/test/staging/sm/destructuring/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/destructuring/order-super.js b/test/staging/sm/destructuring/order-super.js index e286b90a69..5a36f125f9 100644 --- a/test/staging/sm/destructuring/order-super.js +++ b/test/staging/sm/destructuring/order-super.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | Destructuring should evaluate lhs reference before rhs in super property esid: pending