Commit 47a89d3
committed
ci: 336 runs on the one job that has qemu-arm, and its PASS line is demanded
336 declares `# requires: qemu-arm`, which no sharded runner has, so on a shard
it exits 0 without running a single row. Adding it to the loop and not to the
assertions below would have been that defect one layer in — the same shape the
comment above 332 already records. Both the PASS line and a row count are
demanded, because a fixture that stopped iterating still prints its PASS line.1 parent 17be228 commit 47a89d3
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
224 | 234 | | |
225 | 235 | | |
226 | 236 | | |
| |||
0 commit comments