mirror of https://github.com/tc39/test262.git
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
|
||||
description: >
|
||||
Test format method with negative duration and default style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: >
|
||||
Test format method with negative duration and "short" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: >
|
||||
Test format method with negative duration and "digital" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: >
|
||||
Test format method with negative duration and "long" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: >
|
||||
Test format method with negative duration and "narrow" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
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.
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ info: |
|
|||
7. Let parts be ! PartitionNumberPattern(nf, value).
|
||||
...
|
||||
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: Test if format method formats duration correctly with different "style" arguments
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
/*---
|
||||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: Test if format method formats duration correctly with different "style" arguments
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -13,7 +13,7 @@ info: |
|
|||
5. Else,
|
||||
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ info: |
|
|||
5. Else,
|
||||
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: Test if format method formats duration correctly with different "style" arguments
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: Test if format method formats duration correctly with different "style" arguments
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
esid: sec-Intl.DurationFormat.prototype.format
|
||||
description: Test if format method formats duration correctly with different "style" arguments
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||
description: >
|
||||
Test formatToParts method with negative duration and default style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||
description: >
|
||||
Test formatToParts method with negative duration and "digital" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||
description: >
|
||||
Test formatToParts method with negative duration and "long" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||
description: >
|
||||
Test formatToParts method with negative duration and "narrow" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-Intl.DurationFormat.prototype.formatToParts
|
||||
description: >
|
||||
Test formatToParts method with negative duration and "short" style
|
||||
locale: [en-US]
|
||||
locale: [en]
|
||||
includes: [testIntl.js]
|
||||
features: [Intl.DurationFormat]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue