diff options
author | Ben Smith <binji@chromium.org> | 2016-08-22 13:39:08 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2016-09-29 11:37:27 -0700 |
commit | 4197c06ab756cdc7c3c1cd79c219fb8a9002a342 (patch) | |
tree | 4e31c32f0b01ac4f035e0cc96328df0503061ab4 /test/spec/traps.txt | |
parent | 9b764f3d9681b1f1fa2bf2d37d00ecf1a0b14144 (diff) | |
download | wabt-4197c06ab756cdc7c3c1cd79c219fb8a9002a342.tar.gz wabt-4197c06ab756cdc7c3c1cd79c219fb8a9002a342.tar.bz2 wabt-4197c06ab756cdc7c3c1cd79c219fb8a9002a342.zip |
fix the interp/ tests, move the spec tests out
Mostly just requires proper implementation of drop/tee_local in
wasm-binary-reader-interpreter.c and wasm-interpreter.c.
Diffstat (limited to 'test/spec/traps.txt')
-rw-r--r-- | test/spec/traps.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/spec/traps.txt b/test/spec/traps.txt new file mode 100644 index 00000000..4aef5090 --- /dev/null +++ b/test/spec/traps.txt @@ -0,0 +1,5 @@ +;;; TOOL: run-interp-spec +;;; STDIN_FILE: third_party/testsuite/traps.wast +(;; STDOUT ;;; +20/20 tests passed. +;;; STDOUT ;;) |