diff options
author | Ben Smith <binjimin@gmail.com> | 2018-08-03 12:28:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 12:28:01 -0700 |
commit | 407ed441bcc2e316c02e407e81e7aed41000578f (patch) | |
tree | c28e421b34184be3901481d956404b9ba9d7abcb /test/help | |
parent | 7ce1b98bec018c13b5c8e3875688bed43f1f2935 (diff) | |
download | wabt-407ed441bcc2e316c02e407e81e7aed41000578f.tar.gz wabt-407ed441bcc2e316c02e407e81e7aed41000578f.tar.bz2 wabt-407ed441bcc2e316c02e407e81e7aed41000578f.zip |
Update testsuite; enable mut. globals by default (#884)
The newest testsuite update enables mutable globals by default, which
matches the v1 WebAssembly spec.
This change changes the default for all wabt tools, and changes the flag
to `--disable-mutable-globals` in case you need the previous behavior.
This flag will likely be removed in the future.
Diffstat (limited to 'test/help')
-rw-r--r-- | test/help/spectest-interp.txt | 14 | ||||
-rw-r--r-- | test/help/wasm-interp.txt | 14 | ||||
-rw-r--r-- | test/help/wasm-validate.txt | 14 | ||||
-rw-r--r-- | test/help/wasm2wat.txt | 14 | ||||
-rw-r--r-- | test/help/wast2json.txt | 14 | ||||
-rw-r--r-- | test/help/wat-desugar.txt | 14 | ||||
-rw-r--r-- | test/help/wat2wasm.txt | 14 |
7 files changed, 49 insertions, 49 deletions
diff --git a/test/help/spectest-interp.txt b/test/help/spectest-interp.txt index ce4ce87e..71278c79 100644 --- a/test/help/spectest-interp.txt +++ b/test/help/spectest-interp.txt @@ -12,13 +12,13 @@ examples: options: -v, --verbose Use multiple times for more info --help Print this help message - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value -V, --value-stack-size=SIZE Size in elements of the value stack -C, --call-stack-size=SIZE Size in elements of the call stack -t, --trace Trace execution diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index 3d3ce212..cf0220cd 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -23,13 +23,13 @@ examples: options: -v, --verbose Use multiple times for more info --help Print this help message - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value -V, --value-stack-size=SIZE Size in elements of the value stack -C, --call-stack-size=SIZE Size in elements of the call stack -t, --trace Trace execution diff --git a/test/help/wasm-validate.txt b/test/help/wasm-validate.txt index ed1923f7..5884e41a 100644 --- a/test/help/wasm-validate.txt +++ b/test/help/wasm-validate.txt @@ -12,13 +12,13 @@ examples: options: -v, --verbose Use multiple times for more info --help Print this help message - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value --no-debug-names Ignore debug names in the binary file --ignore-custom-section-errors Ignore errors in custom sections ;;; STDOUT ;;) diff --git a/test/help/wasm2wat.txt b/test/help/wasm2wat.txt index 68de35cb..86dc1e46 100644 --- a/test/help/wasm2wat.txt +++ b/test/help/wasm2wat.txt @@ -18,13 +18,13 @@ options: --help Print this help message -o, --output=FILENAME Output file for the generated wast file, by default use stdout -f, --fold-exprs Write folded expressions where possible - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value --inline-exports Write all exports inline --inline-imports Write all imports inline --no-debug-names Ignore debug names in the binary file diff --git a/test/help/wast2json.txt b/test/help/wast2json.txt index 5a1395ee..1d59046b 100644 --- a/test/help/wast2json.txt +++ b/test/help/wast2json.txt @@ -15,13 +15,13 @@ options: -v, --verbose Use multiple times for more info --help Print this help message --debug-parser Turn on debugging the parser of wast files - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value -o, --output=FILE output wasm binary file -r, --relocatable Create a relocatable wasm binary (suitable for linking with e.g. lld) --no-canonicalize-leb128s Write all LEB128 sizes as 5-bytes instead of their minimal size diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt index ea46287a..b8e43a7c 100644 --- a/test/help/wat-desugar.txt +++ b/test/help/wat-desugar.txt @@ -20,12 +20,12 @@ options: -o, --output=FILE Output file for the formatted file --debug-parser Turn on debugging the parser of wat files -f, --fold-exprs Write folded expressions where possible - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value --generate-names Give auto-generated names to non-named functions, types, etc. ;;; STDOUT ;;) diff --git a/test/help/wat2wasm.txt b/test/help/wat2wasm.txt index 35c66d6d..94860518 100644 --- a/test/help/wat2wasm.txt +++ b/test/help/wat2wasm.txt @@ -22,13 +22,13 @@ options: --help Print this help message --debug-parser Turn on debugging the parser of wat files -d, --dump-module Print a hexdump of the module to stdout - --enable-exceptions Experimental exception handling - --enable-mutable-globals Import/export mutable globals - --enable-saturating-float-to-int Saturating float-to-int operators - --enable-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value -o, --output=FILE output wasm binary file -r, --relocatable Create a relocatable wasm binary (suitable for linking with e.g. lld) --no-canonicalize-leb128s Write all LEB128 sizes as 5-bytes instead of their minimal size |