Commit 4221073
authored
Fix the new
This test unfortunately didn't actually have any effect in CI. Locally
setting `RUST_LOG` and running `cargo run test filetests` showed a panic
in the s390x backend that this test was not uncovering. The reason that
this test wasn't actually doing anything on CI is that it's tested
adjacently with the `wasmtime-cli` crate. Both crates are tested with
`--all-features` which enables the CLI's `disable-logging` feature which
meant that all logging statements, including the ones we want to test,
were compiled out.
This commit fixes the s390x panic and then additionally adds a special
CI job (repurposing an existing one) for testing just this test in
isolation.logged-filetests.rs test (#10605)1 parent 096e5b2 commit 4221073
2 files changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
| 436 | + | |
| 437 | + | |
438 | 438 | | |
439 | | - | |
440 | | - | |
| 439 | + | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| |||
1200 | 1201 | | |
1201 | 1202 | | |
1202 | 1203 | | |
1203 | | - | |
| 1204 | + | |
1204 | 1205 | | |
1205 | 1206 | | |
1206 | 1207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | | - | |
| 1039 | + | |
| 1040 | + | |
1040 | 1041 | | |
1041 | 1042 | | |
1042 | 1043 | | |
| |||
0 commit comments