summaryrefslogtreecommitdiff
path: root/test/spec
diff options
context:
space:
mode:
authorKeith Winstein <keithw@cs.stanford.edu>2023-06-20 12:50:59 -0700
committerGitHub <noreply@github.com>2023-06-20 19:50:59 +0000
commit6d3ecdc0e64597cfc40688e5481487234a5ebd1e (patch)
tree3e660c3640807a9c4d1181e48821ad6a5c77c6eb /test/spec
parentd1ef9b1298ffe645cd4ed430b687306c43da315c (diff)
downloadwabt-6d3ecdc0e64597cfc40688e5481487234a5ebd1e.tar.gz
wabt-6d3ecdc0e64597cfc40688e5481487234a5ebd1e.tar.bz2
wabt-6d3ecdc0e64597cfc40688e5481487234a5ebd1e.zip
BinaryReader/Writer: roundtrip large memory64 offsets (#2255)
With memory64, the offset becomes a u64.
Diffstat (limited to 'test/spec')
-rw-r--r--test/spec/memory64/binary-leb128.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/spec/memory64/binary-leb128.txt b/test/spec/memory64/binary-leb128.txt
index 20bdcf2d..1f3b1b55 100644
--- a/test/spec/memory64/binary-leb128.txt
+++ b/test/spec/memory64/binary-leb128.txt
@@ -3,9 +3,9 @@
;;; ARGS*: --enable-memory64
(;; STDOUT ;;;
out/test/spec/memory64/binary-leb128.wast:217: assert_malformed passed:
- 000000c: error: unable to read u32 leb128: memory initial page count
+ 000000c: error: unable to read u64 leb128: memory initial page count
out/test/spec/memory64/binary-leb128.wast:225: assert_malformed passed:
- 000000e: error: unable to read u32 leb128: memory max page count
+ 000000e: error: unable to read u64 leb128: memory max page count
out/test/spec/memory64/binary-leb128.wast:234: assert_malformed passed:
0000010: error: unable to read u32 leb128: data segment flags
out/test/spec/memory64/binary-leb128.wast:245: assert_malformed passed:
@@ -49,13 +49,13 @@ out/test/spec/memory64/binary-leb128.wast:503: assert_malformed passed:
out/test/spec/memory64/binary-leb128.wast:513: assert_malformed passed:
000000e: error: unable to read i64 leb128: i64.const value
out/test/spec/memory64/binary-leb128.wast:525: assert_malformed passed:
- 000000c: error: unable to read u32 leb128: memory initial page count
+ 000000c: error: unable to read u64 leb128: memory initial page count
out/test/spec/memory64/binary-leb128.wast:533: assert_malformed passed:
- 000000c: error: unable to read u32 leb128: memory initial page count
+ 000000c: error: unable to read u64 leb128: memory initial page count
out/test/spec/memory64/binary-leb128.wast:541: assert_malformed passed:
- 000000e: error: unable to read u32 leb128: memory max page count
+ 000000e: error: unable to read u64 leb128: memory max page count
out/test/spec/memory64/binary-leb128.wast:550: assert_malformed passed:
- 000000e: error: unable to read u32 leb128: memory max page count
+ 000000e: error: unable to read u64 leb128: memory max page count
out/test/spec/memory64/binary-leb128.wast:559: assert_malformed passed:
0000010: error: unable to read u32 leb128: data segment flags
out/test/spec/memory64/binary-leb128.wast:570: assert_malformed passed: