| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 94746d6 commit 7a7c194
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,9 +16,13 @@ GitHub with the `autocrlf` git config flag set to true. | |||
| 16 | 16 | |Directory |Runs on CI |Purpose | | |
| 17 | 17 | |-------------------|---------------|---------------| | |
| 18 | 18 | |abort |Yes |Tests for when the ``` --abort-on-uncaught-exception ``` flag is used.| | |
| 19 | - |addons |Yes |Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon to function properly.| | ||
| 20 | - |cctest |Yes |C++ test that is run as part of the build process.| | ||
| 19 | + |addons |Yes |Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon to function properly.| | ||
| 20 | + |addons-napi |Yes |Tests for [n-api](https://nodejs.org/api/n-api.html) functionality.| | ||
| 21 | + |async-hooks |Yes |Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality.| | ||
| 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.| | ||
| 21 | 24 | |common | |Common modules shared among many tests. [Documentation](./common/README.md)| | |
| 25 | + |doctool |Yes |Tests for the documentation generator.| | ||
| 22 | 26 | |es-module |Yes |Test ESM module loading.| | |
| 23 | 27 | |fixtures | |Test fixtures used in various tests throughout the test suite.| | |
| 24 | 28 | |internet |No |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.| | |
@@ -30,7 +34,7 @@ GitHub with the `autocrlf` git config flag set to true. | |||
| 30 | 34 | |sequential |Yes |Various tests that are run sequentially.| | |
| 31 | 35 | |testpy | |Test configuration utility used by various test suites.| | |
| 32 | 36 | |tick-processor |No |Tests for the V8 tick processor integration. The tests are for the logic in ```lib/internal/v8_prof_processor.js``` and ```lib/internal/v8_prof_polyfill.js```. The tests confirm that the profile processor packages the correct set of scripts from V8 and introduces the correct platform specific logic.| | |
| 33 | - |timers |No |Tests for [timing utilities](https://nodejs.org/api/timers.html) (```setTimeout``` and ```setInterval```).| | ||
| 37 | + |v8-updates |No |Tests for V8 performance integration.| | ||
| 34 | 38 | ||
| 35 | 39 | _When a new test directory is added, make sure to update the `CI_JS_SUITES` | |
| 36 | 40 | variable in the `Makefile` and the `js_test_suites` variable in | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1540,9 +1540,7 @@ def PrintCrashed(code): | |||
| 1540 | 1540 | 'doctool', | |
| 1541 | 1541 | 'internet', | |
| 1542 | 1542 | 'pummel', | |
| 1543 | - 'test-known-issues', | ||
| 1544 | 1543 | 'tick-processor', | |
| 1545 | - 'timers', | ||
| 1546 | 1544 | 'v8-updates' | |
| 1547 | 1545 | ] | |
| 1548 | 1546 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments