Commit e2a3bf3
File tree
Expand file treeCollapse file tree
4 files changed
+43
-21
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner
- test
- fixtures/test-runner
- parallel
Expand file treeCollapse file tree
4 files changed
+43
-21
lines changedOpen diff view settings
Collapse file
lib/internal/test_runner/harness.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/harness.js+7-3Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | | - |
| 19 | + |
19 | 20 | |
20 | 21 | |
21 | 22 | |
| ||
134 | 135 | |
135 | 136 | |
136 | 137 | |
137 | | - |
138 | | - |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
139 | 143 | |
140 | 144 | |
141 | 145 | |
|
Collapse file
test/fixtures/test-runner/never_ending_async.js
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
Collapse file
test/fixtures/test-runner/never_ending_sync.js
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
Collapse file
test/parallel/test-runner-exit-code.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-exit-code.js+25-18Lines changed: 25 additions & 18 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
7 | 28 | |
8 | 29 | |
9 | 30 | |
| ||
17 | 38 | |
18 | 39 | |
19 | 40 | |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | 41 | |
27 | 42 | |
28 | 43 | |
| ||
37 | 52 | |
38 | 53 | |
39 | 54 | |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
| 55 | + |
| 56 | + |
50 | 57 | |
0 commit comments