summaryrefslogtreecommitdiff
path: root/test/spec/memory64/binary0.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/binary0.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/binary0.txt')
-rw-r--r--test/spec/memory64/binary0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/spec/memory64/binary0.txt b/test/spec/memory64/binary0.txt
new file mode 100644
index 00000000..4a5f0647
--- /dev/null
+++ b/test/spec/memory64/binary0.txt
@@ -0,0 +1,10 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/proposals/memory64/binary0.wast
+;;; ARGS*: --enable-memory64 --enable-multi-memory
+(;; STDOUT ;;;
+out/test/spec/memory64/binary0.wast:48: assert_malformed passed:
+ 000000e: error: unable to read u64 leb128: memory initial page count
+out/test/spec/memory64/binary0.wast:59: assert_malformed passed:
+ 000000d: error: unable to read uint8_t: memory flags
+7/7 tests passed.
+;;; STDOUT ;;)