diff options
author | Ben Smith <binji@chromium.org> | 2015-11-17 12:12:19 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-11-17 12:12:19 -0800 |
commit | 6fcd1ac50cd451ae1682069526c07ab2db8e8e96 (patch) | |
tree | df968224f0a346c2e883e9f312bd0db78b0518aa /test/spec/i64.txt | |
parent | 0f4363e8119fbed848456a6b2f2aa2abb926e9ca (diff) | |
download | wabt-6fcd1ac50cd451ae1682069526c07ab2db8e8e96.tar.gz wabt-6fcd1ac50cd451ae1682069526c07ab2db8e8e96.tar.bz2 wabt-6fcd1ac50cd451ae1682069526c07ab2db8e8e96.zip |
update v8-native-prototype, mark broken tests
Test failures:
- i64.clz is implemented in v8-native, but it seems to return i32
instead of i64.
- page_size was removed from v8-native, but testsuite hasn't been
updated to remove it yet.
Diffstat (limited to 'test/spec/i64.txt')
-rw-r--r-- | test/spec/i64.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/test/spec/i64.txt b/test/spec/i64.txt index 34222129..a15a044c 100644 --- a/test/spec/i64.txt +++ b/test/spec/i64.txt @@ -3,10 +3,12 @@ ;;; FLAGS: --spec ;;; STDIN_FILE: third_party/testsuite/i64.wast (;; STDERR ;;; -# -# Fatal error in ../../../../src/wasm/tf-builder.cc, line 210 -# Unsupported opcode #114:ExprI64Clz -# -d8 raised signal SIGILL ;;; STDERR ;;) +(;; STDOUT ;;; +WasmModule::Instantiate(): Compiling WASM function #13:clz failed:Result = ImplicitReturn[0] expected type int64, found ExprI64Clz of type int32 @+3 + + var module = WASM.instantiateModule(u8a.buffer, ffi); + ^ + +;;; STDOUT ;;) |