Enable strict mode testing for sm/Number

This commit is contained in:
André Bargull 2025-04-30 14:16:34 +02:00 committed by Philip Chimento
parent a216e703d1
commit cd870e9520
19 changed files with 0 additions and 38 deletions

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
'0x' not followed by hex digits should be a syntax error
esid: pending

View File

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

View File

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

View File

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

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/assertThrowsValue.js]
flags:
- noStrict
description: |
Number.prototype.toExponential
esid: pending

View File

@ -5,8 +5,6 @@
/*---
includes: [sm/assertThrowsValue.js]
flags:
- noStrict
description: |
Number.prototype.toPrecision
esid: pending

View File

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

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Number.prototype.to* should throw a RangeError when passed a bad precision
esid: pending

View File

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

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Number.isSafeInteger(number)
esid: pending

View File

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

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Number.parseFloat(string)
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Number.parseInt(string, radix)
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Number.parseInt(string, radix). Verify that Number.parseInt defaults to decimal.
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: |
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: |
pending
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Number.prototype.toString should use ToInteger on the radix and should throw a RangeError if the radix is bad
esid: pending

View File

@ -4,8 +4,6 @@
*/
/*---
flags:
- noStrict
description: |
Various tests of ToNumber(string), particularly +"0x" being NaN
esid: pending