Update tests to work with module contexts
authorRyan Dahl <ry@tinyclouds.org>
Thu, 15 Jul 2010 18:47:25 +0000 (11:47 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 15 Jul 2010 21:21:31 +0000 (14:21 -0700)
commit9fd5e3c89cb3664be7491c2da8e7060a0c36e135
treed748de58c1638e852d33374c328a45f6ab8d2268
parent94728125696ce05f5308ccbc111874e9fa936936
Update tests to work with module contexts
141 files changed:
test/common.js
test/disabled/test-cat.js
test/disabled/test-dns.js
test/disabled/test-eio-race3.js
test/disabled/test-fs-sendfile.js
test/disabled/test-http-big-proxy-responses.js
test/disabled/test-http-head-request.js
test/disabled/test-http-stress.js
test/disabled/test-idle-watcher.js
test/disabled/test-net-fd-passing.js
test/disabled/test-remote-module-loading.js
test/disabled/test-setuidgid.js
test/disabled/tls_client.js
test/disabled/tls_server.js
test/fixtures/a.js
test/fixtures/echo.js
test/fixtures/print-chars-from-buffer.js
test/fixtures/print-chars.js
test/message/2100bytes.js
test/message/hello_world.js
test/message/undefined_reference_in_new_context.js
test/message/undefined_reference_in_new_context.out
test/pummel/test-child-process-spawn-loop.js
test/pummel/test-http-client-reconnect-bug.js
test/pummel/test-keep-alive.js
test/pummel/test-net-many-clients.js
test/pummel/test-net-pause.js
test/pummel/test-net-pingpong-delay.js
test/pummel/test-net-pingpong.js
test/pummel/test-net-throttle.js
test/pummel/test-net-timeout.js
test/pummel/test-net-tls.js
test/pummel/test-timers.js
test/pummel/test-watch-file.js
test/simple/test-assert.js
test/simple/test-buffer.js
test/simple/test-byte-length.js
test/simple/test-c-ares.js
test/simple/test-chdir.js
test/simple/test-child-process-buffering.js
test/simple/test-child-process-custom-fds.js
test/simple/test-child-process-env.js
test/simple/test-child-process-exit-code.js
test/simple/test-child-process-ipc.js
test/simple/test-child-process-kill.js
test/simple/test-child-process-stdin.js
test/simple/test-child-process-stdout-flush.js
test/simple/test-crypto.js
test/simple/test-delayed-require.js
test/simple/test-dgram-pingpong.js
test/simple/test-dgram-udp4.js
test/simple/test-dgram-unix-anon.js
test/simple/test-dgram-unix.js
test/simple/test-eio-race.js
test/simple/test-eio-race2.js
test/simple/test-eio-race4.js
test/simple/test-error-reporting.js
test/simple/test-eval-cx.js
test/simple/test-event-emitter-add-listeners.js
test/simple/test-event-emitter-modify-in-emit.js
test/simple/test-event-emitter-remove-listeners.js
test/simple/test-exception-handler.js
test/simple/test-exec.js
test/simple/test-executable-path.js
test/simple/test-file-read-noexist.js
test/simple/test-file-write-stream.js
test/simple/test-fs-chmod.js
test/simple/test-fs-error-messages.js
test/simple/test-fs-fsync.js
test/simple/test-fs-read-buffer.js
test/simple/test-fs-read-file-sync.js
test/simple/test-fs-read-stream.js
test/simple/test-fs-read.js
test/simple/test-fs-readfile-empty.js
test/simple/test-fs-realpath.js
test/simple/test-fs-stat.js
test/simple/test-fs-symlink.js
test/simple/test-fs-write-buffer.js
test/simple/test-fs-write-file.js
test/simple/test-fs-write-sync.js
test/simple/test-fs-write.js
test/simple/test-http-1.0.js
test/simple/test-http-304.js
test/simple/test-http-blank-header.js
test/simple/test-http-cat.js
test/simple/test-http-chunked.js
test/simple/test-http-client-race-2.js
test/simple/test-http-client-race.js
test/simple/test-http-client-upload.js
test/simple/test-http-eof-on-connect.js
test/simple/test-http-exceptions.js
test/simple/test-http-full-response.js
test/simple/test-http-head-request.js
test/simple/test-http-head-response-has-no-body.js
test/simple/test-http-malformed-request.js
test/simple/test-http-parser.js
test/simple/test-http-proxy.js
test/simple/test-http-server-multiheaders.js
test/simple/test-http-server.js
test/simple/test-http-set-timeout.js
test/simple/test-http-tls.js
test/simple/test-http-upgrade-client.js
test/simple/test-http-upgrade-server.js
test/simple/test-http-upgrade-server2.js
test/simple/test-http-wget.js
test/simple/test-http-write-empty-string.js
test/simple/test-http.js
test/simple/test-listen-fd.js
test/simple/test-memory-usage.js
test/simple/test-mkdir-rmdir.js
test/simple/test-module-loading.js
test/simple/test-net-binary.js
test/simple/test-net-keepalive.js
test/simple/test-net-pingpong.js
test/simple/test-net-reconnect.js
test/simple/test-net-tls.js
test/simple/test-next-tick-ordering.js
test/simple/test-next-tick.js
test/simple/test-path.js
test/simple/test-pipe-head.js
test/simple/test-pump-file2tcp.js
test/simple/test-querystring.js
test/simple/test-readdir.js
test/simple/test-repl.js
test/simple/test-script-context.js
test/simple/test-script-new.js
test/simple/test-script-static-context.js
test/simple/test-script-static-new.js
test/simple/test-script-static-this.js
test/simple/test-script-this.js
test/simple/test-sendfd.js
test/simple/test-signal-handler.js
test/simple/test-signal-unregister.js
test/simple/test-stdin-from-file.js
test/simple/test-stdout-to-file.js
test/simple/test-string-decoder.js
test/simple/test-sync-fileread.js
test/simple/test-sys.js
test/simple/test-umask.js
test/simple/test-url.js
test/simple/test-utf8-scripts.js