From e88bc660cf89ca84dccda358cfbadc8a7c2bc935 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 6 May 2020 13:46:43 -0500 Subject: 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. --- test/dump/try-multi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dump/try-multi.txt') 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) -- cgit v1.2.3