node/test/pummel
Vse Mozhet Byt bc99efc973 test: simplify test skipping
* Make common.skip() exit.

  Also add common.printSkipMessage() for partial skips.

* Don't make needless things before skip

PR-URL: https://github.com/nodejs/node/pull/14021
Fixes: https://github.com/nodejs/node/issues/14016
Reviewed-By: Refael Ackermann <refack@gmail.com>
2017-07-19 15:02:06 -04:00
..
test-abort-fatal-error.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-child-process-spawn-loop.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-crypto-dh.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-crypto-timing-safe-equal-benchmarks.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-dh-regr.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-dtrace-jsstack.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-exec.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-fs-watch-file-slow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-fs-watch-file.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-fs-watch-non-recursive.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-hash-seed.js test: verify hash seed uniqueness 2017-07-10 23:10:12 +01:00
test-http-client-reconnect-bug.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-http-many-keep-alive-connections.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-http-upload-timeout.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-https-ci-reneg-attack.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-https-large-response.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-https-no-reader.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-keep-alive.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-net-connect-econnrefused.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-connect-memleak.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-many-clients.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-pause.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-pingpong-delay.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-net-pingpong.js test: fix RegExp nits 2017-06-21 22:44:23 +02:00
test-net-throttle.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-timeout.js test: remove unneeded string splitting 2017-05-15 13:49:45 +02:00
test-net-timeout2.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-write-callbacks.js benchmark,lib,test: use braces for multiline block 2017-07-18 19:57:15 +02:00
test-next-tick-infinite-calls.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-cpuUsage.js
test-process-hrtime.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-process-uptime.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-regress-GH-814.js test: replace indexOf with includes and startsWith 2017-07-19 15:01:59 -04:00
test-regress-GH-814_2.js test: replace indexOf with includes and startsWith 2017-07-19 15:01:59 -04:00
test-regress-GH-892.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-stream-pipe-multi.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timer-wrap.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timer-wrap2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-timers.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-tls-ci-reneg-attack.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-tls-connect-memleak.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-tls-securepair-client.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-tls-server-large-request.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-tls-session-timeout.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-tls-throttle.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-vm-memleak.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-race.js vm: fix race condition with timeout param 2017-05-28 07:00:37 -07:00
test-watch-file.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py