test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Please sync the test to intl-duration-format/pull PR181

Open FrankYFTang opened this issue 1 year ago • 1 comments
trafficstars

@ben-allen @anba Please fix the following tests in test262 after the landing of the PR https://github.com/tc39/proposal-intl-duration-format/pull/182

test262/intl402/DurationFormat/prototype/format/negative-duration-style-default-en
test262/intl402/DurationFormat/prototype/format/negative-durationstyle-long-en
test262/intl402/DurationFormat/prototype/format/negative-durationstyle-digital-en
test262/intl402/DurationFormat/prototype/format/negative-durationstyle-narrow-en
test262/intl402/DurationFormat/prototype/format/negative-duration-style-short-en
test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-digital-en
test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-long-en
test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-narrow-en
test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-short-en
test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-default-en

These test call partitionDurationFormatPattern inside test262/harness /testIntl.js

But that file has not reflect the changes in PR182 yet.

FrankYFTang avatar Apr 10 '24 23:04 FrankYFTang

These tests are fixed by #3983.

anba avatar Apr 11 '24 07:04 anba