-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backdate the testsuite submodule to the most recent commit that passes all tests. The failing tests are due to the comment.wast test, which is not yet implemented in wasmparser crate.
- Loading branch information
1 parent
c2505f1
commit 731833b
Showing
2 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule testsuite
updated
26 files
+1 −1 | README.md | |
+ − | comments.wast | |
+0 −14 | if.wast | |
+0 −82 | obsolete-keywords.wast | |
+1 −1 | proposals/exception-handling/binary.wast | |
+0 −13 | proposals/exception-handling/ref_null.wast | |
+96 −0 | proposals/exception-handling/rethrow.wast | |
+8 −12 | proposals/exception-handling/throw.wast | |
+0 −118 | proposals/exception-handling/throw_ref.wast | |
+265 −0 | proposals/exception-handling/try_catch.wast | |
+199 −0 | proposals/exception-handling/try_delegate.wast | |
+0 −372 | proposals/exception-handling/try_table.wast | |
+1 −1 | proposals/gc/binary-gc.wast | |
+1 −0 | proposals/gc/binary.wast | |
+1 −1 | proposals/gc/br_on_cast.wast | |
+1 −1 | proposals/gc/br_on_cast_fail.wast | |
+5 −5 | proposals/gc/extern.wast | |
+2 −9 | proposals/gc/global.wast | |
+0 −14 | proposals/gc/if.wast | |
+1 −1 | proposals/gc/ref_cast.wast | |
+7 −7 | proposals/gc/ref_test.wast | |
+0 −15 | proposals/gc/table.wast | |
+14 −14 | proposals/gc/type-equivalence.wast | |
+29 −29 | proposals/gc/type-subtyping.wast | |
+0 −276 | token.wast | |
+274 −0 | tokens.wast |