Don't check assert_trap tests when Lightbeam is enabled.

Lightbeam doesn't yet produce trap metadata, so it can't yet match the
expected `assert_trap` messages. Disable them for now.
This commit is contained in:
Dan Gohman
2019-10-02 13:42:26 -07:00
parent 7092499c10
commit d4353f03cb
5 changed files with 12 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ const USAGE: &str = "
Wast test runner.
Usage:
wast [-do] [--enable-simd] [--disable-cache | --cache-config=<cache_config_file>] [--always-lightmean | --always-cranelift] <file>...
wast [-do] [--enable-simd] [--disable-cache | --cache-config=<cache_config_file>] [--always-lightbeam | --always-cranelift] <file>...
wast --create-cache-config [--cache-config=<cache_config_file>]
wast --help | --version