node/test/pummel
Rich Trott 1167171004 test: change calls to deprecated util.print()
common.print() is just util.print() and as such prints a deprecation
warning. Per docs, update to console.log().

PR-URL: https://github.com/nodejs/node/pull/3083
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
2015-09-30 22:19:52 +10:00
..
test-abort-fatal-error.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-child-process-spawn-loop.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-crypto-dh.js test: fix messages and use return to skip tests 2015-08-03 21:32:48 +05:30
test-dh-regr.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-dtrace-jsstack.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-exec.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-fs-watch-file-slow.js
test-fs-watch-file.js
test-fs-watch-non-recursive.js
test-http-client-reconnect-bug.js
test-http-many-keep-alive-connections.js test: don't use arguments.callee 2015-08-04 11:56:14 -07:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-https-large-response.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-https-no-reader.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-keep-alive.js test: fix use of common before required 2015-09-06 21:39:06 +10:00
test-net-connect-econnrefused.js
test-net-connect-memleak.js
test-net-many-clients.js test: change calls to deprecated util.print() 2015-09-30 22:19:52 +10:00
test-net-pause.js test: change calls to deprecated util.print() 2015-09-30 22:19:52 +10:00
test-net-pingpong-delay.js test: replace deprecated util.debug() calls 2015-09-30 22:19:52 +10:00
test-net-pingpong.js
test-net-throttle.js
test-net-timeout.js
test-net-timeout2.js
test-net-write-callbacks.js
test-next-tick-infinite-calls.js
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814.js
test-regress-GH-814_2.js
test-regress-GH-892.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-stream-pipe-multi.js
test-stream2-basic.js
test-timer-wrap.js
test-timer-wrap2.js
test-timers.js
test-tls-ci-reneg-attack.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-connect-memleak.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-securepair-client.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-server-large-request.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-session-timeout.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-throttle.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-vm-memleak.js
test-watch-file.js
testcfg.py