0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
nodejs/test/pummel
Trevor Norris 5757642e91 node: allow nextTick infinite recursion
Removing the depth counter while processing the nextTickQueue made it
possible to run out of memory if in an infinite recursive loop using
nextTick(). There was also an edge case where too many callbacks were
pushed onto the nextTickQueue, while not actually being recursive.

This is being done to prevent possible cryptic FATAL ERROR messages from
popping up, and issues being posted about them.
2013-11-21 15:01:53 -08:00
..
pummel.status
test-buffer-big.js
test-child-process-spawn-loop.js
test-crypto-dh.js
test-debug-break-on-uncaught.js test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
test-debugger-debug-brk.js
test-debugger-repl-break-in-module.js test: update require path after file move 2013-10-01 02:55:32 +02:00
test-dh-regr.js
test-dtrace-jsstack.js
test-exec.js
test-fs-largefile.js
test-fs-watch-file-slow.js
test-fs-watch-file.js
test-fs-watch-non-recursive.js fs: make fs.watch() non-recursive by default 2013-11-05 08:27:05 +01:00
test-http-client-reconnect-bug.js
test-http-many-keep-alive-connections.js test: move slow test from simple/ to pummel/ 2013-09-05 21:04:31 +02:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js
test-https-large-response.js
test-https-no-reader.js test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
test-keep-alive.js
test-net-connect-econnrefused.js
test-net-connect-memleak.js
test-net-many-clients.js
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js
test-net-throttle.js
test-net-timeout2.js
test-net-timeout.js
test-net-write-callbacks.js
test-next-tick-infinite-calls.js node: allow nextTick infinite recursion 2013-11-21 15:01:53 -08:00
test-next-tick-loops-quick.js
test-postmortem-findjsobjects.js test: use proper findjsobjects output format 2013-10-10 15:45:25 -07:00
test-postmortem-jsstack.js
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js
test-smalloc-alloc-segfault.js test: move smalloc segfault tests to pummel 2013-08-30 13:55:53 -07:00
test-smalloc-dispose-segfault.js test: move smalloc segfault tests to pummel 2013-08-30 13:55:53 -07:00
test-smalloc-sliceonto-segfault.js test: move smalloc segfault tests to pummel 2013-08-30 13:55:53 -07:00
test-stream2-basic.js test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
test-stream-pipe-multi.js test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
test-timer-wrap2.js
test-timer-wrap.js test: update tests after internal api change 2013-08-15 22:20:15 +02:00
test-timers.js
test-tls-ci-reneg-attack.js
test-tls-connect-memleak.js
test-tls-securepair-client.js test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
test-tls-server-large-request.js test: move slow tests to test/pummel/ 2013-09-09 11:05:40 +02:00
test-tls-session-timeout.js
test-tls-throttle.js
test-vm-memleak.js contextify: fix ContextifyContext leak 2013-09-15 00:56:11 +04:00
test-watch-file.js
testcfg.py