Enable strict mode testing for sm/Date

This commit is contained in:
André Bargull 2025-04-30 14:16:24 +02:00 committed by Philip Chimento
parent 6e1eba2a09
commit 3e26311d42
28 changed files with 0 additions and 56 deletions

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Date.UTC must convert *all* arguments to number, not return NaN early if a non-finite argument is encountered
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
new Date(...) must convert *all* arguments to number, not return NaN early if a non-finite argument is encountered
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Passing a Date object to |new Date()| should copy it, not convert it to a primitive and create it from that.
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
new Date(value) should call ToPrimitive on value before testing for string-ness
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
[[DefaultValue]] behavior wrong for Date with overridden valueOf/toString
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/non262-Date-shell.js]
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Test for correct implementation of |Date == boolean| and vice versa
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Fractional days, months, years shouldn't trigger asserts
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Date.prototype isn't an instance of Date
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Test for correct short-circuiting implementation of Date.set methods
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
TimeClip behavior for very large numbers
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
features:
- Temporal
description: |

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
Date.prototype.toISOString returns an invalid ISO-8601 string
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Date.prototype.toJSON isn't to spec
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
pending
esid: pending

View File

@ -2,8 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
flags:
- noStrict
description: |
Date.prototype.toString is a generic function
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
pending
esid: pending