Commit 1091b86
test: remove common.fail()
common.fail() was added to paste over issues with assert.fail() function
signature. assert.fail() has been updated to accept a single argument so
common.fail() is no longer necessary.
Backport-PR-URL: #15479
PR-URL: #12293
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 44cc39d commit 1091b86Copy full SHA for 1091b86
File tree
Expand file treeCollapse file tree
45 files changed
+95
-89
lines changedOpen diff view settings
Filter options
- test
- common
- inspector
- internet
- parallel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
45 files changed
+95
-89
lines changedOpen diff view settings
Collapse file
+2-7Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
385 | 385 | |
386 | 386 | |
387 | 387 | |
388 | | - |
| 388 | + |
389 | 389 | |
390 | 390 | |
391 | 391 | |
| ||
473 | 473 | |
474 | 474 | |
475 | 475 | |
476 | | - |
477 | | - |
478 | | - |
479 | | - |
480 | | - |
481 | 476 | |
482 | 477 | |
483 | | - |
| 478 | + |
484 | 479 | |
485 | 480 | |
486 | 481 | |
|
Collapse file
test/inspector/inspector-helper.js
Copy file name to clipboardExpand all lines: test/inspector/inspector-helper.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
222 | 222 | |
223 | 223 | |
224 | 224 | |
225 | | - |
| 225 | + |
226 | 226 | |
227 | 227 | |
228 | 228 | |
|
Collapse file
test/internet/test-dgram-send-cb-quelches-error.js
Copy file name to clipboardExpand all lines: test/internet/test-dgram-send-cb-quelches-error.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
34 | 34 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
449 | 449 | |
450 | 450 | |
451 | 451 | |
452 | | - |
| 452 | + |
453 | 453 | |
454 | 454 | |
455 | 455 | |
|
Collapse file
test/internet/test-tls-add-ca-cert.js
Copy file name to clipboardExpand all lines: test/internet/test-tls-add-ca-cert.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
|
Collapse file
test/parallel/test-beforeexit-event-exit.js
Copy file name to clipboard+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
| 3 | + |
3 | 4 | |
4 | 5 | |
5 | | - |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
Collapse file
test/parallel/test-child-process-fork-and-spawn.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-fork-and-spawn.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
Collapse file
test/parallel/test-child-process-stdout-flush-exit.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-stdout-flush-exit.js+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
| 24 | + |
26 | 25 | |
27 | 26 | |
28 | 27 | |
|
Collapse file
test/parallel/test-cluster-send-handle-twice.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-send-handle-twice.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
Collapse file
test/parallel/test-domain-uncaught-exception.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-uncaught-exception.js+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
184 | 184 | |
185 | 185 | |
186 | 186 | |
187 | | - |
188 | | - |
| 187 | + |
| 188 | + |
189 | 189 | |
190 | 190 | |
191 | 191 | |
192 | 192 | |
193 | | - |
194 | | - |
195 | | - |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
196 | 197 | |
197 | 198 | |
198 | 199 | |
|
0 commit comments