diff options
author | Ben Smith <binji@chromium.org> | 2020-07-15 16:39:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 16:39:52 -0700 |
commit | bd52b8845aa8dcbecc8fc14d77a2bd4e64ad6e75 (patch) | |
tree | 1cff008fdeeff4f4a2a7aa703a19d0910fa1b72b /test/spec/bulk-memory-operations | |
parent | 3041d94d21c82c5a31d1d003bfacbcf2fc28b573 (diff) | |
download | wabt-bd52b8845aa8dcbecc8fc14d77a2bd4e64ad6e75.tar.gz wabt-bd52b8845aa8dcbecc8fc14d77a2bd4e64ad6e75.tar.bz2 wabt-bd52b8845aa8dcbecc8fc14d77a2bd4e64ad6e75.zip |
Remove ref.is_null type parameter (#1474)
See https://github.com/WebAssembly/reference-types/issues/99.
This change also updates the testsuite, so the spec tests pass too.
In addition, the behavior of `br_table` is no longer different from MVP,
and has a text to confirm this. That is now fixed in `type-checker.cc`
too.
Diffstat (limited to 'test/spec/bulk-memory-operations')
-rw-r--r-- | test/spec/bulk-memory-operations/binary.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/spec/bulk-memory-operations/binary.txt b/test/spec/bulk-memory-operations/binary.txt index a072beba..fe18ce7e 100644 --- a/test/spec/bulk-memory-operations/binary.txt +++ b/test/spec/bulk-memory-operations/binary.txt @@ -174,12 +174,9 @@ out/test/spec/bulk-memory-operations/binary.wast:1103: assert_malformed passed: out/test/spec/bulk-memory-operations/binary.wast:1117: assert_malformed passed: 000001a: error: unfinished section (expected end: 0x1b) out/test/spec/bulk-memory-operations/binary.wast:1148: assert_malformed passed: - error: invalid depth: 11 (max 2) - 0000024: error: OnBrTableExpr callback failed -out/test/spec/bulk-memory-operations/binary.wast:1170: assert_malformed passed: error: function type variable out of range: 11 (max 1) 0000025: error: OnBlockExpr callback failed -out/test/spec/bulk-memory-operations/binary.wast:1205: assert_malformed passed: +out/test/spec/bulk-memory-operations/binary.wast:1183: assert_malformed passed: 0000017: error: multiple Start sections -88/88 tests passed. +87/87 tests passed. ;;; STDOUT ;;) |