Lines Matching +full:integration +full:- +full:tests
1 # Node.js Core Tests
5 For a detailed guide on how to write tests in this
6 directory, see [the guide on writing tests](../doc/guides/writing-tests.md).
8 On how to run tests in this directory, see
9 [the contributing guide](../doc/guides/contributing/pull-requests.md#step-6-test).
11 For the tests to run on Windows, be sure to clone Node.js source code with the
17 | ---------------- | ---------- | --------------- |
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) functionalit…
20 | `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) f…
22 | `cctest` | Yes | C++ tests that are run as part of the build process. |
23 | `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. |
24 | `common` | | Common modules shared among many tests. [Documentation](./common/R…
25 | `doctool` | Yes | Tests for the documentation generator. |
26 | `es-module` | Yes | Test ESM module loading. |
27 | `fixtures` | | Test fixtures used in various tests throughout the test suite…
28 … | Tests that make real outbound network connections. Tests for networking related modules may al…
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…
33 | `parallel` | Yes | Various tests that are able to be run in parallel. |
34 | `pseudo-tty` | Yes | Tests that require stdin/stdout/stderr to be a TTY. |
35 | `pummel` | No | Various tests for various modules / system functionality operating…
36 | `sequential` | Yes | Various tests that must not run in parallel. |
38 …-processor` | No | Tests for the V8 tick processor integration. The tests are for the logic…
39 | `v8-updates` | No | Tests for V8 performance integration. |