Skip to content

Conversation

@Leko
Copy link
Contributor

@LekoLeko commented Sep 6, 2020

We need to separate the fixtures between ICU and WPT URL to update the WPT fixtures. Since ICU and URL isn't the same implementation and they also follow different specifications. We shouldn't use the URL's fixture for ICU's toASCII.

For now, I duplicated the fixture to a new file.

Refs: #33770 (comment)

cc: @watilde

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

We need to emit dependency of ICU's toASCII in order to update the WPT fixtures. Since ICU and URL isn't the same implementation and they also follow different specifications. ICU's toASCII shouldn't have a dependency on WPT fixtures. Refs: #33770 (comment)
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Sep 6, 2020
@watildewatilde added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 7, 2020
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 7, 2020
@nodejs-github-bot
Copy link
Collaborator

Copy link
Contributor

@watildewatilde left a comment

Choose a reason for hiding this comment

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

LGTM, thank you

@targostargos mentioned this pull request Sep 7, 2020
@watildewatilde requested a review from targosSeptember 7, 2020 13:58
@watilde
Copy link
Contributor

Landed in 7913ac5

@watildewatilde closed this Sep 8, 2020
watilde pushed a commit that referenced this pull request Sep 8, 2020
We need to emit dependency of ICU's toASCII in order to update the WPT fixtures. Since ICU and URL isn't the same implementation and they also follow different specifications. ICU's toASCII shouldn't have a dependency on WPT fixtures. Refs: #33770 (comment) PR-URL: #35077 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
@LekoLeko deleted the split-fixtures branch September 8, 2020 11:37
ruyadorno pushed a commit that referenced this pull request Sep 17, 2020
We need to emit dependency of ICU's toASCII in order to update the WPT fixtures. Since ICU and URL isn't the same implementation and they also follow different specifications. ICU's toASCII shouldn't have a dependency on WPT fixtures. Refs: #33770 (comment) PR-URL: #35077 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
@ruyadornoruyadorno mentioned this pull request Sep 21, 2020
4 tasks
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
We need to emit dependency of ICU's toASCII in order to update the WPT fixtures. Since ICU and URL isn't the same implementation and they also follow different specifications. ICU's toASCII shouldn't have a dependency on WPT fixtures. Refs: nodejs#33770 (comment) PR-URL: nodejs#35077 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Leko@nodejs-github-bot@watilde@targos@joyeecheung