0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Trevor Norris 43b5215083 tls_wrap: do not abort on new TLSWrap()
Though the TLSWrap constructor is only called via TLSWrap::Wrap() (i.e.
tls_wrap.wrap()) internally, it is still exposed to JS. Don't allow the
application to abort by inspecting the instance before it has been
wrap'd by another handle.

PR-URL: https://github.com/nodejs/node/pull/6184
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-05-24 14:39:04 -06:00
..
abort
addons test: favor strictEqual() in addon test 2016-05-13 19:27:15 -07:00
cctest src: don't use locale-sensitive strcasecmp() 2016-05-05 00:28:25 +02:00
debugger test: move test-debugger-debug-brk to sequential 2016-05-16 13:38:31 -07:00
disabled test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
doctool test: refactor doctool tests 2016-05-15 18:11:43 -07:00
fixtures test: fix test-debugger-repl-term 2016-05-12 20:23:18 -07:00
gc benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
internet test: refactor test-tls-reuse-host-from-socket 2016-05-19 13:54:55 -07:00
known_issues test: make stdout buffer test more robust 2016-05-10 14:08:22 -07:00
message module: don't cache uninitialized builtins 2016-05-24 17:03:22 +02:00
parallel tls_wrap: do not abort on new TLSWrap() 2016-05-24 14:39:04 -06:00
pummel test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
sequential test: move test-debugger-debug-brk to sequential 2016-05-16 13:38:31 -07:00
testpy
timers benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
.eslintrc test,tools: limit lint tolerance of gc global 2016-04-28 19:22:16 -07:00
common.js child_process: allow buffer encoding in spawnSync 2016-05-24 09:59:11 -04:00
README.md test: fix another flaky stringbytes test 2016-04-06 06:22:40 -07:00

Tests

abort

Tests for when the --abort-on-uncaught-exception flag is used.

Runs on CI
No

addons

Tests for addon functionality along with some tests that require an addon to function properly.

Runs on CI
Yes

cctest

C++ test that is run as part of the build process.

Runs on CI
Yes

debugger

Tests for debugger functionality.

Runs on CI
No

disabled

Tests that have been disabled from running for various reasons.

Runs on CI
No

fixtures

Test fixtures used in various tests throughout the test suite.

gc

Tests for garbage collection related functionality.

Runs on CI
No

internet

Tests that make real outbound connections (mainly networking related modules). Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections.

Runs on CI
No

known_issues

Tests reproducing known issues within the system.

Runs on CI
No

message

Tests for messages that are output for various conditions (console.log, error messages etc.)

Runs on CI
Yes

parallel

Various tests that are able to be run in parallel.

Runs on CI
Yes

pummel

Various tests for various modules / system functionality operating under load.

Runs on CI
No

sequential

Various tests that are run sequentially.

Runs on CI
Yes

testpy

Test configuration utility used by various test suites.

timers

Tests for timing utilities (setTimeout and setInterval).

Runs on CI
No