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/dump/try-multi.txt | |
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/dump/try-multi.txt')
-rw-r--r-- | test/dump/try-multi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump/try-multi.txt b/test/dump/try-multi.txt index 76fabdf3..dbab05ee 100644 --- a/test/dump/try-multi.txt +++ b/test/dump/try-multi.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-objdump -;;; ARGS0: -v --enable-multi-value --enable-exceptions +;;; ARGS0: -v --enable-exceptions (module (func try (result i32 i32) |