Skip to content
New issue

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

(v6.x backport) test: skip test-icu-transcode if Intl is not present #12905

Closed
wants to merge 1 commit into from

Conversation

watilde
Copy link
Member

@watilde watilde commented May 8, 2017

Backport of #10707 to 6.x:

use common.hasIntl to make sure Intl object is present or not.

PR-URL: #10707
Reviewed-By: James M Snell [email protected]
Reviewed-By: Italo A. Casas [email protected]
Reviewed-By: Steven R Loomis [email protected]

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

use common.hasIntl to make sure Intl object is present or not.

PR-URL: nodejs#10707
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Italo A. Casas <[email protected]>
Reviewed-By: Steven R Loomis <[email protected]>
@nodejs-github-bot nodejs-github-bot added test Issues and PRs related to the tests. v6.x labels May 8, 2017
@watilde
Copy link
Member Author

watilde commented May 8, 2017

@mscdex mscdex added the i18n-api Issues and PRs related to the i18n implementation. label May 8, 2017
@jasnell
Copy link
Member

jasnell commented May 9, 2017

hmm.. unless I'm mistaken, buffer.transcode is not in v6.x at all.

@watilde
Copy link
Member Author

watilde commented May 10, 2017

Oh really, then let's stop putting this patch into v6.. Well, this patch will not be called since the CI doesn't have ICU data. It should be fine to not have this patch either.

Thanks!

@watilde watilde closed this May 10, 2017
@watilde watilde deleted the backport-test-intl branch May 10, 2017 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n-api Issues and PRs related to the i18n implementation. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants