Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created November 6, 2012 00:44
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 isaacs/4021630 to your computer and use it in GitHub Desktop.
Save isaacs/4021630 to your computer and use it in GitHub Desktop.
$ make -j4 && rm -rf test/tmp/* && for i in test/simple/test-net*.js; do echo "# $i"; out="$(./node $i 2>&1)" && echo "ok $i" || echo "not ok $i"; done
make -C out BUILDTYPE=Release V=
make[1]: Nothing to be done for `all'.
ln -fs out/Release/node node
# test/simple/test-net-after-close.js
ok test/simple/test-net-after-close.js
# test/simple/test-net-binary.js
ok test/simple/test-net-binary.js
# test/simple/test-net-bind-twice.js
ok test/simple/test-net-bind-twice.js
# test/simple/test-net-bytes-stats.js
ok test/simple/test-net-bytes-stats.js
# test/simple/test-net-can-reset-timeout.js
ok test/simple/test-net-can-reset-timeout.js
# test/simple/test-net-connect-buffer.js
ok test/simple/test-net-connect-buffer.js
# test/simple/test-net-connect-handle-econnrefused.js
ok test/simple/test-net-connect-handle-econnrefused.js
# test/simple/test-net-connect-options.js
ok test/simple/test-net-connect-options.js
# test/simple/test-net-connect-timeout.js
ok test/simple/test-net-connect-timeout.js
# test/simple/test-net-connect-unref.js
ok test/simple/test-net-connect-unref.js
# test/simple/test-net-create-connection.js
ok test/simple/test-net-create-connection.js
# test/simple/test-net-dns-error.js
ok test/simple/test-net-dns-error.js
# test/simple/test-net-during-close.js
ok test/simple/test-net-during-close.js
# test/simple/test-net-eaddrinuse.js
ok test/simple/test-net-eaddrinuse.js
# test/simple/test-net-isip.js
ok test/simple/test-net-isip.js
# test/simple/test-net-keepalive.js
ok test/simple/test-net-keepalive.js
# test/simple/test-net-large-string.js
ok test/simple/test-net-large-string.js
# test/simple/test-net-listen-error.js
ok test/simple/test-net-listen-error.js
# test/simple/test-net-listen-fd0.js
ok test/simple/test-net-listen-fd0.js
# test/simple/test-net-pause-resume-connecting.js
ok test/simple/test-net-pause-resume-connecting.js
# test/simple/test-net-pingpong.js
ok test/simple/test-net-pingpong.js
# test/simple/test-net-pipe-connect-errors.js
ok test/simple/test-net-pipe-connect-errors.js
# test/simple/test-net-reconnect.js
ok test/simple/test-net-reconnect.js
# test/simple/test-net-remote-address-port.js
ok test/simple/test-net-remote-address-port.js
# test/simple/test-net-server-address.js
ok test/simple/test-net-server-address.js
# test/simple/test-net-server-bind.js
ok test/simple/test-net-server-bind.js
# test/simple/test-net-server-close.js
ok test/simple/test-net-server-close.js
# test/simple/test-net-server-listen-remove-callback.js
ok test/simple/test-net-server-listen-remove-callback.js
# test/simple/test-net-server-max-connections.js
ok test/simple/test-net-server-max-connections.js
# test/simple/test-net-server-try-ports.js
ok test/simple/test-net-server-try-ports.js
# test/simple/test-net-server-unref.js
ok test/simple/test-net-server-unref.js
# test/simple/test-net-settimeout.js
ok test/simple/test-net-settimeout.js
# test/simple/test-net-socket-destroy-twice.js
ok test/simple/test-net-socket-destroy-twice.js
# test/simple/test-net-socket-timeout.js
ok test/simple/test-net-socket-timeout.js
# test/simple/test-net-stream.js
ok test/simple/test-net-stream.js
# test/simple/test-net-write-after-close.js
ok test/simple/test-net-write-after-close.js
# test/simple/test-net-write-connect-write.js
ok test/simple/test-net-write-connect-write.js
# test/simple/test-net-write-slow.js
ok test/simple/test-net-write-slow.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment