summaryrefslogtreecommitdiff
path: root/test/spec/call_indirect.wast
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-04-24 11:06:17 -0700
committerGitHub <noreply@github.com>2024-04-24 11:06:17 -0700
commitff02ea0bbe7e3288a2463bb449eb74a2753dda10 (patch)
tree55d042efc35cc8be79a22c0e54f27cb2e7c9b6b9 /test/spec/call_indirect.wast
parent22e80de9a32c19d294080242559fb3c2a84a42b5 (diff)
downloadbinaryen-ff02ea0bbe7e3288a2463bb449eb74a2753dda10.tar.gz
binaryen-ff02ea0bbe7e3288a2463bb449eb74a2753dda10.tar.bz2
binaryen-ff02ea0bbe7e3288a2463bb449eb74a2753dda10.zip
[wasm-shell] Error on unknown commands (#6528)
We previously ignored unknown wast commands, which could lead to the mistaken impression that we were passing test cases that we were in fact not running at all. Clarify matters by having wasm-shell error out on unrecognized commands, and comment out all such commands in our versions of the spec test. As we work toward being able to run the upstream spec tests, having these unsupported commands explicitly commented out will make it easier to track progress toward full support.
Diffstat (limited to 'test/spec/call_indirect.wast')
-rw-r--r--test/spec/call_indirect.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec/call_indirect.wast b/test/spec/call_indirect.wast
index 87d1df75a..791a756ca 100644
--- a/test/spec/call_indirect.wast
+++ b/test/spec/call_indirect.wast
@@ -553,8 +553,8 @@
(assert_return (invoke "odd" (i32.const 200)) (i32.const 99))
(assert_return (invoke "odd" (i32.const 77)) (i32.const 44))
-(assert_exhaustion (invoke "runaway") "call stack exhausted")
-(assert_exhaustion (invoke "mutual-runaway") "call stack exhausted")
+;; (assert_exhaustion (invoke "runaway") "call stack exhausted")
+;; (assert_exhaustion (invoke "mutual-runaway") "call stack exhausted")
(assert_return (invoke "as-select-first") (i32.const 0x132))
(assert_return (invoke "as-select-mid") (i32.const 2))