diff options
author | Ben Smith <binjimin@gmail.com> | 2017-01-27 11:00:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-27 11:00:34 -0800 |
commit | 48402a5e44f99426c62fab94ed2b3ddf36bd75df (patch) | |
tree | 4c34b55b7c5a8cf329a14e3ed3ca8e8795c837f5 /test/spec/switch.txt | |
parent | 85947db54125eecc6d6755103b9984828766bc4b (diff) | |
download | wabt-48402a5e44f99426c62fab94ed2b3ddf36bd75df.tar.gz wabt-48402a5e44f99426c62fab94ed2b3ddf36bd75df.tar.bz2 wabt-48402a5e44f99426c62fab94ed2b3ddf36bd75df.zip |
Implement assert_invalid for wasm-interp (#294)
Diffstat (limited to 'test/spec/switch.txt')
-rw-r--r-- | test/spec/switch.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/spec/switch.txt b/test/spec/switch.txt index 3ce64026..dcb6b332 100644 --- a/test/spec/switch.txt +++ b/test/spec/switch.txt @@ -5,5 +5,8 @@ assert_invalid error: out/third_party/testsuite/switch.wast:150:41: label variable out of range (max 1) (assert_invalid (module (func (br_table 3 (i32.const 0)))) "unknown label") ^ -26/26 tests passed. +out/third_party/testsuite/switch.wast:150: assert_invalid passed: + error: invalid depth: 3 (max 1) + error: @0x0000001c: on_br_table_expr callback failed +27/27 tests passed. ;;; STDOUT ;;) |