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/align.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/align.txt')
-rw-r--r-- | test/spec/align.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/align.txt b/test/spec/align.txt index 1ea9b877..447bdede 100644 --- a/test/spec/align.txt +++ b/test/spec/align.txt @@ -297,5 +297,5 @@ out/test/spec/align.wast:452: assert_invalid passed: out/test/spec/align/align.105.wasm:000002a: error: alignment must not be larger than natural alignment (8) 000002a: error: OnStoreExpr callback failed out/test/spec/align.wast:864: assert_trap passed: out of bounds memory access: access at 65532+8 >= max value 65536 -131/131 tests passed. +156/156 tests passed. ;;; STDOUT ;;) |