Commit 534bc82
test: name test files appropriately
Rename the tests appropriately alongside mentioning the subsystem.
Also, make a few basic changes to make sure the test conforms
to the standard test structure.
This renames:
- test-regress-GH-1531
- test-regress-GH-2245
- test-regress-GH-3238
- test-regress-GH-3542
- test-regress-GH-3739
- test-regress-GH-4256
PR-URL: #19212
Refs: #19105
Refs: https://github.com/nodejs/node/blob/master/doc/guides/writing-tests.md#test-structure
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent eaabbf4 commit 534bc82Copy full SHA for 534bc82
File tree
Expand file treeCollapse file tree
6 files changed
+31
-13
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
6 files changed
+31
-13
lines changedOpen diff view settings
Collapse file
test/parallel/test-regress-GH-3238.js …parallel/test-cluster-kill-disconnect.jstest/parallel/test-regress-GH-3238.js renamed to test/parallel/test-cluster-kill-disconnect.js test/parallel/test-regress-GH-3238.js renamed to test/parallel/test-cluster-kill-disconnect.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-kill-disconnect.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
3 | 9 | |
4 | 10 | |
5 | 11 | |
|
Collapse file
test/parallel/test-regress-GH-2245.js …allel/test-eval-strict-referenceerror.jstest/parallel/test-regress-GH-2245.js renamed to test/parallel/test-eval-strict-referenceerror.js test/parallel/test-regress-GH-2245.js renamed to test/parallel/test-eval-strict-referenceerror.js
Copy file name to clipboardExpand all lines: test/parallel/test-eval-strict-referenceerror.js+5-6Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | 3 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
10 | 9 | |
11 | 10 | |
12 | 11 | |
|
Collapse file
test/parallel/test-regress-GH-3739.js test/parallel/test-fs-existssync-false.jstest/parallel/test-regress-GH-3739.js renamed to test/parallel/test-fs-existssync-false.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-existssync-false.js+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
3 | 2 | |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
4 | 9 | |
5 | 10 | |
6 | 11 | |
7 | 12 | |
8 | | - |
9 | | - |
10 | 13 | |
11 | 14 | |
12 | 15 | |
|
Collapse file
test/parallel/test-regress-GH-3542.js …/parallel/test-fs-readfilesync-enoent.jstest/parallel/test-regress-GH-3542.js renamed to test/parallel/test-fs-readfilesync-enoent.js test/parallel/test-regress-GH-3542.js renamed to test/parallel/test-fs-readfilesync-enoent.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-readfilesync-enoent.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | 6 | |
6 | 7 | |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 | |
8 | 13 | |
9 | 14 | |
|
Collapse file
test/parallel/test-regress-GH-1531.js test/parallel/test-http-request-agent.jstest/parallel/test-regress-GH-1531.js renamed to test/parallel/test-http-request-agent.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-request-agent.js+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | 4 | |
9 | 5 | |
10 | 6 | |
11 | 7 | |
12 | 8 | |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
13 | 13 | |
14 | 14 | |
15 | 15 | |
|
Collapse file
test/parallel/test-regress-GH-4256.js …parallel/test-process-domain-segfault.jstest/parallel/test-regress-GH-4256.js renamed to test/parallel/test-process-domain-segfault.js test/parallel/test-regress-GH-4256.js renamed to test/parallel/test-process-domain-segfault.js
Copy file name to clipboardExpand all lines: test/parallel/test-process-domain-segfault.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
24 | 29 | |
25 | 30 | |
26 | 31 | |
|
0 commit comments