diff options
author | Ben Smith <binji@chromium.org> | 2015-11-09 17:31:38 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-11-09 17:31:38 -0800 |
commit | 53a431e87288e334de7ede83c5a0a73f0566f823 (patch) | |
tree | c7ae0647b81b478d5ddfdb6f97045dadf78dba62 /test/spec/select.txt | |
parent | 46ccb024669fe7e75d77740bdd164d45103016cb (diff) | |
download | wabt-53a431e87288e334de7ede83c5a0a73f0566f823.tar.gz wabt-53a431e87288e334de7ede83c5a0a73f0566f823.tar.bz2 wabt-53a431e87288e334de7ede83c5a0a73f0566f823.zip |
add unreachable operation
This is not supported in v8-native, so the spec tests fail typecheck.
Diffstat (limited to 'test/spec/select.txt')
-rw-r--r-- | test/spec/select.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/spec/select.txt b/test/spec/select.txt index ed0e8163..b6a69905 100644 --- a/test/spec/select.txt +++ b/test/spec/select.txt @@ -1,8 +1,5 @@ -;;; SKIP: parse unreachable +;;; SKIP: unreachable not supported in v8-native ;;; ERROR: 1 ;;; EXE: test/run-d8.py ;;; FLAGS: --spec ;;; STDIN_FILE: third_party/testsuite/select.wast -(;; STDERR ;;; - -;;; STDERR ;;) |