diff options
author | Sam Clegg <sbc@chromium.org> | 2021-12-09 13:35:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 13:35:36 -0800 |
commit | 9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0 (patch) | |
tree | 2d6ea864de6bb12a99cea25f32bd0d86efacab8a /test/spec/simd_i8x16_sat_arith.txt | |
parent | c22b147d2d44200983b39c8279f1f3c8c3a25ce2 (diff) | |
download | wabt-9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0.tar.gz wabt-9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0.tar.bz2 wabt-9aba936bfab0fe9e639da6ea3b5fe3d8a3a0f1c0.zip |
Add error locations to BinaryReaderInterp (#1780)
I think it was always intended to work this way but was
left as a TODO.
Diffstat (limited to 'test/spec/simd_i8x16_sat_arith.txt')
-rw-r--r-- | test/spec/simd_i8x16_sat_arith.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/spec/simd_i8x16_sat_arith.txt b/test/spec/simd_i8x16_sat_arith.txt index f57739a1..fcafc553 100644 --- a/test/spec/simd_i8x16_sat_arith.txt +++ b/test/spec/simd_i8x16_sat_arith.txt @@ -50,40 +50,40 @@ out/test/spec/simd_i8x16_sat_arith.wast:594: assert_malformed passed: (func (result v128) (f32x4.sub_sat_u (v128.const f32x4 0 0 0 0) (v128.const f... ^^^^^^^^^^^^^^^ out/test/spec/simd_i8x16_sat_arith.wast:599: assert_invalid passed: - error: type mismatch in i8x16.add_sat_s, expected [v128, v128] but got [i32, f32] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.13.wasm:0000021: error: type mismatch in i8x16.add_sat_s, expected [v128, v128] but got [i32, f32] 0000021: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:600: assert_invalid passed: - error: type mismatch in i8x16.add_sat_u, expected [v128, v128] but got [i32, f32] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.14.wasm:0000021: error: type mismatch in i8x16.add_sat_u, expected [v128, v128] but got [i32, f32] 0000021: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:601: assert_invalid passed: - error: type mismatch in i8x16.sub_sat_s, expected [v128, v128] but got [i32, f32] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.15.wasm:0000021: error: type mismatch in i8x16.sub_sat_s, expected [v128, v128] but got [i32, f32] 0000021: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:602: assert_invalid passed: - error: type mismatch in i8x16.sub_sat_u, expected [v128, v128] but got [i32, f32] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.16.wasm:0000021: error: type mismatch in i8x16.sub_sat_u, expected [v128, v128] but got [i32, f32] 0000021: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:607: assert_invalid passed: - error: type mismatch in i8x16.add_sat_s, expected [v128, v128] but got [v128] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.17.wasm:000002c: error: type mismatch in i8x16.add_sat_s, expected [v128, v128] but got [v128] 000002c: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:615: assert_invalid passed: - error: type mismatch in i8x16.add_sat_s, expected [v128, v128] but got [] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.18.wasm:000001a: error: type mismatch in i8x16.add_sat_s, expected [v128, v128] but got [] 000001a: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:623: assert_invalid passed: - error: type mismatch in i8x16.add_sat_u, expected [v128, v128] but got [v128] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.19.wasm:000002c: error: type mismatch in i8x16.add_sat_u, expected [v128, v128] but got [v128] 000002c: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:631: assert_invalid passed: - error: type mismatch in i8x16.add_sat_u, expected [v128, v128] but got [] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.20.wasm:000001a: error: type mismatch in i8x16.add_sat_u, expected [v128, v128] but got [] 000001a: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:639: assert_invalid passed: - error: type mismatch in i8x16.sub_sat_s, expected [v128, v128] but got [v128] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.21.wasm:000002c: error: type mismatch in i8x16.sub_sat_s, expected [v128, v128] but got [v128] 000002c: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:647: assert_invalid passed: - error: type mismatch in i8x16.sub_sat_s, expected [v128, v128] but got [] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.22.wasm:000001a: error: type mismatch in i8x16.sub_sat_s, expected [v128, v128] but got [] 000001a: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:655: assert_invalid passed: - error: type mismatch in i8x16.sub_sat_u, expected [v128, v128] but got [v128] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.23.wasm:000002c: error: type mismatch in i8x16.sub_sat_u, expected [v128, v128] but got [v128] 000002c: error: OnBinaryExpr callback failed out/test/spec/simd_i8x16_sat_arith.wast:663: assert_invalid passed: - error: type mismatch in i8x16.sub_sat_u, expected [v128, v128] but got [] + out/test/spec/simd_i8x16_sat_arith/simd_i8x16_sat_arith.24.wasm:000001a: error: type mismatch in i8x16.sub_sat_u, expected [v128, v128] but got [] 000001a: error: OnBinaryExpr callback failed 212/212 tests passed. ;;; STDOUT ;;) |