summaryrefslogtreecommitdiff
path: root/test/spec/call_indirect.wast
diff options
context:
space:
mode:
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))