-
Notifications
You must be signed in to change notification settings - Fork 61
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
tst.multierror.js failure on Node v8 and later #65
Comments
Thanks for the report. I see this as well with Node v8.15.0 on OS X 10.14.2, but not on Node v6.14.4 on the same system. The test is failing here in test/tst.multierror.js:
It looks to me like the format of the error's message has just changed a bit. This patch fixes the test for me:
|
I've put up this change to fix it: PS1 passes
|
This also looks good on SmartOS with Node v0.10.48:
|
Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Isaac Davis <[email protected]> Approved by: Isaac Davis <[email protected]>
While trying to debug #64:
Test output
/var/tmp/catest.19359/failure.0/19359.err
require('./package.json').version = 1.10.0
Node.js v8.15.0, npm v6.4.1, Ubuntu 14.04.5 LTS trusty
The text was updated successfully, but these errors were encountered: