We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ben-allen @anba Please fix the following tests in test262 after the landing of the PR tc39/proposal-intl-duration-format#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.
The text was updated successfully, but these errors were encountered:
These tests are fixed by #3983.
Sorry, something went wrong.
No branches or pull requests
@ben-allen @anba
Please fix the following tests in test262 after the landing of the PR
tc39/proposal-intl-duration-format#182
These test call partitionDurationFormatPattern inside test262/harness
/testIntl.js
But that file has not reflect the changes in PR182 yet.
The text was updated successfully, but these errors were encountered: