diff options
author | Keith Winstein <208955+keithw@users.noreply.github.com> | 2024-10-30 20:00:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 20:00:59 -0700 |
commit | 6a5cbb94fad9b375469d6433429521988b1de20b (patch) | |
tree | 847c7b09e581bdeb5de8ed1fb014cd643b7b1d0e /test/spec/memory64/call_indirect.txt | |
parent | 9a7cf04d0fb9d4fbf0d943b7a7c5a761c014eb09 (diff) | |
download | wabt-6a5cbb94fad9b375469d6433429521988b1de20b.tar.gz wabt-6a5cbb94fad9b375469d6433429521988b1de20b.tar.bz2 wabt-6a5cbb94fad9b375469d6433429521988b1de20b.zip |
Update testsuite (#2495)
The memory64 `table.wast` test has started to depend on
function-references and gc (which WABT doesn't support yet), so vendor
an older version of the test.
Diffstat (limited to 'test/spec/memory64/call_indirect.txt')
-rw-r--r-- | test/spec/memory64/call_indirect.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spec/memory64/call_indirect.txt b/test/spec/memory64/call_indirect.txt index e40b4d49..1f1c5cc9 100644 --- a/test/spec/memory64/call_indirect.txt +++ b/test/spec/memory64/call_indirect.txt @@ -87,6 +87,7 @@ out/test/spec/memory64/call_indirect.wast:786: assert_malformed passed: ^^^^^^^^^^^^^ out/test/spec/memory64/call_indirect.wast:801: assert_invalid passed: out/test/spec/memory64/call_indirect/call_indirect.13.wasm:000001c: error: table variable out of range: 0 (max 0) + out/test/spec/memory64/call_indirect/call_indirect.13.wasm:000001c: error: type mismatch: call_indirect must reference table of funcref type 000001c: error: OnCallIndirectExpr callback failed out/test/spec/memory64/call_indirect.wast:809: assert_invalid passed: out/test/spec/memory64/call_indirect/call_indirect.14.wasm:0000023: error: type mismatch in i32.eqz, expected [i32] but got [] |