| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Nit: this should be the first module to be required.
Sorry, something went wrong.
There was a problem hiding this comment.
Nit: space after { and before }. ReadStream doesn't seem to be used in the test.
Sorry, something went wrong.
|
@lpinca should be all fixed :) |
Sorry, something went wrong.
Sorry, something went wrong.
|
@gergelyke seems like the test is constantly failing. Please take another look. |
Sorry, something went wrong.
|
@BridgeAR can you help me what's the exact cause of the failure? cannot really find it in the logs :/ |
Sorry, something went wrong.
|
this is the error message I get locally: Building addon /Users/gergelyke/Development/risingstack/node/test/addons-napi/test_instanceof/ gyp: binding.gyp not found (cwd: /Users/gergelyke/Development/risingstack/node/test/addons-napi/test_instanceof) while trying to load binding.gyp make[1]: *** [test/addons-napi/.buildstamp] Error 1 make: *** [test] Error 2 seems unrelated to my changes |
Sorry, something went wrong.
|
@gergelyke this is the error not ok 1510 parallel/test-tty-backwards-api
---
duration_ms: 0.270
severity: fail
stack: |-
tty.js:73
handle: new TTY(fd, false),
^
Error: EINVAL: invalid argument, uv_tty_init
at new WriteStream (tty.js:73:13)
at methods.forEach (/home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1604-32/test/parallel/test-tty-backwards-api.js:17:23)
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/nodes/ubuntu1604-32/test/parallel/test-tty-backwards-api.js:15:9)
Try to run the tests again. They should work properly. |
Sorry, something went wrong.
|
Ahh, had to run make test-addons-clean - on it! |
Sorry, something went wrong.
|
still the same issue :/ Building addon /Users/gergelyke/Development/risingstack/node/test/addons-napi/test_instanceof/ gyp: binding.gyp not found (cwd: /Users/gergelyke/Development/risingstack/node/test/addons-napi/test_instanceof) while trying to load binding.gyp make[1]: *** [test/addons-napi/.buildstamp] Error 1 make: *** [test] Error 2 @trevnorris any chance you have a clue what could go wrong? |
Sorry, something went wrong.
|
@gergelyke try to manually delete the test folders. See #13582. |
Sorry, something went wrong.
|
That helped, thanks. However, I don't really understand the problem here. Based on the libuv docs (http://docs.libuv.org/en/v1.x/tty.html#c.uv_tty_init), the integer should be either 0, 1 or 2. Any idea why it fails? |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
I'd remove this as it seems to be no longer used.
Sorry, something went wrong.
Sorry, something went wrong.
|
@lpinca would you be so kind and re-approve? |
Sorry, something went wrong.
|
Still LGTM but it would be nice if there were more approval. |
Sorry, something went wrong.
PR-URL: nodejs#15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: #15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: nodejs/node#15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: nodejs/node#15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: #15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: #15235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
tty