From 311262aa37bc3cc3301c33dab9d2e3560b983779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 30 Apr 2025 14:16:26 +0200 Subject: [PATCH] Enable strict mode testing for sm/Error --- test/staging/sm/Error/AggregateError.js | 2 -- test/staging/sm/Error/constructor-ordering.js | 2 -- test/staging/sm/Error/constructor-proto.js | 2 -- test/staging/sm/Error/isError.js | 2 -- test/staging/sm/Error/prototype-properties.js | 2 -- test/staging/sm/Error/prototype.js | 2 -- 6 files changed, 12 deletions(-) diff --git a/test/staging/sm/Error/AggregateError.js b/test/staging/sm/Error/AggregateError.js index 1a5d0c5679..bcf0569d56 100644 --- a/test/staging/sm/Error/AggregateError.js +++ b/test/staging/sm/Error/AggregateError.js @@ -3,8 +3,6 @@ /*--- includes: [compareArray.js] -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/constructor-ordering.js b/test/staging/sm/Error/constructor-ordering.js index 6cde9683e4..96be1e2bbe 100644 --- a/test/staging/sm/Error/constructor-ordering.js +++ b/test/staging/sm/Error/constructor-ordering.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/Error/constructor-proto.js b/test/staging/sm/Error/constructor-proto.js index 376edd431f..8893d43ebd 100644 --- a/test/staging/sm/Error/constructor-proto.js +++ b/test/staging/sm/Error/constructor-proto.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/Error/isError.js b/test/staging/sm/Error/isError.js index 1d6e333b2d..c0cde98eb6 100644 --- a/test/staging/sm/Error/isError.js +++ b/test/staging/sm/Error/isError.js @@ -4,8 +4,6 @@ /*--- features: - Error.isError -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/Error/prototype-properties.js b/test/staging/sm/Error/prototype-properties.js index 608227eee1..983b3885f3 100644 --- a/test/staging/sm/Error/prototype-properties.js +++ b/test/staging/sm/Error/prototype-properties.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/Error/prototype.js b/test/staging/sm/Error/prototype.js index f9dcaedac7..a590505c30 100644 --- a/test/staging/sm/Error/prototype.js +++ b/test/staging/sm/Error/prototype.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending