Commit 9fc7bbb1 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip asm-wasm for gc_stress and ignition

BUG=v8:5451
NOTRY=true
TBR=titzer@chromium.org, ahaas@chromium.org, rmcilroy@chromium.org

Review-Url: https://codereview.chromium.org/2389703006
Cr-Commit-Position: refs/heads/master@{#39989}
parent 90080f2a
......@@ -670,6 +670,9 @@
# Modules which are only meant to be imported from by other tests, not to be
# tested standalone.
'modules-skip*': [SKIP],
# BUG(v8:5451): Flaky crashes.
'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition
['variant == ignition and arch == arm64', {
......@@ -722,6 +725,8 @@
# Might trigger stack overflow.
'unicode-test': [SKIP],
# BUG(v8:5451): Flaky crashes.
'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition_staging
##############################################################################
......
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