diff options
Diffstat (limited to 'test/spec/skip-stack-guard-page.wast')
-rw-r--r-- | test/spec/skip-stack-guard-page.wast | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/spec/skip-stack-guard-page.wast b/test/spec/skip-stack-guard-page.wast index 4f9273eb6..a472e6814 100644 --- a/test/spec/skip-stack-guard-page.wast +++ b/test/spec/skip-stack-guard-page.wast @@ -2272,13 +2272,13 @@ ) ) -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 0)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 100)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 200)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 300)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 400)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 500)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 600)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 700)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 800)) "call stack exhausted") -;; (assert_exhaustion (invoke "test-guard-page-skip" (i32.const 900)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 0)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 100)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 200)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 300)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 400)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 500)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 600)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 700)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 800)) "call stack exhausted") +(assert_exhaustion (invoke "test-guard-page-skip" (i32.const 900)) "call stack exhausted") |