node/test/async-hooks
Anna Henningsen aa943d098e http: make parser choice a runtime flag
Add a `--http-parser=llhttp` vs `--http-parser=traditional`
command line switch, to make testing and comparing the new
llhttp-based implementation easier.

PR-URL: https://github.com/nodejs/node/pull/24739
Refs: https://github.com/nodejs/node/issues/24730
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
2018-12-06 05:21:36 +01:00
..
async-hooks.status
coverage.md
hook-checks.js
init-hooks.js test: fix uses of deprecated assert.fail with multiple args 2018-11-10 11:45:41 -05:00
test-async-await.js test: remove unused parameters in function definition 2018-11-12 14:18:06 -08:00
test-callback-error.js
test-crypto-pbkdf2.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-crypto-randomBytes.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-disable-in-init.js
test-embedder.api.async-resource-no-type.js
test-embedder.api.async-resource.after-on-destroyed.js
test-embedder.api.async-resource.before-on-destroyed.js
test-embedder.api.async-resource.improper-order.js
test-embedder.api.async-resource.improper-unwind.js benchmark,doc,lib,src,test,tools: fix typos 2018-10-09 16:53:12 +03:00
test-embedder.api.async-resource.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-embedder.api.async-resource.runInAsyncScope.js
test-emit-before-after.js
test-emit-init.js
test-enable-disable.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-enable-in-init.js
test-fseventwrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-fsreqcallback-access.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-fsreqcallback-readFile.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-getaddrinforeqwrap.js test: remove unused function arguments in async-hooks tests 2018-11-16 11:17:30 -08:00
test-getnameinforeqwrap.js test: remove unused function arguments in async-hooks tests 2018-11-16 11:17:30 -08:00
test-graph.fsreq-readFile.js
test-graph.http.js http,https: protect against slow headers attack 2018-11-28 11:36:34 +11:00
test-graph.intervals.js
test-graph.pipe.js
test-graph.pipeconnect.js
test-graph.shutdown.js
test-graph.signal.js
test-graph.statwatcher.js
test-graph.tcp.js
test-graph.timeouts.js
test-graph.tls-write.js
test-httpparser.request.js http: make parser choice a runtime flag 2018-12-06 05:21:36 +01:00
test-httpparser.response.js http: make parser choice a runtime flag 2018-12-06 05:21:36 +01:00
test-immediate.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-net-get-connections.js
test-nexttick-default-trigger.js
test-no-assert-when-disabled.js
test-pipeconnectwrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-pipewrap.js test: use destructuring and remove unused arguments 2018-11-16 19:23:42 -08:00
test-promise.chain-promise-before-init-hooks.js test: remove unused function arguments in async-hooks tests 2018-11-18 23:31:35 -08:00
test-promise.js test: remove unused function arguments in async-hooks tests 2018-11-18 23:31:35 -08:00
test-promise.promise-before-init-hooks.js test: remove unused function arguments in async-hooks tests 2018-11-18 23:31:35 -08:00
test-querywrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-queue-microtask.js lib: implement queueMicrotask 2018-09-23 15:57:19 -05:00
test-shutdownwrap.js
test-signalwrap.js
test-statwatcher.js
test-tcpwrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-timers.setInterval.js
test-timers.setTimeout.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-tlswrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-ttywrap.readstream.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-ttywrap.writestream.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-udpsendwrap.js
test-udpwrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-writewrap.js
test-zlib.zlib-binding.deflate.js zlib: move process.binding('zlib') to internalBinding 2018-10-12 14:57:16 -07:00
testcfg.py
verify-graph.js