0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/async-hooks
Artur Hayrapetyan 2a1492a00d test: move tick.js from test/async-hooks to test/common
PR-URL: https://github.com/nodejs/node/pull/23551
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2018-10-15 07:41:12 +02:00
..
async-hooks.status Revert "test: mark async-hooks/test-callback-error as flaky" 2018-09-05 12:39:43 +02:00
coverage.md test,doc: adjust async-hooks coverage doc for lint 2018-08-12 15:30:10 -07:00
hook-checks.js
init-hooks.js
test-async-await.js test: remove string literal message in assertions 2018-09-16 20:37:27 -07:00
test-callback-error.js test: fix flaky async-hooks/test-callback-error 2018-09-05 12:39:42 +02:00
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: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-getnameinforeqwrap.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-graph.fsreq-readFile.js src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACK 2018-08-01 15:07:14 -04:00
test-graph.http.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-10-10 08:45:56 +02: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 test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-httpparser.response.js test: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02: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: move tick.js from test/async-hooks to test/common 2018-10-15 07:41:12 +02:00
test-promise.chain-promise-before-init-hooks.js
test-promise.js
test-promise.promise-before-init-hooks.js
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 test: remove custom AsyncHooksTestConfiguration 2018-07-30 23:50:17 -04:00
verify-graph.js