Commit bdca468
committed
test_runner: use v8.serialize instead of TAP
PR-URL: #47867
Fixes: #44656
Fixes: #47955
Fixes: #47481
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>1 parent 13bc548 commit bdca468Copy full SHA for bdca468
File tree
Expand file treeCollapse file tree
19 files changed
+303
-4600
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal/test_runner
- reporter
- test
- fixtures/test-runner/output
- parallel
Expand file treeCollapse file tree
19 files changed
+303
-4600
lines changedOpen diff view settings
Collapse file
+2-1Lines changed: 2 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2069 | 2069 | |
2070 | 2070 | |
2071 | 2071 | |
2072 | | - |
| 2072 | + |
| 2073 | + |
2073 | 2074 | |
2074 | 2075 | |
2075 | 2076 | |
|
Collapse file
lib/internal/test_runner/reporter/v8-serializer.js
Copy file name to clipboard+39Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
0 commit comments