summaryrefslogtreecommitdiff
path: root/test/harness-windows/wasm2c/floating_point.txt
diff options
context:
space:
mode:
authorSoni L <EnderMoneyMod@gmail.com>2023-11-28 13:10:49 -0300
committerGitHub <noreply@github.com>2023-11-28 08:10:49 -0800
commitb85cbadb19be5f060cd1d23e53e2d19940c5b571 (patch)
treeae57971a152936fd50eb34adefe0d3985d694518 /test/harness-windows/wasm2c/floating_point.txt
parentbf44aa4777add07462df6fe7a02eac8754b40a82 (diff)
downloadwabt-b85cbadb19be5f060cd1d23e53e2d19940c5b571.tar.gz
wabt-b85cbadb19be5f060cd1d23e53e2d19940c5b571.tar.bz2
wabt-b85cbadb19be5f060cd1d23e53e2d19940c5b571.zip
Make run-spec-wasm2c platform-consistent (#2335)
Diffstat (limited to 'test/harness-windows/wasm2c/floating_point.txt')
-rw-r--r--test/harness-windows/wasm2c/floating_point.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/harness-windows/wasm2c/floating_point.txt b/test/harness-windows/wasm2c/floating_point.txt
deleted file mode 100644
index 75cd8f4a..00000000
--- a/test/harness-windows/wasm2c/floating_point.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-;;; TOOL: run-spec-wasm2c
-;;; ERROR: 1
-;;; 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))
-)
-(assert_return (invoke "f32" (f32.const 0.0)) (f32.const 123.4))
-(assert_return (invoke "f32" (f32.const 123.4)) (f32.const 0.0))
-(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-windows/wasm2c/floating_point\floating_point.exe'" (1):
-0/4 tests passed.
-
-out/test/harness-windows/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-windows/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-windows/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-windows/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.
-
-;;; STDERR ;;)
-(;; STDOUT ;;;
-0/4 tests passed.
-;;; STDOUT ;;)