Skip to content

Commit db45a3a

Browse files
committed
Update failing_component_model_tests in WastTest to reflect changes in test expectations
1 parent 52d32ac commit db45a3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

crates/test-util/src/wast.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -703,11 +703,9 @@ impl WastTest {
703703

704704
let failing_component_model_tests = [
705705
// TODO: Remove this once
706-
// https://github.com/bytecodealliance/wasm-tools/pull/2406 is
707-
// merged and released, and Wasmtime has been updated to use it:
708-
"component-model/test/async/same-component-stream-future.wast",
709-
// FIXME(#12129)
710-
"component-model/test/async/trap-if-block-and-sync.wast",
706+
// https://github.com/WebAssembly/component-model/issues/345 has
707+
// been addressed and the test updated accordingly:
708+
"component-model/test/wasm-tools/naming.wast",
711709
];
712710
if failing_component_model_tests
713711
.iter()

0 commit comments

Comments
 (0)