0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/mjsunit
Felix Geisendörfer b73f61a137 Simplified module system
createModule got removed as it was unnecessary and caused issues by
doing its own cache checks independent of loadModule. Internal modules
are now the only globally cached modules, all other modules are only
cached by inheriting their parent modules cache.

Credits: Module specific cache and a few other diffs by Blaine Cook

431662d25c
http://romeda.org/blog/2010/01/hot-code-loading-in-nodejs.html
http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/1994
2010-02-04 14:08:39 -08:00
..
disabled Disable dns and fs-sendfile tests. 2010-02-03 10:05:24 -08:00
fixtures Fix require("../blah") issues 2009-12-22 17:22:12 +01:00
common.js Dependency free assert module with unit tests 2009-12-05 01:05:16 +01:00
test-assert.js Fix assert.js code style 2009-12-29 20:10:59 +01:00
test-buffered-file.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-byte-length.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-chdir.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-delayed-require.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-eio-race2.js libeio bugfix part 3 2010-01-06 01:27:31 -08:00
test-eio-race3.js libeio bugfix part 3 2010-01-06 01:27:31 -08:00
test-eio-race4.js Fix another problem with the EIO interface 2010-01-08 22:20:23 -08:00
test-eio-race.js Bugfix: libeio race condition 2009-12-29 19:11:04 +01:00
test-event-emitter-add-listeners.js API: Move Promise and EventEmitter into 'events' module 2010-01-15 12:46:08 -08:00
test-exception-handler.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-exec.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-file-cat-noexist.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-fs-stat.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-fs-write.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-http-1.0.js Bugfix: Don't use chunked encoding for 1.0 requests. 2009-12-05 08:37:46 +01:00
test-http-cat.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-http-chunked.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-http-client-race.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-http-client-reconnect-bug.js Bugfix: HTTP client automatically reconnecting 2010-01-27 09:34:45 -08:00
test-http-client-upload.js Add http.Client.prototype.request() 2009-12-06 18:36:32 +01:00
test-http-eof-on-connect.js test-http-eof-on-connect missing require('./common') 2010-01-20 10:06:44 -08:00
test-http-malformed-request.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-http-proxy.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-http-server.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-http-tls.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-http-wget.js don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget) 2009-12-23 22:24:29 +01:00
test-http.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-idle-watcher.js Add process.IdleWatcher 2010-01-18 10:12:04 -08:00
test-keep-alive.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-memory-usage.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-mkdir-rmdir.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-module-loading.js Simplified module system 2010-02-04 14:08:39 -08:00
test-multipart.js Bugfix: Handle Content-Type headers with charset 2010-01-29 18:04:48 -08:00
test-next-tick.js Add process.nextTick() 2010-01-18 10:32:36 -08:00
test-path.js Add tests for path module. 2010-01-09 00:31:51 -08:00
test-process-buffering.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-process-kill.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-process-mixin.js Make process.mixin copy over undefined values 2009-12-06 19:21:20 +01:00
test-process-simple.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-process-spawn-loop.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-promise-timeout.js Removed Promise.cancel() 2010-01-19 14:29:38 -08:00
test-promise-wait.js API: Move Promise and EventEmitter into 'events' module 2010-01-15 12:46:08 -08:00
test-promise.js Bug Fix: Late promise promise callbacks firing 2010-01-24 14:20:17 -08:00
test-querystring.js Add URL and QueryString modules, and tests for each. 2010-01-04 21:03:54 -08:00
test-readdir.js Fix require("../blah") issues 2009-12-22 17:22:12 +01:00
test-remote-module-loading.js Use "url" module instead of "uri" module in http.js. 2010-01-04 21:22:46 -08:00
test-signal-handler.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-stat-handler.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-sys.js Rename "Dynamic Property" to "Getter/Setter" in sys.inspect. 2010-01-03 21:15:21 -08:00
test-tcp-binary.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-many-clients.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-pingpong-delay.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-pingpong.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-reconnect.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-throttle-kernel-buffer.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-throttle.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-timeout.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-tcp-tls.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-timers.js Allow optional params to setTimeout, setInterval 2010-01-18 10:41:03 -08:00
test-umask.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-url.js Fix bug in the url module's url_parse method if 'parseQueryString' is true 2010-01-06 02:12:11 -08:00
test-utf8-scripts.js CommonJS testing for node.js 2009-12-05 01:05:16 +01:00
test-wait-ordering.js API: Move Promise and EventEmitter into 'events' module 2010-01-15 12:46:08 -08:00
testcfg.py Test runner should only run test-*.js 2009-11-17 15:05:10 +01:00