summaryrefslogtreecommitdiff
path: root/test/spec/memory64/table_copy_mixed.txt
diff options
context:
space:
mode:
authorKeith Winstein <208955+keithw@users.noreply.github.com>2024-10-30 20:00:59 -0700
committerGitHub <noreply@github.com>2024-10-30 20:00:59 -0700
commit6a5cbb94fad9b375469d6433429521988b1de20b (patch)
tree847c7b09e581bdeb5de8ed1fb014cd643b7b1d0e /test/spec/memory64/table_copy_mixed.txt
parent9a7cf04d0fb9d4fbf0d943b7a7c5a761c014eb09 (diff)
downloadwabt-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/table_copy_mixed.txt')
-rw-r--r--test/spec/memory64/table_copy_mixed.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/spec/memory64/table_copy_mixed.txt b/test/spec/memory64/table_copy_mixed.txt
new file mode 100644
index 00000000..b6118e74
--- /dev/null
+++ b/test/spec/memory64/table_copy_mixed.txt
@@ -0,0 +1,15 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/proposals/memory64/table_copy_mixed.wast
+;;; ARGS*: --enable-memory64
+(;; STDOUT ;;;
+out/test/spec/memory64/table_copy_mixed.wast:20: assert_invalid passed:
+ out/test/spec/memory64/table_copy_mixed/table_copy_mixed.1.wasm:000003e: error: type mismatch in table.copy, expected [i32, i64, i32] but got [i32, i64, i64]
+ 000003e: error: OnTableCopyExpr callback failed
+out/test/spec/memory64/table_copy_mixed.wast:30: assert_invalid passed:
+ out/test/spec/memory64/table_copy_mixed/table_copy_mixed.2.wasm:000003d: error: type mismatch in table.copy, expected [i32, i64, i32] but got [i32, i32, i32]
+ 000003d: error: OnTableCopyExpr callback failed
+out/test/spec/memory64/table_copy_mixed.wast:40: assert_invalid passed:
+ out/test/spec/memory64/table_copy_mixed/table_copy_mixed.3.wasm:000003d: error: type mismatch in table.copy, expected [i32, i64, i32] but got [i64, i64, i32]
+ 000003d: error: OnTableCopyExpr callback failed
+4/4 tests passed.
+;;; STDOUT ;;)