We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d32ac commit db45a3aCopy full SHA for db45a3a
crates/test-util/src/wast.rs
@@ -703,11 +703,9 @@ impl WastTest {
703
704
let failing_component_model_tests = [
705
// 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",
+ // https://github.com/WebAssembly/component-model/issues/345 has
+ // been addressed and the test updated accordingly:
+ "component-model/test/wasm-tools/naming.wast",
711
];
712
if failing_component_model_tests
713
.iter()
0 commit comments