Lines Matching refs:Tests
1 # Node.js Core Tests
18 | `abort` | Yes | Tests that use `--abort-on-uncaught-exception` and other situatio…
19 | `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionali…
20 | `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) f…
23 | `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. |
25 | `doctool` | Yes | Tests for the documentation generator. |
28 | `internet` | No | Tests that make real outbound network connections. Tests for netwo…
29 | `js-native-api` | Yes | Tests for Node.js-agnostic [n-api](https://nodejs.org/api/n-api.ht…
30 | `known_issues` | Yes | Tests reproducing known issues within the system. All tests inside…
31 | `message` | Yes | Tests for messages that are output for various conditions (`consol…
32 | `node-api` | Yes | Tests for Node.js-specific [n-api](https://nodejs.org/api/n-api.ht…
34 | `pseudo-tty` | Yes | Tests that require stdin/stdout/stderr to be a TTY. |
38 | `tick-processor` | No | Tests for the V8 tick processor integration. The tests are for the…
39 | `v8-updates` | No | Tests for V8 performance integration. |