node/test/fixtures
James M Snell 24def19417
url: adding WHATWG URL support
Implements WHATWG URL support. Example:

```
var u = new url.URL('http://example.org');
```

Many, many other commits improving the implementation have been squashed
into this backport PR. They are not listed separately here for brevity.

Backport-PR-URL: https://github.com/nodejs/node/pull/17365
PR-URL: https://github.com/nodejs/node/pull/7448
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
2018-02-12 19:28:11 -05:00
..
0-dns crypto: fix Node_SignFinal 2017-10-25 04:09:43 -04:00
b test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
break-in-module Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
clustered-server test: refactor test-debug-signal-cluster 2016-09-09 11:06:10 -04:00
cycles Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
empty
global Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
internal-modules iojs: introduce internal modules 2015-03-25 22:12:18 +03:00
json-with-directory-name-module Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
keys test: add script to create 0-dns-cert.pem 2017-04-18 20:02:04 -04:00
module-load-order Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
module-require module: fix resolution of filename with trailing slash 2016-04-26 12:16:26 -07:00
module-require-depth module: cache stat() results more aggressively 2016-01-12 12:35:11 -08:00
module-require-symlink test: improvements in test fixtures symlinked 2017-01-31 17:07:46 -05:00
nested-index Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
node_modules test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
packages test: invalid package.json causes error when require()ing in directory 2016-12-26 19:43:51 +01:00
require-bin module: fix regression in require ../ 2014-12-11 10:18:00 +01:00
syntax src: wrap source before doing syntax check 2015-10-29 13:08:32 -05:00
test-init-index Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-init-native Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-module-loading-globalpaths test: add test for loading from global folders 2017-04-18 20:02:04 -04:00
uncaught-exceptions
.empty-hidden-repl-history-file repl: support hidden history file on Windows 2017-07-11 17:43:44 +01:00
.empty-repl-history-file repl: Fixed node repl history edge case. 2015-12-22 13:29:28 -05:00
.node_repl_history test: add tests for persistent repl history 2015-08-04 11:56:18 -07:00
a.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -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.js test: fix test-debugger-repl-term 2016-05-17 08:51:50 -05:00
breakpoints_utf8.js
catch-stdout-error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
cert.pem
child-process-message-and-exit.js
child-process-persistent.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
child-process-spawn-node.js
child_process_should_emit_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
cluster-preload-test.js test: replace string concatenation with template 2017-11-28 13:11:03 +09:00
cluster-preload.js test: refactor cluster-preload.js 2017-03-08 17:11:12 -08:00
create-file.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
crypto-timing-safe-equal-benchmark-func.js test: make crypto.timingSafeEqual test less flaky 2016-09-13 17:04:45 -07:00
debug-target.js
debug-uncaught-async.js test: increase _debugger coverage 2016-09-13 17:04:42 -07:00
debug-uncaught.js test: add uncaught exception test for debugger 2016-08-20 10:00:17 -05:00
debugger-repeat-last.js debugger: run last command on presssing enter 2016-04-26 12:16:05 -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 node: allow preload modules with -i 2016-01-18 10:57:45 -06:00
deprecated-userland-class.js util: fix deprecated class prototype 2016-08-20 10:02:24 -05:00
deprecated-userland-function.js util: prepend '(node) ' to deprecation messages 2015-07-03 16:32:29 +02:00
deprecated-userland-subclass.js util: support classes in util.deprecate() 2016-08-10 12:31:02 -04:00
deprecated.js util: Remove p, has been deprecated for years 2015-10-19 20:52:56 +02:00
destroy-stdin.js
dherror.pem
doc_inc_1.md tools: make sure doctool anchors respect includes 2016-06-02 22:40:46 +10:00
doc_inc_2.md tools: make sure doctool anchors respect includes 2016-06-02 22:40:46 +10:00
doc_with_includes.md tools: make sure doctool anchors respect includes 2016-06-02 22:40:46 +10:00
doc_with_yaml.md tools: allow multiple added: version entries 2016-05-17 08:15:05 -05:00
echo-close-check.js win,test: fix test-stdin-from-file 2015-03-05 15:30:52 +01:00
echo.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
elipses.txt
empty.js
empty.txt
exit.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
exports-function-with-param.js test: add test for debugging one line files 2015-12-16 10:08:43 -05:00
failmustcall1.js test: add mustCallAtLeast 2017-08-15 20:57:19 -07:00
failmustcall2.js test: add mustCallAtLeast 2017-08-15 20:57:19 -07:00
file-to-read-with-bom.txt test: ensure stream preprocessing order 2016-08-10 11:20:24 -04:00
file-to-read-without-bom.txt test: ensure stream preprocessing order 2016-08-10 11:20:24 -04:00
fixture.ini
foafssl.crt
foafssl.key
foo
GH-892-request.js test: s/assert.equal/assert.strictEqual/ 2017-04-18 20:01:52 -04:00
GH-1899-output.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
google_ssl_hello.bin tls: add options argument to createSecurePair 2015-10-17 11:53:45 -04:00
guess-hash-seed.js test: replace string concatenation with template 2017-11-28 13:11:03 +09:00
invalid.json
is-object.js test: add known issue test for #7788 2016-07-21 07:09:23 -05:00
listen-on-socket-and-exit.js test: only refresh tmpDir for tests that need it 2015-06-13 22:27:17 -07:00
loop.js test: change concatenated string to template 2017-11-28 13:11:04 +09:00
module-loading-error.node
msca.pem
multi-alice.crt
net-fd-passing-receiver.js test: change concatenated string to template 2017-11-28 13:11:04 +09:00
not-main-module.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
old-repl-history-file.json test: add tests for persistent repl history 2015-08-04 11:56:18 -07:00
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-05-03 20:20:33 -04:00
parent-process-nonpersistent.js
pass-cert.pem
pass-csr.pem
pass-key.pem test: stronger crypto in test fixtures 2015-11-13 10:22:42 -08:00
path-resolve.js path: fallback to process cwd when resolving drive cwd 2016-10-11 12:27:11 -04:00
path.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -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 test: change string concatenation to template 2017-11-28 13:11:04 +09:00
print-chars-from-buffer.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
print-chars.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
printA.js src: add -r/--require flags for preloading modules 2015-03-19 21:42:16 +11:00
printB.js src: add -r/--require flags for preloading modules 2015-03-19 21:42:16 +11:00
printC.js src: add -r/--require flags for preloading modules 2015-03-19 21:42:16 +11:00
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-10-25 04:09:42 -04:00
raw-key.pem doc: rework tls for accuracy and clarity 2017-01-31 17:07:45 -05:00
recvfd.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
registerExt.hello.world
registerExt.test
registerExt2.test
repl-load-multiline.js repl: force editorMode in .load 2017-10-25 04:09:42 -04:00
sample.png
sample_document.md tools: add tests for the doctool 2016-05-03 20:20:33 -04:00
semicolon.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
should_exit.js test: fix timing issue in signal test 2015-03-23 00:55:34 +01:00
spawn_closed_stdio.py src: ensure that fd 0-2 are valid on windows 2017-04-18 20:02:13 -04:00
spkac.fail
spkac.pem
spkac.valid
stdio-filter.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-error-first-line-offset.js module: fix column offsets in errors 2015-11-20 16:26:24 -05:00
test-fs-readfile-error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
test-regress-GH-4015.js
test_bad_rsa_privkey.pem crypto: check for OpenSSL errors when signing 2015-08-17 21:38:12 -07:00
test_ca.pem
test_cert.pem
test_cert.pfx test: stronger crypto in test fixtures 2015-11-13 10:22:42 -08:00
test_dsa_params.pem
test_dsa_privkey.pem test: stronger crypto in test fixtures 2015-11-13 10:22:42 -08:00
test_dsa_privkey_encrypted.pem test: stronger crypto in test fixtures 2015-11-13 10:22:42 -08:00
test_dsa_pubkey.pem test: stronger crypto in test fixtures 2015-11-13 10:22:42 -08:00
test_key.pem
test_rsa_privkey.pem
test_rsa_privkey_2.pem
test_rsa_privkey_encrypted.pem test: stronger crypto in test fixtures 2015-11-13 10:22:42 -08:00
test_rsa_pubkey.pem
test_rsa_pubkey_2.pem
throws_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error1.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error2.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error3.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error4.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throws_error5.js src: fix buffer overflow for long exception lines 2015-09-06 21:38:07 +10:00
throws_error6.js src: use standard conform snprintf on windows 2015-09-06 21:38:08 +10:00
throws_error7.js src: don't print garbage errors 2015-12-05 11:15:49 -05:00
tls-connect.js test: simplify test skipping 2017-09-05 12:49:51 -04:00
tls-session-ticket.txt
url-idna.js url: update IDNA handling 2018-02-12 19:28:10 -05:00
url-searchparams.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
url-setter-tests-additional.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
url-setter-tests.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
url-tests-additional.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
url-tests.js url: adding WHATWG URL support 2018-02-12 19:28:11 -05:00
url-tests.json test: add failing url parse tests as known_issue 2016-05-03 20:20:40 -04:00
url-toascii.js url: update IDNA handling 2018-02-12 19:28:10 -05:00
utf8-bom.js
utf8-bom.json
vm-run-in-debug-context.js vm: fix crash on fatal error in debug context 2015-03-22 20:07:49 +01:00
warnings.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
x.txt
x1024.txt