summaryrefslogtreecommitdiff
path: root/test/interp/unary-extend.txt
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2020-05-06 13:46:43 -0500
committerGitHub <noreply@github.com>2020-05-06 11:46:43 -0700
commite88bc660cf89ca84dccda358cfbadc8a7c2bc935 (patch)
treef42df6241b90ebfb17e58a0fcae407b4687759b1 /test/interp/unary-extend.txt
parent9068d3927b404ce1e9c600473255a90504034eee (diff)
downloadwabt-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/interp/unary-extend.txt')
-rw-r--r--test/interp/unary-extend.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/interp/unary-extend.txt b/test/interp/unary-extend.txt
index 6b80e650..fef1efe3 100644
--- a/test/interp/unary-extend.txt
+++ b/test/interp/unary-extend.txt
@@ -1,5 +1,4 @@
;;; TOOL: run-interp
-;;; ARGS*: --enable-sign-extension
(module
(func (export "i32.extend8_s 0x7f") (result i32)
i32.const 0x7f