From dacaff0b6ccea01788e8996711cad6c576ccca05 Mon Sep 17 00:00:00 2001 From: Manos Koukoutos Date: Tue, 8 Feb 2022 16:18:18 +0000 Subject: [PATCH] [wasm][test] Disable flaky test Bug: v8:12605 Change-Id: Ic353570757b0271279d9a00352017b0341281e05 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3448382 Reviewed-by: Andreas Haas Commit-Queue: Manos Koukoutos Cr-Commit-Position: refs/heads/main@{#79008} --- test/mjsunit/mjsunit.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 82cfd28950..a6380281a3 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -1190,6 +1190,9 @@ # BUG(v8:11858): Deadlocks in predictable mode when waiting for the native # module cache entry to be completed. 'regress/wasm/regress-709684': [SKIP], + + # BUG(v8:12605): flaky test. + 'wasm/grow-shared-memory': [SKIP], }], # 'predictable == True' ##############################################################################