Commit b31aabb
test_runner: top-level diagnostics not ommited when running with --test
PR-URL: #46441
Fixes: #45910
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 2c8c9f9 commit b31aabbCopy full SHA for b31aabb
File tree
Expand file treeCollapse file tree
3 files changed
+19
-3
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner
- test/message
Expand file treeCollapse file tree
3 files changed
+19
-3
lines changedOpen diff view settings
Collapse file
lib/internal/test_runner/runner.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/runner.js+11-1Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
| 19 | + |
18 | 20 | |
19 | 21 | |
20 | 22 | |
| ||
51 | 53 | |
52 | 54 | |
53 | 55 | |
| 56 | + |
54 | 57 | |
55 | 58 | |
56 | 59 | |
| ||
130 | 133 | |
131 | 134 | |
132 | 135 | |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
133 | 143 | |
134 | 144 | |
135 | 145 | |
| ||
183 | 193 | |
184 | 194 | |
185 | 195 | |
186 | | - |
| 196 | + |
187 | 197 | |
188 | 198 | |
189 | 199 | |
|
Collapse file
test/message/test_runner_output_cli.out
Copy file name to clipboardExpand all lines: test/message/test_runner_output_cli.out+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
629 | 629 | |
630 | 630 | |
631 | 631 | |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
632 | 638 | |
633 | 639 | |
634 | 640 | |
|
Collapse file
test/message/test_runner_output_spec_reporter.out
Copy file name to clipboardExpand all lines: test/message/test_runner_output_spec_reporter.out+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
| 61 | + |
62 | 62 | |
63 | | - |
| 63 | + |
64 | 64 | |
65 | 65 | |
66 | 66 | |
|
0 commit comments