Commit 5fd9776
Upgrade Test stack trace cleaning function
The stack format change slightly and we were no longer matching on the correct stuff to clean up: "(internal/..." became "(node:internal/..."
Took the occasion to swap them out with regex and inline the one-off cleanup logic too (IIRC I kept it separate because not all repos wanted that cleanup. But nobody cares now)1 parent 81b5d37 commit 5fd9776
2 files changed
Lines changed: 8 additions & 45 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 12 | | |
32 | 13 | | |
33 | 14 | | |
| |||
62 | 43 | | |
63 | 44 | | |
64 | 45 | | |
65 | | - | |
| 46 | + | |
66 | 47 | | |
67 | 48 | | |
68 | 49 | | |
69 | 50 | | |
70 | | - | |
71 | 51 | | |
72 | 52 | | |
73 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 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 | 14 | | |
38 | 15 | | |
39 | 16 | | |
| |||
64 | 41 | | |
65 | 42 | | |
66 | 43 | | |
67 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
68 | 51 | | |
69 | 52 | | |
0 commit comments