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/traps.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/traps.txt')
-rw-r--r-- | test/spec/traps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/traps.txt b/test/spec/traps.txt index f6b9d6d4..d9de3a1b 100644 --- a/test/spec/traps.txt +++ b/test/spec/traps.txt @@ -33,5 +33,5 @@ out/test/spec/traps.wast:88: assert_trap passed: out of bounds memory access: ac out/test/spec/traps.wast:89: assert_trap passed: out of bounds memory access: access at 65536+1 >= max value 65536 out/test/spec/traps.wast:90: assert_trap passed: out of bounds memory access: access at 65536+4 >= max value 65536 out/test/spec/traps.wast:91: assert_trap passed: out of bounds memory access: access at 65536+8 >= max value 65536 -32/32 tests passed. +36/36 tests passed. ;;; STDOUT ;;) |