Commit 14fc49c
committed
test(toolchain): make musl frontend assertions host-aware
B1 changed the musl frontend candidate list on Windows hosts (.exe first), and
these two assertions pinned the bare spelling as front(). They pass on Linux
either way, which is exactly why the break only showed up in Windows CI — the
same blind spot that let B1 itself survive.
Adds expected_musl_frontend() next to the existing expected_musl_xim() helper,
mirroring how the mingw test already handles the host split. The helper states
why .exe comes first rather than leaving a bare constant.1 parent 6c13349 commit 14fc49c
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
22 | 31 | | |
23 | 32 | | |
| |||
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
60 | | - | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
| |||
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
76 | | - | |
| 85 | + | |
77 | 86 | | |
78 | 87 | | |
79 | 88 | | |
| |||
0 commit comments