test: move slow tests to test/pummel/
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 9 Sep 2013 08:57:09 +0000 (10:57 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 9 Sep 2013 09:05:40 +0000 (11:05 +0200)
Slowness being somewhat subjective but determined by running the
test suite a few times and picking off everything that consistently
clocks in at 2 seconds or more.

Honorable mention for simple/test-tls-server-large-request, it often
runs for 10 (!) seconds or more.

test/pummel/test-debug-break-on-uncaught.js [moved from test/simple/test-debug-break-on-uncaught.js with 100% similarity]
test/pummel/test-debugger-repl-break-in-module.js [moved from test/simple/test-debugger-repl-break-in-module.js with 100% similarity]
test/pummel/test-https-no-reader.js [moved from test/simple/test-https-no-reader.js with 100% similarity]
test/pummel/test-stream-pipe-multi.js [moved from test/simple/test-stream-pipe-multi.js with 100% similarity]
test/pummel/test-stream2-basic.js [moved from test/simple/test-stream2-basic.js with 100% similarity]
test/pummel/test-tls-securepair-client.js [moved from test/simple/test-tls-securepair-client.js with 100% similarity]
test/pummel/test-tls-server-large-request.js [moved from test/simple/test-tls-server-large-request.js with 100% similarity]