Commit be5242e
committed
test(e2e): register qemu-arm in KNOWN_CAPS
The harness validates every `# requires:` token against a master list before
running anything, so a capability that is only added to the Linux detection
branch aborts every suite on every platform. CI caught it: the msvc job failed
with "declares unknown capability 'qemu-arm'" while the bare-metal job — the
one that has the emulator — passed.
That is the guard working. A token absent from this list would otherwise match
nothing and the test would skip everywhere while looking supported.1 parent 2bcc0cd commit be5242e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
| 224 | + | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments