summaryrefslogtreecommitdiff
path: root/test/wasm2c/spec/exception-handling/imports.txt
diff options
context:
space:
mode:
authorKeith Winstein <keithw@cs.stanford.edu>2022-10-02 23:27:36 -0700
committerGitHub <noreply@github.com>2022-10-03 06:27:36 +0000
commitcbc56844fe4e3452a4ba53c4b25247a9b62e0e3d (patch)
tree8b105276fad3a8c21c6c0bf6244c73f37e5fa550 /test/wasm2c/spec/exception-handling/imports.txt
parentbd991b56153cf453014f58d0a3bd06bfa363ec17 (diff)
downloadwabt-cbc56844fe4e3452a4ba53c4b25247a9b62e0e3d.tar.gz
wabt-cbc56844fe4e3452a4ba53c4b25247a9b62e0e3d.tar.bz2
wabt-cbc56844fe4e3452a4ba53c4b25247a9b62e0e3d.zip
wasm2c: implement the reference-types proposal (#1887)
Restores current versions of all non-SIMD tests in the core testsuite and multi-memory and exception-handling proposals.
Diffstat (limited to 'test/wasm2c/spec/exception-handling/imports.txt')
-rw-r--r--test/wasm2c/spec/exception-handling/imports.txt35
1 files changed, 14 insertions, 21 deletions
diff --git a/test/wasm2c/spec/exception-handling/imports.txt b/test/wasm2c/spec/exception-handling/imports.txt
index 797faf50..da5aee15 100644
--- a/test/wasm2c/spec/exception-handling/imports.txt
+++ b/test/wasm2c/spec/exception-handling/imports.txt
@@ -1,24 +1,17 @@
;;; TOOL: run-spec-wasm2c
-(module)
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/imports.wast
+;;; ARGS*: --enable-exceptions
(;; STDOUT ;;;
-0/0 tests passed.
+spectest.print_i32(13)
+spectest.print_i32_f32(14 42)
+spectest.print_i32(13)
+spectest.print_i32(13)
+spectest.print_f32(13)
+spectest.print_i32(13)
+spectest.print_f64_f64(25 53)
+spectest.print_f64(24)
+spectest.print_f64(24)
+spectest.print_f64(24)
+spectest.print_i32(13)
+34/34 tests passed.
;;; STDOUT ;;)
-
-;; To be replaced with below after reference types land
-;; ;;; TOOL: run-spec-wasm2c
-;; ;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/imports.wast
-;; ;;; ARGS*: --enable-exceptions
-;; (;; STDOUT ;;;
-;; spectest.print_i32(13)
-;; spectest.print_i32_f32(14 42)
-;; spectest.print_i32(13)
-;; spectest.print_i32(13)
-;; spectest.print_f32(13)
-;; spectest.print_i32(13)
-;; spectest.print_f64_f64(25 53)
-;; spectest.print_f64(24)
-;; spectest.print_f64(24)
-;; spectest.print_f64(24)
-;; spectest.print_i32(13)
-;; 34/34 tests passed.
-;; ;;; STDOUT ;;)