diff options
author | Ben Smith <binji@chromium.org> | 2016-10-13 13:17:08 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-10-13 16:31:46 -0700 |
commit | 0f610c594bc97426d7ba368911470872aad7014c (patch) | |
tree | 1f1c4ca4db94ae9086731e1c71b15c7a2f5d6e61 /test/spec/unwind.txt | |
parent | 7d9d479a2c9fc3eceb8ce8fd2c0636772eb68dac (diff) | |
download | wabt-0f610c594bc97426d7ba368911470872aad7014c.tar.gz wabt-0f610c594bc97426d7ba368911470872aad7014c.tar.bz2 wabt-0f610c594bc97426d7ba368911470872aad7014c.zip |
Update testsuite and fix tests
* `offset=` and `align=` can now specify hex values
* data and elem segment offsets are now not checked; they can be out of
order or overlapping, and even out-of-bounds if the size is zero
* added the new tests `skip-stack-guard-page` and `unwind`
Diffstat (limited to 'test/spec/unwind.txt')
-rw-r--r-- | test/spec/unwind.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/spec/unwind.txt b/test/spec/unwind.txt new file mode 100644 index 00000000..0a38548b --- /dev/null +++ b/test/spec/unwind.txt @@ -0,0 +1,5 @@ +;;; TOOL: run-interp-spec +;;; STDIN_FILE: third_party/testsuite/unwind.wast +(;; STDOUT ;;; +32/32 tests passed. +;;; STDOUT ;;) |