Skip to content

Commit

Permalink
[CI] Update return code expectation for failing cont_twice.wast test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Oct 3, 2024
1 parent 1cd686e commit 933d89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ jobs:
# Let's keep the build step separate from the run step below, because the former should not fail:
cargo build --features=unsafe_disable_continuation_linearity_check,wasmfx_pooling_allocator
# We want this to fail and are happy with any non-zero exit code:
cargo run --features=unsafe_disable_continuation_linearity_check,wasmfx_pooling_allocator -- wast -W=exceptions,function-references,stack-switching tests/misc_testsuite/stack-switching/cont_twice.wast ; test $? -eq 132
cargo run --features=unsafe_disable_continuation_linearity_check,wasmfx_pooling_allocator -- wast -W=exceptions,function-references,stack-switching tests/misc_testsuite/stack-switching/cont_twice.wast ; test $? -eq 1
# NB: the test job here is explicitly lacking in cancellation of this run if
# something goes wrong. These take the longest anyway and otherwise if
Expand Down

0 comments on commit 933d89e

Please sign in to comment.