diff options
author | Ben Smith <binji@chromium.org> | 2019-07-16 16:46:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 16:46:41 -0700 |
commit | 0b039bf756178160c54c94d1b0bce9322cf6cd88 (patch) | |
tree | 79c118df125696c3f4c69914f7d8ede83af709cf /test/wasm2c/spec | |
parent | b973cd4ed4ffb6a3c7e797b126a8a79b72b14234 (diff) | |
download | wabt-0b039bf756178160c54c94d1b0bce9322cf6cd88.tar.gz wabt-0b039bf756178160c54c94d1b0bce9322cf6cd88.tar.bz2 wabt-0b039bf756178160c54c94d1b0bce9322cf6cd88.zip |
Update spec testsuite (#1111)
* Remove passive keyword from bulk-memory
* Fix rounding on hex floats
* Allow underscores in NaN payloads
Diffstat (limited to 'test/wasm2c/spec')
-rw-r--r-- | test/wasm2c/spec/const.txt | 3 | ||||
-rw-r--r-- | test/wasm2c/spec/conversions.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test/wasm2c/spec/const.txt b/test/wasm2c/spec/const.txt index c5efaceb..7786e131 100644 --- a/test/wasm2c/spec/const.txt +++ b/test/wasm2c/spec/const.txt @@ -1,5 +1,6 @@ ;;; TOOL: run-spec-wasm2c ;;; STDIN_FILE: third_party/testsuite/const.wast +;;; SLOW: (;; STDOUT ;;; -0/0 tests passed. +300/300 tests passed. ;;; STDOUT ;;) diff --git a/test/wasm2c/spec/conversions.txt b/test/wasm2c/spec/conversions.txt index 437bf4dd..3943507c 100644 --- a/test/wasm2c/spec/conversions.txt +++ b/test/wasm2c/spec/conversions.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-spec-wasm2c ;;; STDIN_FILE: third_party/testsuite/conversions.wast (;; STDOUT ;;; -401/401 tests passed. +409/409 tests passed. ;;; STDOUT ;;) |