Commit ffa86f7
test_runner: emit test-only diagnostic warning
PR-URL: #46540
Fixes: #46448
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 3a1a7fa commit ffa86f7Copy full SHA for ffa86f7
File tree
Expand file treeCollapse file tree
4 files changed
+15
-0
lines changedOpen diff view settings
Filter options
- lib/internal/test_runner
- test/message
Expand file treeCollapse file tree
4 files changed
+15
-0
lines changedOpen diff view settings
Collapse file
lib/internal/test_runner/test.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/test.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
278 | 278 | |
279 | 279 | |
280 | 280 | |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
281 | 287 | |
282 | 288 | |
283 | 289 | |
|
Collapse file
test/message/test_runner_output.out
Copy file name to clipboardExpand all lines: test/message/test_runner_output.out+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
475 | 475 | |
476 | 476 | |
477 | 477 | |
| 478 | + |
478 | 479 | |
479 | 480 | |
480 | 481 | |
481 | 482 | |
482 | 483 | |
| 484 | + |
483 | 485 | |
484 | 486 | |
485 | 487 | |
| ||
490 | 492 | |
491 | 493 | |
492 | 494 | |
| 495 | + |
493 | 496 | |
494 | 497 | |
495 | 498 | |
|
Collapse file
test/message/test_runner_output_cli.out
Copy file name to clipboardExpand all lines: test/message/test_runner_output_cli.out+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
475 | 475 | |
476 | 476 | |
477 | 477 | |
| 478 | + |
478 | 479 | |
479 | 480 | |
480 | 481 | |
481 | 482 | |
482 | 483 | |
| 484 | + |
483 | 485 | |
484 | 486 | |
485 | 487 | |
| ||
490 | 492 | |
491 | 493 | |
492 | 494 | |
| 495 | + |
493 | 496 | |
494 | 497 | |
495 | 498 | |
|
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+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
199 | 199 | |
200 | 200 | |
201 | 201 | |
| 202 | + |
202 | 203 | |
| 204 | + |
203 | 205 | |
204 | 206 | |
| 207 | + |
205 | 208 | |
206 | 209 | |
207 | 210 | |
|
0 commit comments