Skip to content

Instantly share code, notes, and snippets.

@bnoordhuis
Created October 10, 2011 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bnoordhuis/9b89b6f841f20fc215bf to your computer and use it in GitHub Desktop.
Save bnoordhuis/9b89b6f841f20fc215bf to your computer and use it in GitHub Desktop.
Z:\src\libuv>Debug\run-tests.exe
[% 0|+ 0|- 0]: tty
`tty` failed: exit code 3
Output from process `tty`:
Assertion failed in test\test-tty.c on line 34: UV_TTY == uv_guess_handle(0)
=============================================================
[% 0|+ 4|- 1]: tcp_ping_pong_v6
`tcp_ping_pong_v6` failed: timeout
Output from process `tcp_ping_pong_v6`:
IPv6 not supported
Output from process `tcp_ping_pong_v6`:
Assertion failed in test\test-ping-pong.c on line 166: !r
=============================================================
[% 0|+ 6|- 2]: tcp_writealot
`tcp_writealot` failed: timeout
Output from process `tcp_writealot`: (no output)
Output from process `tcp_writealot`:
Assertion failed in test\test-tcp-writealot.c on line 90: uv_last_error(uv_defau
lt_loop()).code == UV_EOF
=============================================================
[% 0|+ 14|- 3]: tcp_write_error
`tcp_write_error` failed: timeout
Output from process `tcp_write_error`:
Assertion failed in test\test-tcp-write-error.c on line 164: write_cb_error_call
ed == 1
=============================================================
[% 0|+ 14|- 4]: tcp_bind6_error_addrinuse
`tcp_bind6_error_addrinuse` failed: exit code 3
Output from process `tcp_bind6_error_addrinuse`:
Assertion failed in test\test-tcp-bind6-error.c on line 45: r == 0
=============================================================
[% 0|+ 14|- 5]: tcp_bind6_error_addrnotavail
`tcp_bind6_error_addrnotavail` failed: exit code 3
Output from process `tcp_bind6_error_addrnotavail`:
Assertion failed in test\test-tcp-bind6-error.c on line 79: uv_last_error(uv_def
ault_loop()).code == UV_EADDRNOTAVAIL
=============================================================
[% 0|+ 15|- 6]: tcp_bind6_error_inval
`tcp_bind6_error_inval` failed: exit code 3
Output from process `tcp_bind6_error_inval`:
Assertion failed in test\test-tcp-bind6-error.c on line 126: r == 0
=============================================================
[% 0|+ 15|- 7]: tcp_bind6_localhost_ok
`tcp_bind6_localhost_ok` failed: exit code 3
Output from process `tcp_bind6_localhost_ok`:
Assertion failed in test\test-tcp-bind6-error.c on line 151: r == 0
=============================================================
[% 0|+ 17|- 8]: udp_dual_stack
`udp_dual_stack` failed: exit code 3
Output from process `udp_dual_stack`:
Assertion failed in test\test-udp-ipv6.c on line 109: r == 0
=============================================================
[% 0|+ 17|- 9]: udp_ipv6_only
`udp_ipv6_only` failed: exit code 3
Output from process `udp_ipv6_only`:
Assertion failed in test\test-udp-ipv6.c on line 109: r == 0
=============================================================
[% 0|+ 67|- 10]: fs_event_watch_dir
`fs_event_watch_dir` failed: exit code 3
Output from process `fs_event_watch_dir`:
Assertion failed in test\test-fs-event.c on line 148: r != -1
=============================================================
[% 0|+ 67|- 11]: fs_event_watch_file
`fs_event_watch_file` failed: exit code 3
Output from process `fs_event_watch_file`:
Assertion failed in test\test-fs-event.c on line 182: r != -1
=============================================================
[% 0|+ 67|- 12]: fs_event_watch_file_current_dir
`fs_event_watch_file_current_dir` failed: exit code 3
Output from process `fs_event_watch_file_current_dir`:
Assertion failed in test\test-fs-event.c on line 216: r != -1
=============================================================
[% 0|+ 67|- 13]: fs_readdir_empty_dir
`fs_readdir_empty_dir` failed: exit code 3
Output from process `fs_readdir_empty_dir`:
Assertion failed in test\test-fs.c on line 1321: req.ptr == NULL
=============================================================
[% 100|+ 68|- 14]: Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment