Skip to content

test: fix cctest URLTest.ToFilePath on Win32 without Intl#22265

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:url-cctest-withoutintl
Closed

test: fix cctest URLTest.ToFilePath on Win32 without Intl#22265
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:url-cctest-withoutintl

Conversation

@jasnell

@jasnell jasnell commented Aug 11, 2018

Copy link
Copy Markdown
Member

Skip one specific test that requires ICU

Fixes: #19051

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@jasnell jasnell added c++ Issues and PRs that require attention from people who are familiar with C++. test Issues and PRs related to the tests. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Aug 11, 2018
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-github-bot added test Issues and PRs related to the tests. whatwg-url Issues and PRs related to the WHATWG URL implementation. labels Aug 11, 2018
@jasnell

jasnell commented Aug 11, 2018

Copy link
Copy Markdown
Member Author

@jasnell jasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 12, 2018
@jasnell

jasnell commented Aug 13, 2018

Copy link
Copy Markdown
Member Author

Re-run CI on freebsd: https://ci.nodejs.org/job/node-test-commit-freebsd/19632/

Comment thread test/cctest/test_url.cc Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be useful to have an #else testing what it actually is?

@jasnell

jasnell commented Aug 14, 2018

Copy link
Copy Markdown
Member Author

@jasnell

jasnell commented Aug 15, 2018

Copy link
Copy Markdown
Member Author

Another day, another attempt to get a clean freebsd test run: https://ci.nodejs.org/job/node-test-commit-freebsd/19688/

/cc @nodejs/build

@maclover7

Copy link
Copy Markdown
Contributor

Another day, another attempt to get a clean freebsd test run

@jasnell I'll take a look at the machines once the security releases are out

@jasnell

jasnell commented Aug 15, 2018

Copy link
Copy Markdown
Member Author

Ok. yeah, the freebsd run failed again. :-(

@joyeecheung

joyeecheung commented Aug 15, 2018

Copy link
Copy Markdown
Member

Somehow this is not rebased onto any commit later than 4ce744a (which "fixes" the stringbytes test on freebsd) even though it should

@joyeecheung

joyeecheung commented Aug 15, 2018

Copy link
Copy Markdown
Member

Oh, right @jasnell did you start the freebsd build with a older sha to rebase onto? It should be gone if you rebase onto the current master's HEAD. We can wait until the security release is out

@jasnell jasnell force-pushed the url-cctest-withoutintl branch from 7ccbcca to fd4cbcd Compare August 15, 2018 16:08
@jasnell

jasnell commented Aug 15, 2018

Copy link
Copy Markdown
Member Author

Yep, looks like it wasn't rebased. Rebased now and pushed... will try it again.

@jasnell

jasnell commented Aug 15, 2018

Copy link
Copy Markdown
Member Author

@jasnell

jasnell commented Aug 15, 2018

Copy link
Copy Markdown
Member Author

Trying again on linux-openssl110 ... https://ci.nodejs.org/job/node-test-commit-linux-containered/6291/

this one appears to be broken in general.

@Trott

Trott commented Aug 15, 2018

Copy link
Copy Markdown
Member

Trying again on linux-openssl110 ... https://ci.nodejs.org/job/node-test-commit-linux-containered/6291/

this one appears to be broken in general.

Might be related to today's release. (Shared libs OpenSSL needs or needed to be updated to accommodate the updated OpenSSL in today's release.) Might be best to wait for the release to be out, rebase, and try again. @nodejs/build-infra

@jasnell

jasnell commented Aug 16, 2018

Copy link
Copy Markdown
Member Author

@jasnell

jasnell commented Aug 16, 2018

Copy link
Copy Markdown
Member Author

linux-containered yet again: https://ci.nodejs.org/job/node-test-commit-linux-containered/6333/

@TimothyGu

Copy link
Copy Markdown
Member

@jasnell Just making sure this doesn't get lost… #22265 (comment)

@jasnell

jasnell commented Aug 16, 2018

Copy link
Copy Markdown
Member Author

That did get lost, ok, will add a condition there.

@jasnell jasnell force-pushed the url-cctest-withoutintl branch from fd4cbcd to afa6c76 Compare August 16, 2018 21:12
@jasnell

jasnell commented Aug 16, 2018

Copy link
Copy Markdown
Member Author

@TimothyGu ... else condition added, PTAL

@jasnell

jasnell commented Aug 16, 2018

Copy link
Copy Markdown
Member Author

Skip one specific test that requires ICU

Fixes: nodejs#19051
@jasnell jasnell force-pushed the url-cctest-withoutintl branch from afa6c76 to a86a5f6 Compare August 16, 2018 22:14
jasnell added a commit that referenced this pull request Aug 16, 2018
Skip one specific test that requires ICU

Fixes: #19051

PR-URL: #22265
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@jasnell

jasnell commented Aug 16, 2018

Copy link
Copy Markdown
Member Author

Landed in 26814cf

@jasnell jasnell closed this Aug 16, 2018
targos pushed a commit that referenced this pull request Aug 19, 2018
Skip one specific test that requires ICU

Fixes: #19051

PR-URL: #22265
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit that referenced this pull request Sep 3, 2018
Skip one specific test that requires ICU

Fixes: #19051

PR-URL: #22265
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. test Issues and PRs related to the tests. whatwg-url Issues and PRs related to the WHATWG URL implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants