summaryrefslogtreecommitdiff
path: root/test/wasm2c/spec
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2c/spec')
-rw-r--r--test/wasm2c/spec/exception-handling/rethrow.txt2
-rw-r--r--test/wasm2c/spec/exception-handling/throw.txt2
-rw-r--r--test/wasm2c/spec/exception-handling/try_catch.txt4
-rw-r--r--test/wasm2c/spec/exception-handling/try_delegate.txt4
4 files changed, 6 insertions, 6 deletions
diff --git a/test/wasm2c/spec/exception-handling/rethrow.txt b/test/wasm2c/spec/exception-handling/rethrow.txt
index 47d12732..909d6d20 100644
--- a/test/wasm2c/spec/exception-handling/rethrow.txt
+++ b/test/wasm2c/spec/exception-handling/rethrow.txt
@@ -1,5 +1,5 @@
;;; TOOL: run-spec-wasm2c
-;;; STDIN_FILE: third_party/testsuite_legacy/rethrow.wast
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/rethrow.wast
;;; ARGS*: --enable-exceptions
(;; STDOUT ;;;
12/12 tests passed.
diff --git a/test/wasm2c/spec/exception-handling/throw.txt b/test/wasm2c/spec/exception-handling/throw.txt
index d624caa8..f4816ec4 100644
--- a/test/wasm2c/spec/exception-handling/throw.txt
+++ b/test/wasm2c/spec/exception-handling/throw.txt
@@ -1,5 +1,5 @@
;;; TOOL: run-spec-wasm2c
-;;; STDIN_FILE: third_party/testsuite_legacy/throw.wast
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/throw.wast
;;; ARGS*: --enable-exceptions
(;; STDOUT ;;;
7/7 tests passed.
diff --git a/test/wasm2c/spec/exception-handling/try_catch.txt b/test/wasm2c/spec/exception-handling/try_catch.txt
index dde1ae07..18fbe4c2 100644
--- a/test/wasm2c/spec/exception-handling/try_catch.txt
+++ b/test/wasm2c/spec/exception-handling/try_catch.txt
@@ -1,6 +1,6 @@
;;; TOOL: run-spec-wasm2c
-;;; STDIN_FILE: third_party/testsuite_legacy/try_catch.wast
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/try_catch.wast
;;; ARGS*: --enable-exceptions --enable-tail-call
(;; STDOUT ;;;
-29/29 tests passed.
+31/31 tests passed.
;;; STDOUT ;;)
diff --git a/test/wasm2c/spec/exception-handling/try_delegate.txt b/test/wasm2c/spec/exception-handling/try_delegate.txt
index d5bc3ba3..d9f0f8dc 100644
--- a/test/wasm2c/spec/exception-handling/try_delegate.txt
+++ b/test/wasm2c/spec/exception-handling/try_delegate.txt
@@ -1,6 +1,6 @@
;;; TOOL: run-spec-wasm2c
-;;; STDIN_FILE: third_party/testsuite_legacy/try_delegate.wast
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/try_delegate.wast
;;; ARGS*: --enable-exceptions --enable-tail-call
(;; STDOUT ;;;
-17/17 tests passed.
+20/20 tests passed.
;;; STDOUT ;;)