Commit 69e4cd4
test(rp2040): CYW43 tests use downloaded Pico-W firmware
Replace the hardcoded local build-RPI_PICO_W/firmware.uf2 path in the CYW43
tests with the official, SHA-256-pinned RPI_PICO_W download, decided per test by
real result against that firmware:
- Cyw43BleTests (BLE bring-up) and Cyw43HttpRxTests (async HTTP-RX): PASS against
the official UF2, so they download it and now run reproducibly in CI instead of
needing a local build.
- Cyw43WifiTests (WLAN scan): FAILS against the official UF2 — WLAN.active(True)
returns False (the host-wake / CLM-load path is still in progress); it only
passed against a local build. Marked [Fact(Skip)] with that explanation rather
than wired to firmware it fails on.
Integration suite: 168 passed, 4 skipped, 0 failed (was 169/3 — Cyw43WifiTests
moved from local-build-only pass to an honest skip).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8b4374b commit 69e4cd4
3 files changed
Lines changed: 11 additions & 6 deletions
File tree
- tests/RP2040Sharp.IntegrationTests/Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
0 commit comments