summaryrefslogtreecommitdiff
path: root/test/harness/wasm2c/floating_point.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/harness/wasm2c/floating_point.txt')
-rw-r--r--test/harness/wasm2c/floating_point.txt13
1 files changed, 4 insertions, 9 deletions
diff --git a/test/harness/wasm2c/floating_point.txt b/test/harness/wasm2c/floating_point.txt
index 8e4180be..d339d66c 100644
--- a/test/harness/wasm2c/floating_point.txt
+++ b/test/harness/wasm2c/floating_point.txt
@@ -1,6 +1,5 @@
;;; TOOL: run-spec-wasm2c
;;; ERROR: 1
-;;; NOT-PLATFORMS: Windows
(module
(func (export "f32") (param $x f32) (result f32) (local.get $x))
(func (export "f64") (param $x f64) (result f64) (local.get $x))
@@ -10,14 +9,10 @@
(assert_return (invoke "f64" (f64.const 0.0)) (f64.const 123.4))
(assert_return (invoke "f64" (f64.const 123.4)) (f64.const 0.0))
(;; STDERR ;;;
-Error running "out/test/harness/wasm2c/floating_point/floating_point" (1):
-0/4 tests passed.
-
-out/test/harness/wasm2c/floating_point/floating_point-main.c:384: assertion failed: in w2c_floating__point__0__wasm_f32(&floating__point__0__wasm_instance, 0.f): expected 123.400002, got 0.
-out/test/harness/wasm2c/floating_point/floating_point-main.c:387: assertion failed: in w2c_floating__point__0__wasm_f32(&floating__point__0__wasm_instance, 123.400002f): expected 0, got 123.400002.
-out/test/harness/wasm2c/floating_point/floating_point-main.c:390: assertion failed: in w2c_floating__point__0__wasm_f64(&floating__point__0__wasm_instance, 0.0000000000000000): expected 123.40000000000001, got 0.
-out/test/harness/wasm2c/floating_point/floating_point-main.c:393: assertion failed: in w2c_floating__point__0__wasm_f64(&floating__point__0__wasm_instance, 123.40000000000001): expected 0, got 123.40000000000001.
-
+floating_point.txt:7: assertion failed: in w2c_floating__point__0__wasm_f32(&floating__point__0__wasm_instance, 0.f): expected 123.400002, got 0.
+floating_point.txt:8: assertion failed: in w2c_floating__point__0__wasm_f32(&floating__point__0__wasm_instance, 123.400002f): expected 0, got 123.400002.
+floating_point.txt:9: assertion failed: in w2c_floating__point__0__wasm_f64(&floating__point__0__wasm_instance, 0.0000000000000000): expected 123.40000000000001, got 0.
+floating_point.txt:10: assertion failed: in w2c_floating__point__0__wasm_f64(&floating__point__0__wasm_instance, 123.40000000000001): expected 0, got 123.40000000000001.
;;; STDERR ;;)
(;; STDOUT ;;;
0/4 tests passed.