Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented Jul 1, 2017

If the filesystem does not support UCS2, do not run the test.

Fixes: #14028

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

test fs

@TrottTrott added the wip Issues and PRs that are still a work in progress. label Jul 1, 2017
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Jul 1, 2017
@Trott
Copy link
MemberAuthor

Trott commented Jul 1, 2017

@Trott
Copy link
MemberAuthor

Trott commented Jul 1, 2017

Looks like it's working now. Removing the in progress label.

@TrottTrott removed the wip Issues and PRs that are still a work in progress. label Jul 1, 2017
Copy link
Member

Choose a reason for hiding this comment

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

Is e.code set? If so it might be better to test against it rather than the message.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Indeed. Will change.

@Trott
Copy link
MemberAuthor

Trott commented Jul 1, 2017

If the filesystem does not support UCS2, do not run the test. Fixes: nodejs#14028
@Trott
Copy link
MemberAuthor

Trott commented Jul 3, 2017

refack pushed a commit to refack/node that referenced this pull request Jul 4, 2017
If the filesystem does not support UCS2, do not run the test. PR-URL: nodejs#14029Fixes: nodejs#14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@refackrefack self-assigned this Jul 4, 2017
@refack
Copy link
Contributor

refack commented Jul 4, 2017

Landed in 4dd7d09
(I don't usually do cradle-robbing, but the red/yellow was bothering me on this fine 4th-of-July morning 🦅 💚 )

Extra CI for sanity of master: https://ci.nodejs.org/job/node-test-commit/10945/

@refackrefack closed this Jul 4, 2017
@refack
Copy link
Contributor

addaleax pushed a commit that referenced this pull request Jul 11, 2017
If the filesystem does not support UCS2, do not run the test. PR-URL: #14029Fixes: #14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@addaleaxaddaleax mentioned this pull request Jul 11, 2017
addaleax pushed a commit that referenced this pull request Jul 18, 2017
If the filesystem does not support UCS2, do not run the test. PR-URL: #14029Fixes: #14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Fishrock123 pushed a commit that referenced this pull request Jul 19, 2017
If the filesystem does not support UCS2, do not run the test. PR-URL: #14029Fixes: #14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 15, 2017
If the filesystem does not support UCS2, do not run the test. PR-URL: #14029Fixes: #14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Trott added a commit to Trott/io.js that referenced this pull request Aug 15, 2017
If the filesystem does not support UCS2, do not run the test. PR-URL: nodejs#14029Fixes: nodejs#14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
MylesBorins pushed a commit that referenced this pull request Aug 16, 2017
If the filesystem does not support UCS2, do not run the test. Backport-PR-URL: #14835 PR-URL: #14029Fixes: #14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Aug 16, 2017
MylesBorins pushed a commit that referenced this pull request Sep 5, 2017
If the filesystem does not support UCS2, do not run the test. Backport-PR-URL: #14835 PR-URL: #14029Fixes: #14028 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@refackrefack removed their assignment Oct 20, 2018
@TrottTrott deleted the fix-ucs2-test branch January 13, 2022 22:45
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.

investigate failing test-fs-readdir-ucs2 on Raspberry Pi

7 participants

@Trott@refack@lpinca@cjihrig@richardlau@MylesBorins@nodejs-github-bot