diff options
Diffstat (limited to 'test/spec/exception-handling')
-rw-r--r-- | test/spec/exception-handling/binary.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/exports.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/imports.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/rethrow.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/tag.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/throw.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/try_catch.txt | 2 | ||||
-rw-r--r-- | test/spec/exception-handling/try_delegate.txt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/test/spec/exception-handling/binary.txt b/test/spec/exception-handling/binary.txt index 9e18bfb6..42c4ed2c 100644 --- a/test/spec/exception-handling/binary.txt +++ b/test/spec/exception-handling/binary.txt @@ -282,5 +282,5 @@ out/test/spec/exception-handling/binary.wast:1772: assert_malformed passed: 0000025: error: OnBlockExpr callback failed out/test/spec/exception-handling/binary.wast:1807: assert_malformed passed: 0000017: error: multiple Start sections -139/139 tests passed. +172/172 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/exports.txt b/test/spec/exception-handling/exports.txt index 7cea1021..85ec2dc4 100644 --- a/test/spec/exception-handling/exports.txt +++ b/test/spec/exception-handling/exports.txt @@ -98,5 +98,5 @@ out/test/spec/exception-handling/exports.wast:236: assert_invalid passed: out/test/spec/exception-handling/exports.wast:240: assert_invalid passed: out/test/spec/exception-handling/exports/exports.87.wasm:000001e: error: duplicate export "a" 000001e: error: OnExport callback failed -41/41 tests passed. +97/97 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/imports.txt b/test/spec/exception-handling/imports.txt index 9abd3f4c..a4a164df 100644 --- a/test/spec/exception-handling/imports.txt +++ b/test/spec/exception-handling/imports.txt @@ -251,5 +251,5 @@ out/test/spec/exception-handling/imports.wast:699: assert_malformed passed: ^^^^^^ out/test/spec/exception-handling/imports.wast:709: assert_unlinkable passed: error: invalid import "not wasm.overloaded" -131/131 tests passed. +185/185 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/rethrow.txt b/test/spec/exception-handling/rethrow.txt index aca05127..98e0b30c 100644 --- a/test/spec/exception-handling/rethrow.txt +++ b/test/spec/exception-handling/rethrow.txt @@ -18,5 +18,5 @@ out/test/spec/exception-handling/rethrow.wast:94: assert_invalid passed: out/test/spec/exception-handling/rethrow.wast:95: assert_invalid passed: out/test/spec/exception-handling/rethrow/rethrow.3.wasm:000001b: error: rethrow not in try catch block 000001b: error: OnRethrowExpr callback failed -15/15 tests passed. +16/16 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/tag.txt b/test/spec/exception-handling/tag.txt index e07a0539..e9074639 100644 --- a/test/spec/exception-handling/tag.txt +++ b/test/spec/exception-handling/tag.txt @@ -5,5 +5,5 @@ out/test/spec/exception-handling/tag.wast:19: assert_invalid passed: out/test/spec/exception-handling/tag/tag.2.wasm:0000014: error: Tag signature must have 0 results. 0000014: error: OnTagType callback failed -1/1 tests passed. +3/3 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/throw.txt b/test/spec/exception-handling/throw.txt index dfd7306c..422ce191 100644 --- a/test/spec/exception-handling/throw.txt +++ b/test/spec/exception-handling/throw.txt @@ -16,5 +16,5 @@ out/test/spec/exception-handling/throw.wast:48: assert_invalid passed: out/test/spec/exception-handling/throw.wast:50: assert_invalid passed: out/test/spec/exception-handling/throw/throw.3.wasm:0000024: error: type mismatch in throw, expected [i32] but got [i64] 0000024: error: OnThrowExpr callback failed -10/10 tests passed. +11/11 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/try_catch.txt b/test/spec/exception-handling/try_catch.txt index 4048b9f9..36ddf106 100644 --- a/test/spec/exception-handling/try_catch.txt +++ b/test/spec/exception-handling/try_catch.txt @@ -33,5 +33,5 @@ out/test/spec/exception-handling/try_catch.wast:236: assert_invalid passed: out/test/spec/exception-handling/try_catch.wast:241: assert_invalid passed: out/test/spec/exception-handling/try_catch/try_catch.10.wasm:000001d: error: type mismatch at end of try catch, expected [] but got [i32] 000001d: error: OnEndExpr callback failed -35/35 tests passed. +38/38 tests passed. ;;; STDOUT ;;) diff --git a/test/spec/exception-handling/try_delegate.txt b/test/spec/exception-handling/try_delegate.txt index 10b93449..128a9d7f 100644 --- a/test/spec/exception-handling/try_delegate.txt +++ b/test/spec/exception-handling/try_delegate.txt @@ -26,5 +26,5 @@ out/test/spec/exception-handling/try_delegate.wast:159: assert_malformed passed: out/test/spec/exception-handling/try_delegate.wast:164: assert_invalid passed: out/test/spec/exception-handling/try_delegate/try_delegate.5.wasm:000001b: error: invalid depth: 2 (max 1) 000001b: error: OnDelegateExpr callback failed -20/20 tests passed. +21/21 tests passed. ;;; STDOUT ;;) |