summaryrefslogtreecommitdiff
path: root/test/roundtrip
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2020-09-18 18:37:24 +0200
committerGitHub <noreply@github.com>2020-09-18 09:37:24 -0700
commit76f76f9c01b43124c98769d9c92620c9a587dd62 (patch)
treedd68abcbb8c2f3c7a02dacbe6e4b566a47c2e0de /test/roundtrip
parent122f79d2030156857e5f5a581d060eb9edb2bfec (diff)
downloadwabt-76f76f9c01b43124c98769d9c92620c9a587dd62.tar.gz
wabt-76f76f9c01b43124c98769d9c92620c9a587dd62.tar.bz2
wabt-76f76f9c01b43124c98769d9c92620c9a587dd62.zip
Disallow "64-bit" flag if memory64 is disabled (#1547)
Fixes regressions in binary reader introduced by the implementation of the memory64 extension: https://github.com/WebAssembly/wabt/pull/1500.
Diffstat (limited to 'test/roundtrip')
-rw-r--r--test/roundtrip/bulk-memory64.txt2
-rw-r--r--test/roundtrip/memory-index64.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/roundtrip/bulk-memory64.txt b/test/roundtrip/bulk-memory64.txt
index c6513a34..dcbf0ca4 100644
--- a/test/roundtrip/bulk-memory64.txt
+++ b/test/roundtrip/bulk-memory64.txt
@@ -1,5 +1,5 @@
;;; TOOL: run-roundtrip
-;;; ARGS: --stdout --enable-bulk-memory
+;;; ARGS: --stdout --enable-bulk-memory --enable-memory64
(module
(memory 0 i64)
(table 0 anyfunc)
diff --git a/test/roundtrip/memory-index64.txt b/test/roundtrip/memory-index64.txt
index 30f81dec..6c94ccd8 100644
--- a/test/roundtrip/memory-index64.txt
+++ b/test/roundtrip/memory-index64.txt
@@ -1,5 +1,5 @@
;;; TOOL: run-roundtrip
-;;; ARGS: --stdout
+;;; ARGS: --stdout --enable-memory64
(module
(import "a" "b" (memory 1 i64)))
(;; STDOUT ;;;