Created
February 13, 2014 00:58
-
-
Save faridnsh/8967736 to your computer and use it in GitHub Desktop.
Node tests not passing on v0.10 and master branches on my ubuntu 13.04 64bit machine.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== release test-http-dns-error === | |
Path: simple/test-http-dns-error | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "EADDRINFO" == "ENOTFOUND" | |
at ClientRequest.<anonymous> (/home/alfred/repos/node/test/simple/test-http-dns-error.js:49:12) | |
at ClientRequest.EventEmitter.emit (events.js:95:17) | |
at CleartextStream.socketErrorListener (http.js:1547:9) | |
at CleartextStream.EventEmitter.emit (events.js:95:17) | |
at Socket.onerror (tls.js:1445:17) | |
at Socket.EventEmitter.emit (events.js:117:20) | |
at net.js:833:16 | |
at process._tickCallback (node.js:415:13) | |
Command: out/Release/node /home/alfred/repos/node/test/simple/test-http-dns-error.js | |
=== release test-net-dns-error === | |
Path: simple/test-net-dns-error | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "EADDRINFO" == "ENOTFOUND" | |
at Socket.<anonymous> (/home/alfred/repos/node/test/simple/test-net-dns-error.js:43:10) | |
at Socket.EventEmitter.emit (events.js:95:17) | |
at net.js:833:16 | |
at process._tickCallback (node.js:415:13) | |
Command: out/Release/node /home/alfred/repos/node/test/simple/test-net-dns-error.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== release test-tls-server-verify === | |
Path: simple/test-tls-server-verify | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
Running 'Do not request certs. Everyone is unauthorized.' | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
Running 'Allow both authed and unauthed connections with CA1' | |
- authed connection: agent1 | |
* authed | |
- unauthed connection: DEPTH_ZERO_SELF_SIGNED_CERT | |
* unauthed | |
- unauthed connection: UNABLE_TO_VERIFY_LEAF_SIGNATURE | |
* unauthed | |
- unauthed connection: UNABLE_TO_GET_ISSUER_CERT | |
* unauthed | |
Running 'Allow only authed connections with CA1' | |
- authed connection: agent1 | |
* authed | |
Running 'Allow only authed connections with CA1 and CA2' | |
- authed connection: agent1 | |
* authed | |
- authed connection: agent3 | |
* authed | |
Running 'Allow only certs signed by CA2 but not in the CRL' | |
assert.js:92 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: agent3 rejected, but should NOT have been | |
at ChildProcess.<anonymous> (/home/alfred/repos/node/test/simple/test-tls-server-verify.js:217:14) | |
at ChildProcess.EventEmitter.emit (events.js:98:17) | |
at Process.ChildProcess._handle.onexit (child_process.js:797:12) | |
Command: out/Release/node /home/alfred/repos/node/test/simple/test-tls-server-verify.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment