diff options
Diffstat (limited to 'test/wasm2c/spec/exception-handling/imports.txt')
-rw-r--r-- | test/wasm2c/spec/exception-handling/imports.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/wasm2c/spec/exception-handling/imports.txt b/test/wasm2c/spec/exception-handling/imports.txt new file mode 100644 index 00000000..797faf50 --- /dev/null +++ b/test/wasm2c/spec/exception-handling/imports.txt @@ -0,0 +1,24 @@ +;;; TOOL: run-spec-wasm2c +(module) +(;; STDOUT ;;; +0/0 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 ;;) |