diff options
author | Keith Winstein <keithw@cs.stanford.edu> | 2022-04-13 15:17:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 15:17:13 -0700 |
commit | 39022f8cd717ec5f219c56f4ebd07f016c457afc (patch) | |
tree | 6e47ae6c85a0c0a1d64f85124043b7fe5799cda8 /test/spec/simd_f64x2_arith.txt | |
parent | d08b0d9fd2b76325b09308268e14969f923ff1fe (diff) | |
download | wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.tar.gz wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.tar.bz2 wabt-39022f8cd717ec5f219c56f4ebd07f016c457afc.zip |
update br_table validation rule + enforce module validity in spectest-interp (#1895)
Diffstat (limited to 'test/spec/simd_f64x2_arith.txt')
-rw-r--r-- | test/spec/simd_f64x2_arith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/simd_f64x2_arith.txt b/test/spec/simd_f64x2_arith.txt index ed995dad..ef2df4f1 100644 --- a/test/spec/simd_f64x2_arith.txt +++ b/test/spec/simd_f64x2_arith.txt @@ -49,5 +49,5 @@ out/test/spec/simd_f64x2_arith.wast:5376: assert_invalid passed: out/test/spec/simd_f64x2_arith.wast:5384: assert_invalid passed: out/test/spec/simd_f64x2_arith/simd_f64x2_arith.17.wasm:000001b: error: type mismatch in f64x2.div, expected [v128, v128] but got [] 000001b: error: OnBinaryExpr callback failed -1822/1822 tests passed. +1825/1825 tests passed. ;;; STDOUT ;;) |