Commit 7451f97b authored by Clemens Backes's avatar Clemens Backes Committed by Commit Bot

[wasm] Skip test that times out on gc-stress

Similar tests are already skipped on tsan, using the same bug to also
skip this test. Note that it's a slightly different test, but based on
the same "worker-ping-test.js".

TBR=ahaas@chromium.org

Bug: v8:9506
Change-Id: Ie8d0aab5b1fd3ae6c77a65fa04ac4772b2836a1c
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2267301Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68548}
parent 49097109
......@@ -307,6 +307,9 @@
# BUG(v8:10035)
'compiler/deopt-array-builtins': [SKIP],
# BUG(v8:9506): times out.
'harmony/sharedarraybuffer-worker-gc-stress': [SKIP],
}], # 'gc_stress'
##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment