Commit dd43eff
test_runner: add passed, attempt, and diagnostic to SuiteContext
PR-URL: #62504
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>1 parent 40ccfde commit dd43effCopy full SHA for dd43eff
3 files changed
+71Lines changed: 71 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal/test_runner
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+39Lines changed: 39 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4222 | 4222 | |
4223 | 4223 | |
4224 | 4224 | |
| 4225 | + |
| 4226 | + |
| 4227 | + |
| 4228 | + |
| 4229 | + |
| 4230 | + |
| 4231 | + |
| 4232 | + |
| 4233 | + |
| 4234 | + |
| 4235 | + |
| 4236 | + |
| 4237 | + |
| 4238 | + |
| 4239 | + |
| 4240 | + |
| 4241 | + |
| 4242 | + |
| 4243 | + |
| 4244 | + |
| 4245 | + |
| 4246 | + |
| 4247 | + |
| 4248 | + |
| 4249 | + |
| 4250 | + |
| 4251 | + |
| 4252 | + |
| 4253 | + |
| 4254 | + |
| 4255 | + |
| 4256 | + |
| 4257 | + |
| 4258 | + |
| 4259 | + |
| 4260 | + |
| 4261 | + |
| 4262 | + |
| 4263 | + |
4225 | 4264 | |
4226 | 4265 | |
4227 | 4266 | |
|
Collapse file
lib/internal/test_runner/test.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/test.js+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
494 | 494 | |
495 | 495 | |
496 | 496 | |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
497 | 509 | |
498 | 510 | |
499 | 511 | |
|
Collapse file
test/parallel/test-runner-test-fullname.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-test-fullname.js+20Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
| ||
26 | 31 | |
27 | 32 | |
28 | 33 | |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
0 commit comments