Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: fix weird string error #21793
Conversation
maclover7
requested a review
from
addaleax
Jul 13, 2018
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
test
label
Jul 13, 2018
This comment has been minimized.
This comment has been minimized.
|
This, with #21791, will make |
addaleax
approved these changes
Jul 13, 2018
|
LGTM as a workaround, but please let’s also fix this upstream :/ |
addaleax
added
the
fast-track
label
Jul 13, 2018
This comment has been minimized.
This comment has been minimized.
|
Full CI: https://ci.nodejs.org/job/node-test-pull-request/15852/ Edit by @addaleax: CI came back green, please |
lpinca
approved these changes
Jul 13, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in 2d95070, thanks! |
addaleax
closed this
Jul 13, 2018
addaleax
added a commit
that referenced
this pull request
Jul 13, 2018
maclover7
deleted the
maclover7:jm-fix-string
branch
Jul 14, 2018
targos
added a commit
that referenced
this pull request
Jul 14, 2018
This was referenced Jul 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
maclover7 commentedJul 13, 2018
Previously getting this error when running
tap2junit(what parses our.tapfiles in CI):Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes