summaryrefslogtreecommitdiff
path: root/test/spec
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec')
-rw-r--r--test/spec/i32.txt8
-rw-r--r--test/spec/i64.txt8
2 files changed, 16 insertions, 0 deletions
diff --git a/test/spec/i32.txt b/test/spec/i32.txt
index c3d8baea..ffe76817 100644
--- a/test/spec/i32.txt
+++ b/test/spec/i32.txt
@@ -260,5 +260,13 @@ out/test/spec/i32.wast:975: assert_invalid passed:
out/test/spec/i32.wast:976: assert_invalid passed:
out/test/spec/i32/i32.83.wasm:0000020: error: type mismatch in i32.ne, expected [i32, i32] but got [i64, f32]
0000020: error: OnCompareExpr callback failed
+out/test/spec/i32.wast:979: assert_malformed passed:
+ out/test/spec/i32/i32.84.wat:1:31: error: invalid literal "nan:arithmetic"
+ (func (result i32) (i32.const nan:arithmetic))
+ ^^^^^^^^^^^^^^
+out/test/spec/i32.wast:983: assert_malformed passed:
+ out/test/spec/i32/i32.85.wat:1:31: error: invalid literal "nan:canonical"
+ (func (result i32) (i32.const nan:canonical))
+ ^^^^^^^^^^^^^
460/460 tests passed.
;;; STDOUT ;;)
diff --git a/test/spec/i64.txt b/test/spec/i64.txt
index b2255721..75a9cd3a 100644
--- a/test/spec/i64.txt
+++ b/test/spec/i64.txt
@@ -98,5 +98,13 @@ out/test/spec/i64.wast:484: assert_invalid passed:
out/test/spec/i64.wast:485: assert_invalid passed:
out/test/spec/i64/i64.29.wasm:0000020: error: type mismatch in i64.ne, expected [i64, i64] but got [i32, f32]
0000020: error: OnCompareExpr callback failed
+out/test/spec/i64.wast:488: assert_malformed passed:
+ out/test/spec/i64/i64.30.wat:1:31: error: invalid literal "nan:arithmetic"
+ (func (result i64) (i64.const nan:arithmetic))
+ ^^^^^^^^^^^^^^
+out/test/spec/i64.wast:492: assert_malformed passed:
+ out/test/spec/i64/i64.31.wat:1:31: error: invalid literal "nan:canonical"
+ (func (result i64) (i64.const nan:canonical))
+ ^^^^^^^^^^^^^
416/416 tests passed.
;;; STDOUT ;;)