diff options
author | Alex Crichton <alex@alexcrichton.com> | 2020-05-06 13:46:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 11:46:43 -0700 |
commit | e88bc660cf89ca84dccda358cfbadc8a7c2bc935 (patch) | |
tree | f42df6241b90ebfb17e58a0fcae407b4687759b1 /test/spec/bulk-memory-operations | |
parent | 9068d3927b404ce1e9c600473255a90504034eee (diff) | |
download | wabt-e88bc660cf89ca84dccda358cfbadc8a7c2bc935.tar.gz wabt-e88bc660cf89ca84dccda358cfbadc8a7c2bc935.tar.bz2 wabt-e88bc660cf89ca84dccda358cfbadc8a7c2bc935.zip |
Enabled merged proposals by default (#1405)
This enables three proposals by default since they've been merged into
the upstream specification:
* `saturating-float-to-int` - WebAssembly/spec#1143
* `sign-extension` - WebAssembly/spec#1144
* `multi-value` - WebAssembly/spec#1145
Most of the fallout from this is in the test suite with lots of
`--enable` flags getting removed and some tests which now
unconditionally pass also getting removed. Two spec tests explicitly
pass `--disable` until the spec test submodule is updated.
Diffstat (limited to 'test/spec/bulk-memory-operations')
-rw-r--r-- | test/spec/bulk-memory-operations/binary.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/spec/bulk-memory-operations/binary.txt b/test/spec/bulk-memory-operations/binary.txt index 7a70ead3..69430f69 100644 --- a/test/spec/bulk-memory-operations/binary.txt +++ b/test/spec/bulk-memory-operations/binary.txt @@ -177,7 +177,8 @@ 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: - 0000025: error: expected valid block signature type + 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: 0000017: error: multiple Start sections 88/88 tests passed. |