File tree Expand file tree Collapse file tree 1 file changed +117
-0
lines changed
Expand file tree Collapse file tree 1 file changed +117
-0
lines changed Original file line number Diff line number Diff line change 1+ # Tests
2+
3+ ### abort
4+
5+ Tests for when the `--abort-on-uncaught-exception` flag is used.
6+
7+ | Runs on CI |
8+ |:----------:|
9+ | No |
10+
11+ ### addons
12+
13+ Tests for [addon](https://nodejs.org/api/addons.html) functionality.
14+
15+ | Runs on CI |
16+ |:----------:|
17+ | Yes |
18+
19+ ### cctest
20+
21+ C++ test that is run as part of the build process.
22+
23+ | Runs on CI |
24+ |:----------:|
25+ | Yes |
26+
27+ ### debugger
28+
29+ Tests for [debugger](https://nodejs.org/api/debugger.html) functionality.
30+
31+ | Runs on CI |
32+ |:----------:|
33+ | No |
34+
35+ ### disabled
36+
37+ Tests that have been disabled from running for various reasons.
38+
39+ | Runs on CI |
40+ |:----------:|
41+ | No |
42+
43+ ### fixtures
44+
45+ Test fixtures used in various tests throughout the test suite.
46+
47+ ### gc
48+
49+ Tests for garbage collection related functionality.
50+
51+ | Runs on CI |
52+ |:----------:|
53+ | No |
54+
55+ ### internet
56+
57+ Tests that make real outbound connections (mainly networking related modules).
58+ Tests for networking related modules may also be present in other directories,
59+ but those tests do not make outbound connections.
60+
61+ | Runs on CI |
62+ |:----------:|
63+ | No |
64+
65+ ### known_issues
66+
67+ Tests reproducing known issues within the system.
68+
69+ | Runs on CI |
70+ |:----------:|
71+ | No |
72+
73+ ### message
74+
75+ Tests for messages that are output for various conditions (`console.log`,
76+ error messages etc.)
77+
78+ | Runs on CI |
79+ |:----------:|
80+ | Yes |
81+
82+ ### parallel
83+
84+ Various tests that are able to be run in parallel.
85+
86+ | Runs on CI |
87+ |:----------:|
88+ | Yes |
89+
90+ ### pummel
91+
92+ Various tests for various modules / system functionality operating under load.
93+
94+ | Runs on CI |
95+ |:----------:|
96+ | No |
97+
98+ ### sequential
99+
100+ Various tests that are run sequentially.
101+
102+ | Runs on CI |
103+ |:----------:|
104+ | Yes |
105+
106+ ### testpy
107+
108+ Test configuration utility used by various test suites.
109+
110+ ### timers
111+
112+ Tests for [timing utilities](https://nodejs.org/api/timers.html) (`setTimeout`
113+ and `setInterval`).
114+
115+ | Runs on CI |
116+ |:----------:|
117+ | No |
You can’t perform that action at this time.
0 commit comments