diff options
author | Ben Smith <binji@chromium.org> | 2015-09-29 11:05:33 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-29 11:05:33 -0700 |
commit | 983382c851516a74ad48a5b1d040130907805714 (patch) | |
tree | 11a1e59e84b8ae16b61e52891ad7cbdb986b7847 /test/spec/switch.txt | |
parent | e7514b2f2c479fa87bf8d6c28c5fde64bb8d6cf4 (diff) | |
download | wabt-983382c851516a74ad48a5b1d040130907805714.tar.gz wabt-983382c851516a74ad48a5b1d040130907805714.tar.bz2 wabt-983382c851516a74ad48a5b1d040130907805714.zip |
add a bunch of failing spec tests
- i32, i64, memory_trap, switch and unsigned
Diffstat (limited to 'test/spec/switch.txt')
-rw-r--r-- | test/spec/switch.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/spec/switch.txt b/test/spec/switch.txt new file mode 100644 index 00000000..00c0c255 --- /dev/null +++ b/test/spec/switch.txt @@ -0,0 +1,4 @@ +# SKIP: incorrect type mismatch in switch statement +# EXE: test/run-d8.py +# FLAGS: --spec +# STDIN_FILE: third_party/spec/ml-proto/test/switch.wasm |