0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/sequential
Daniel Bevenius 1402fef098 test: make tests pass when configured without-ssl
Currently when node is build --without-ssl and the test are run,
there are a number of failing test due to tests expecting crypto
support to be available. This commit fixes fixes the failure and
instead skips the tests that expect crypto to be available.

PR-URL: https://github.com/nodejs/node/pull/11631
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2017-03-04 20:16:52 +01:00
..
sequential.status
test-buffer-creation-regression.js
test-child-process-emfile.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-child-process-execsync.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-child-process-fork-getconnections.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-child-process-pass-fd.js
test-crypto-timing-safe-equal.js
test-debug-host-port.js
test-debugger-debug-brk.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
test-deprecation-flags.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-dgram-pingpong.js
test-fs-readfile-tostring-fail.js test: move resource intensive test to sequential 2017-01-11 17:18:13 -08:00
test-fs-watch.js
test-http-regr-gh-2928.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-http-server-consumed-timeout.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-init.js
test-module-loading.js test: add regex check to test-module-loading 2017-02-21 09:09:53 +00:00
test-net-GH-5504.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-net-server-address.js test: add common.mustNotCall() 2017-02-06 14:07:55 -05:00
test-next-tick-error-spin.js
test-pipe.js
test-process-warnings.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-regress-GH-784.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-regress-GH-877.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-regress-GH-1697.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-regress-GH-1726.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-regress-GH-4015.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-regress-GH-4027.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-repl-timeout-throw.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-require-cache-without-stat.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-stream2-fs.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-stream2-stderr-sync.js test: s/assert.equal/assert.strictEqual/ 2017-01-11 14:19:26 +00:00
test-timers-blocking-callback.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-util-debug.js
test-vm-timeout-rethrow.js test: fix flaky test-vm-timeout-rethrow 2017-02-24 14:56:07 -08:00
testcfg.py