Commit 26c5ac9
committed
test(e2e): case 7 answers for its host, which is the fix I wrote down and did not apply
`host_can_serve` now answers for the host, and `toolchain list` therefore
drops an Apple row where its SDK cannot be. e2e 641 case 7 still required the
three iOS rows to appear with their pin -- true while they were `planned`,
because a planned row stays listed everywhere so it is discoverable, and false
the moment the tiers moved.
FAIL: aarch64-ios does not name llvm in toolchain list
I HAD ALREADY WRITTEN THIS FIX DOWN. While diagnosing the matrix failure I
noted that case 7's claim must become host-conditional. Then I fixed cases 3
and 8, added the unit assertion, ran the unit suite, and pushed -- having
changed the listing and not re-run the end-to-end test that asserts the
listing. A unit suite passing is not evidence about a behaviour no unit test
observes.
Both arms are real. On macOS the rows are listed with their pin; elsewhere they
are absent, and two companions keep that absence from reading as a gap:
`aarch64-macos` is absent for the same reason, and `x86_64-macos` is present
because a `planned` row stays discoverable on every host. The pin itself is a
property of the table and is asserted where every host can ask it, in
tests/unit/test_toolchain_triple.cpp.
Third instance of one class in an hour -- the other two were the sandbox
verification's section 2, caught by a dry run, and thirty rows of
expected.tsv. The design record now carries the three together.1 parent d449857 commit 26c5ac9
2 files changed
Lines changed: 69 additions & 13 deletions
File tree
- .agents/docs
- tests/e2e
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
660 | 685 | | |
661 | 686 | | |
662 | 687 | | |
| |||
Lines changed: 44 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
165 | 176 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
170 | 201 | | |
171 | | - | |
172 | | - | |
| 202 | + | |
173 | 203 | | |
174 | 204 | | |
175 | | - | |
| 205 | + | |
| 206 | + | |
176 | 207 | | |
177 | 208 | | |
178 | 209 | | |
| |||
0 commit comments