0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Trevor Norris 86c0745a5e process: streamlining tick callback logic
* Callbacks from spinner now calls its own function, separate from the
  tickCallback logic
* MakeCallback will call a domain specific function if a domain is
  detected
* _tickCallback assumes no domains, until nextTick receives a callback
  with a domain. After that _tickCallback is overridden with the domain
  specific implementation.
* _needTickCallback runs in startup() instead of nextTick (isaacs)
* Fix bug in _fatalException where exit would be called twice (isaacs)
* Process.domain has a default value of null
* Manually track nextTickQueue.length (will be useful later)
* Update tests to reflect internal api changes
2013-02-15 18:13:01 -08:00
..
addons addon: Pass module object to NODE_MODULE init function 2013-01-25 14:25:35 -08:00
disabled
fixtures
gc
internet test: move simple/test-http-dns-fail to test/internet 2013-01-28 12:41:56 +01:00
message process: streamlining tick callback logic 2013-02-15 18:13:01 -08:00
pummel net: don't suppress ECONNRESET 2013-02-11 12:31:21 -08:00
simple process: streamlining tick callback logic 2013-02-15 18:13:01 -08:00
common.js test: fix common.mustCall 2013-02-11 13:37:33 +01:00