Skip to content

Commit ecd1cb3

Browse files
authored
update tests/component-model submodule (#12244)
This fixes half of #12214. Luke is going to update the spec and fix naming.wast when he gets a chance, which will allow us to address the second half.
1 parent 2cd7e17 commit ecd1cb3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

crates/test-util/src/wast.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,9 @@ impl WastTest {
701701
}
702702

703703
let failing_component_model_tests = [
704-
// FIXME(#12214)
705-
"component-model/test/wasmtime/resources.wast",
704+
// TODO: Remove this once
705+
// https://github.com/WebAssembly/component-model/issues/345 has
706+
// been addressed and the test updated accordingly:
706707
"component-model/test/wasm-tools/naming.wast",
707708
// TODO: Remove this once
708709
// https://github.com/bytecodealliance/wasm-tools/pull/2406 is

0 commit comments

Comments
 (0)