0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/fixtures
Refael Ackermann af3aa682ac util: add callbackify
Add `util.callbackify(function)` for creating callback style functions
from functions returning a `Thenable`

PR-URL: https://github.com/nodejs/node/pull/12712
Fixes: https://github.com/nodejs/CTC/issues/109
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-06-10 22:49:28 -04:00
..
0-dns test: add script to create 0-dns-cert.pem 2017-03-10 17:17:28 +09:00
b meta: restore original copyright header 2017-03-10 11:23:48 -08:00
break-in-module meta: restore original copyright header 2017-03-10 11:23:48 -08:00
clustered-server test: refactor test-debug-signal-cluster 2016-08-29 18:53:29 -07:00
cycles meta: restore original copyright header 2017-03-10 11:23:48 -08:00
empty
global meta: restore original copyright header 2017-03-10 11:23:48 -08:00
internal-modules
json-with-directory-name-module meta: restore original copyright header 2017-03-10 11:23:48 -08:00
keys test: add script to create 0-dns-cert.pem 2017-03-10 17:17:28 +09:00
module-load-order meta: restore original copyright header 2017-03-10 11:23:48 -08:00
module-require test: use const for all require() calls 2017-01-02 18:28:18 -05:00
module-require-depth
module-require-symlink test: improvements in test fixtures symlinked 2016-12-13 16:29:44 -05:00
nested-index meta: restore original copyright header 2017-03-10 11:23:48 -08:00
node_modules meta: restore original copyright header 2017-03-10 11:23:48 -08:00
packages meta: restore original copyright header 2017-03-10 11:23:48 -08:00
require-bin
syntax
test-init-index meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-init-native meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-module-loading-globalpaths test: add test for loading from global folders 2017-03-11 22:08:18 +00:00
uncaught-exceptions util: add callbackify 2017-06-10 22:49:28 -04:00
.empty-hidden-repl-history-file repl: support hidden history file on Windows 2017-04-20 13:18:42 +02:00
.empty-repl-history-file
.node_repl_history
a1.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
a.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
agent.crt
agent.key
alice.crt
baz.js test: update test-repl-require for local paths 2016-03-29 21:39:26 +02:00
breakpoints_utf8.js
breakpoints.js test: fix test-debugger-repl-term 2016-05-12 20:23:18 -07:00
catch-stdout-error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
cert.pem
child_process_should_emit_error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
child-process-message-and-exit.js
child-process-persistent.js
child-process-spawn-node.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
cluster-preload-test.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
cluster-preload.js test: refactor cluster-preload.js 2017-01-10 16:57:48 -05:00
create-file.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
crypto-timing-safe-equal-benchmark-func.js test: make crypto.timingSafeEqual test less flaky 2016-09-11 21:06:10 -07:00
debugger-repeat-last.js debugger: run last command on presssing enter 2016-04-14 10:53:07 -07:00
debugger-util-regression-fixture.js node_contextify: do not incept debug context 2016-02-05 15:40:56 -08:00
define-global.js
deprecated-userland-class.js util: fix deprecated class prototype 2016-08-17 18:27:22 -07:00
deprecated-userland-function.js
deprecated-userland-subclass.js util: support classes in util.deprecate() 2016-08-04 11:44:40 -04:00
deprecated.js
destroy-stdin.js
dherror.pem
doc_inc_1.md tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
doc_inc_2.md tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
doc_with_includes.md tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
doc_with_yaml.md doc: change broken fg(1) links to fg(1p) 2017-02-24 02:43:25 +01:00
echo-close-check.js test: add hijackStdout and hijackStderr 2017-06-09 13:57:24 -04:00
echo.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
elipses.txt
empty.js
empty.txt
exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
exports-function-with-param.js
failmustcall1.js test: add mustCallAtLeast 2017-05-19 15:22:44 -04:00
failmustcall2.js test: add mustCallAtLeast 2017-05-19 15:22:44 -04:00
file-to-read-with-bom.txt test: ensure stream preprocessing order 2016-07-27 13:56:55 +02:00
file-to-read-without-bom.txt test: ensure stream preprocessing order 2016-07-27 13:56:55 +02:00
fixture.ini
foafssl.crt
foafssl.key
foo
GH-892-request.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
GH-1899-output.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
google_ssl_hello.bin
invalid.json
is-object.js test: add known issue test for #7788 2016-07-20 13:01:42 -04:00
listen-on-socket-and-exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
loop.js inspector: introduce a smoke test 2016-09-19 12:40:16 -07:00
module-loading-error.node
msca.pem
multi-alice.crt
net-fd-passing-receiver.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
not-main-module.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
old-repl-history-file.json
openssl_fips_disabled.cnf crypto: Improve control of FIPS mode 2016-02-25 15:06:41 -05:00
openssl_fips_enabled.cnf crypto: Improve control of FIPS mode 2016-02-25 15:06:41 -05:00
order_of_end_tags_5873.md tools: add tests for the doctool 2016-04-29 00:45:49 +02:00
parent-process-nonpersistent.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
pass-cert.pem
pass-csr.pem
pass-key.pem
path-resolve.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
person.jpg test: strip non-free icc profile from person.jpg 2016-03-21 23:20:43 -07:00
person.jpg.gz test: strip non-free icc profile from person.jpg 2016-03-21 23:20:43 -07:00
print-10-lines.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
print-chars-from-buffer.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
print-chars.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
printA.js
printB.js
printC.js
pseudo-multimember-gzip.gz zlib: Fix handling of gzip magic bytes mid-file 2016-03-23 13:04:19 -04:00
pseudo-multimember-gzip.z zlib: Fix handling of gzip magic bytes mid-file 2016-03-23 13:04:19 -04:00
pss-vectors.json crypto: add sign/verify support for RSASSA-PSS 2017-04-01 13:27:52 +02:00
raw-key.pem doc: rework tls for accuracy and clarity 2016-12-12 08:15:58 -08:00
recvfd.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
registerExt2.test
registerExt.hello.world
registerExt.test
sample_document.md tools: add tests for the doctool 2016-04-29 00:45:49 +02:00
sample.png
semicolon.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
should_exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
spawn_closed_stdio.py src: ensure that fd 0-2 are valid on windows 2017-03-20 20:48:14 +01:00
spkac.fail
spkac.pem
spkac.valid
stdio-filter.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test_bad_rsa_privkey.pem
test_ca.pem
test_cert.pem
test_cert.pfx
test_dsa_params.pem
test_dsa_privkey_encrypted.pem
test_dsa_privkey.pem
test_dsa_pubkey.pem
test_key.pem
test_rsa_privkey_2.pem
test_rsa_privkey_encrypted.pem
test_rsa_privkey.pem
test_rsa_pubkey_2.pem
test_rsa_pubkey.pem
test-error-first-line-offset.js
test-fs-readfile-error.js fs: Revert throw on invalid callbacks 2017-05-20 10:21:34 -04:00
test-regress-GH-4015.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
throws_error1.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error3.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error4.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error5.js
throws_error6.js
throws_error7.js
throws_error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
tls-connect.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
tls-session-ticket.txt
url-idna.js url: update IDNA handling 2017-06-06 23:33:56 -07:00
url-searchparams.js url: spec-compliant URLSearchParams parser 2017-03-21 17:27:11 -07:00
url-setter-tests-additional.js url: enforce valid UTF-8 in WHATWG parser 2017-02-28 18:39:20 -08:00
url-setter-tests.js url: update WHATWG URL API to latest spec 2017-04-24 16:36:03 -07:00
url-tests-additional.js url: enforce valid UTF-8 in WHATWG parser 2017-02-28 18:39:20 -08:00
url-tests.js url: expose WHATWG url.origin as ASCII 2017-05-25 10:32:26 -07:00
url-toascii.js url: update IDNA handling 2017-06-06 23:33:56 -07:00
utf8-bom.js
utf8-bom.json
vm-run-in-debug-context.js
warnings.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
x1024.txt
x.txt