@@ -1386,12 +1386,33 @@ test/intl402/NumberFormat/prototype/format/useGrouping-extended-en-IN.js:
13861386test/intl402/NumberFormat/prototype/format/value-decimal-string.js :
13871387 default : ' Test262Error: Expected SameValue(«1», «1.0000000000000001») to be true'
13881388 strict mode : ' Test262Error: Expected SameValue(«1», «1.0000000000000001») to be true'
1389+ test/intl402/NumberFormat/prototype/formatRange/builtin.js :
1390+ default : ' Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«[object Undefined]», «[object Function]») to be true'
1391+ strict mode : ' Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«[object Undefined]», «[object Function]») to be true'
1392+ test/intl402/NumberFormat/prototype/formatRange/en-US.js :
1393+ default : " TypeError: nf.formatRange is not a function. (In 'nf.formatRange(3, 5)', 'nf.formatRange' is undefined)"
1394+ strict mode : " TypeError: nf.formatRange is not a function. (In 'nf.formatRange(3, 5)', 'nf.formatRange' is undefined)"
1395+ test/intl402/NumberFormat/prototype/formatRange/invoked-as-func.js :
1396+ default : ' Test262Error: Expected SameValue(«undefined», «function») to be true'
1397+ strict mode : ' Test262Error: Expected SameValue(«undefined», «function») to be true'
13891398test/intl402/NumberFormat/prototype/formatRange/length.js :
1390- default : ' Test262Error: descriptor value should be 2'
1391- strict mode : ' Test262Error: descriptor value should be 2'
1399+ default : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1400+ strict mode : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1401+ test/intl402/NumberFormat/prototype/formatRange/name.js :
1402+ default : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1403+ strict mode : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1404+ test/intl402/NumberFormat/prototype/formatRange/nan-arguments-throws.js :
1405+ default : ' Test262Error: Expected a RangeError but got a TypeError'
1406+ strict mode : ' Test262Error: Expected a RangeError but got a TypeError'
1407+ test/intl402/NumberFormat/prototype/formatRange/prop-desc.js :
1408+ default : ' Test262Error: `typeof Intl.NumberFormat.prototype.formatRange` is `function` Expected SameValue(«undefined», «function») to be true'
1409+ strict mode : ' Test262Error: `typeof Intl.NumberFormat.prototype.formatRange` is `function` Expected SameValue(«undefined», «function») to be true'
13921410test/intl402/NumberFormat/prototype/formatRange/pt-PT.js :
1393- default : ' Test262Error: Expected SameValue(«3 - 5 €», «3 - 5 €») to be true'
1394- strict mode : ' Test262Error: Expected SameValue(«3 - 5 €», «3 - 5 €») to be true'
1411+ default : " TypeError: nf.formatRange is not a function. (In 'nf.formatRange(3, 5)', 'nf.formatRange' is undefined)"
1412+ strict mode : " TypeError: nf.formatRange is not a function. (In 'nf.formatRange(3, 5)', 'nf.formatRange' is undefined)"
1413+ test/intl402/NumberFormat/prototype/formatRange/x-greater-than-y-throws.js :
1414+ default : ' Test262Error: Expected a RangeError but got a TypeError'
1415+ strict mode : ' Test262Error: Expected a RangeError but got a TypeError'
13951416test/intl402/NumberFormat/prototype/formatRangeToParts/builtin.js :
13961417 default : ' Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«[object Undefined]», «[object Function]») to be true'
13971418 strict mode : ' Test262Error: The [[Class]] internal property of a built-in function must be "Function". Expected SameValue(«[object Undefined]», «[object Function]») to be true'
@@ -1447,17 +1468,26 @@ test/intl402/NumberFormat/prototype/formatToParts/signDisplay-negative-zh-TW.js:
14471468 default : ' Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true'
14481469 strict mode : ' Test262Error: -0.0001 (negative): length Expected SameValue(«2», «1») to be true'
14491470test/intl402/PluralRules/prototype/selectRange/default-en-us.js :
1450- default : ' Test262Error: Expected SameValue(«other», «few») to be true'
1451- strict mode : ' Test262Error: Expected SameValue(«other», «few») to be true'
1471+ default : " TypeError: pr.selectRange is not a function. (In 'pr.selectRange(102, 201)', 'pr.selectRange' is undefined)"
1472+ strict mode : " TypeError: pr.selectRange is not a function. (In 'pr.selectRange(102, 201)', 'pr.selectRange' is undefined)"
1473+ test/intl402/PluralRules/prototype/selectRange/invoked-as-func.js :
1474+ default : ' Test262Error: Expected SameValue(«undefined», «function») to be true'
1475+ strict mode : ' Test262Error: Expected SameValue(«undefined», «function») to be true'
14521476test/intl402/PluralRules/prototype/selectRange/length.js :
1453- default : ' Test262Error: descriptor value should be 2'
1454- strict mode : ' Test262Error: descriptor value should be 2'
1477+ default : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1478+ strict mode : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1479+ test/intl402/PluralRules/prototype/selectRange/name.js :
1480+ default : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
1481+ strict mode : " TypeError: undefined is not an object (evaluating 'Object.getOwnPropertyDescriptor(obj, name)')"
14551482test/intl402/PluralRules/prototype/selectRange/nan-arguments-throws.js :
1456- default : ' Test262Error: NaN/Number Expected a RangeError to be thrown but no exception was thrown at all'
1457- strict mode : ' Test262Error: NaN/Number Expected a RangeError to be thrown but no exception was thrown at all'
1458- test/intl402/PluralRules/prototype/selectRange/undefined-arguments-throws.js :
1459- default : ' Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
1460- strict mode : ' Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
1483+ default : ' Test262Error: NaN/Number Expected a RangeError but got a TypeError'
1484+ strict mode : ' Test262Error: NaN/Number Expected a RangeError but got a TypeError'
1485+ test/intl402/PluralRules/prototype/selectRange/prop-desc.js :
1486+ default : ' Test262Error: `typeof Intl.PluralRules.prototype.selectRange` is `function` Expected SameValue(«undefined», «function») to be true'
1487+ strict mode : ' Test262Error: `typeof Intl.PluralRules.prototype.selectRange` is `function` Expected SameValue(«undefined», «function») to be true'
1488+ test/intl402/PluralRules/prototype/selectRange/x-greater-than-y-throws.js :
1489+ default : ' Test262Error: Expected a RangeError but got a TypeError'
1490+ strict mode : ' Test262Error: Expected a RangeError but got a TypeError'
14611491test/intl402/Temporal/PlainTime/prototype/toLocaleString/locales-undefined.js :
14621492 default : ' TypeError: Temporal.PlainTime.prototype.valueOf must not be called. To compare PlainTime values, use Temporal.PlainTime.compare'
14631493 strict mode : ' TypeError: Temporal.PlainTime.prototype.valueOf must not be called. To compare PlainTime values, use Temporal.PlainTime.compare'
0 commit comments