Wasm testsuite failure: typecheck.testeq1
Wrong exit code for typecheck.testeq1(normal)(expected 0 , actual 1 )
Stderr ( typecheck.testeq1 ):
Error: if you're trying to run a precompiled module, pass --allow-precompiled
Caused by:
0: failed to read input file
1: No such file or directory (os error 2)
*** unexpected failure for typecheck.testeq1(normal)
Compilation for typecheck.testeq1 seems to succeed, but the .wasm module path passed to wasmtime is incorrect. It's a bit odd, since there are other multimod_compile_and_run test cases in the tree, but this one is the only error of its kind in the test log. Anyway, skipping this for the time being, will revisit some time later.