diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2022-04-13 15:17:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 15:17:13 -0700 |
commit | 39022f8cd717ec5f219c56f4ebd07f016c457afc (patch) | |
tree | 6e47ae6c85a0c0a1d64f85124043b7fe5799cda8 /test/spec/memory64/memory64.txt | |
parent | d08b0d9fd2b76325b09308268e14969f923ff1fe (diff) | |
download | wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.tar.gz wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.tar.bz2 wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.zip |
update br_table validation rule + enforce module validity in spectest-interp (#1895)
Diffstat (limited to 'test/spec/memory64/memory64.txt')
-rw-r--r-- | test/spec/memory64/memory64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/memory64/memory64.txt b/test/spec/memory64/memory64.txt index 8b895750..0de99839 100644 --- a/test/spec/memory64/memory64.txt +++ b/test/spec/memory64/memory64.txt @@ -35,5 +35,5 @@ out/test/spec/memory64/memory64.wast:43: assert_invalid passed: out/test/spec/memory64/memory64.wast:49: assert_invalid passed: out/test/spec/memory64/memory64/memory64.18.wasm:000000e: error: max pages (0) must be >= initial pages (1) 000000e: error: OnMemory callback failed -57/57 tests passed. +65/65 tests passed. ;;; STDOUT ;;) |