mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
DurationFormat: changed metadata to list 'en' instead of 'en-US' as locale for tests that actually test 'en' rather than 'en-US'
This commit is contained in:
parent
decf9f2526
commit
39168e26c8
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: >
|
description: >
|
||||||
Test format method with negative duration and default style
|
Test format method with negative duration and default style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: >
|
description: >
|
||||||
Test format method with negative duration and "short" style
|
Test format method with negative duration and "short" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: >
|
description: >
|
||||||
Test format method with negative duration and "digital" style
|
Test format method with negative duration and "digital" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: >
|
description: >
|
||||||
Test format method with negative duration and "long" style
|
Test format method with negative duration and "long" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: >
|
description: >
|
||||||
Test format method with negative duration and "narrow" style
|
Test format method with negative duration and "narrow" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: >
|
description: >
|
||||||
Minutes with numeric or 2-digit style are included in the output when between displayed hours and seconds, even when the minutes value is zero.
|
Minutes with numeric or 2-digit style are included in the output when between displayed hours and seconds, even when the minutes value is zero.
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ info: |
|
|||||||
7. Let parts be ! PartitionNumberPattern(nf, value).
|
7. Let parts be ! PartitionNumberPattern(nf, value).
|
||||||
...
|
...
|
||||||
|
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: Test if format method formats duration correctly with different "style" arguments
|
description: Test if format method formats duration correctly with different "style" arguments
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: Test if format method formats duration correctly with different "style" arguments
|
description: Test if format method formats duration correctly with different "style" arguments
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
5. Else,
|
5. Else,
|
||||||
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
|
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||||
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
|
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ info: |
|
|||||||
5. Else,
|
5. Else,
|
||||||
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
|
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||||
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
|
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: Test if format method formats duration correctly with different "style" arguments
|
description: Test if format method formats duration correctly with different "style" arguments
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: Test if format method formats duration correctly with different "style" arguments
|
description: Test if format method formats duration correctly with different "style" arguments
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-Intl.DurationFormat.prototype.format
|
esid: sec-Intl.DurationFormat.prototype.format
|
||||||
description: Test if format method formats duration correctly with different "style" arguments
|
description: Test if format method formats duration correctly with different "style" arguments
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||||
description: >
|
description: >
|
||||||
Test formatToParts method with negative duration and default style
|
Test formatToParts method with negative duration and default style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||||
description: >
|
description: >
|
||||||
Test formatToParts method with negative duration and "digital" style
|
Test formatToParts method with negative duration and "digital" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||||
description: >
|
description: >
|
||||||
Test formatToParts method with negative duration and "long" style
|
Test formatToParts method with negative duration and "long" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||||
description: >
|
description: >
|
||||||
Test formatToParts method with negative duration and "narrow" style
|
Test formatToParts method with negative duration and "narrow" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||||
description: >
|
description: >
|
||||||
Test formatToParts method with negative duration and "short" style
|
Test formatToParts method with negative duration and "short" style
|
||||||
locale: [en-US]
|
locale: [en]
|
||||||
includes: [testIntl.js]
|
includes: [testIntl.js]
|
||||||
features: [Intl.DurationFormat]
|
features: [Intl.DurationFormat]
|
||||||
---*/
|
---*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user