Commit b072d014 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip more flaky wasm tests for gc stress

BUG=v8:5451,v8:5496
TBR=mtrofin@chromium.org, titzer@chromium.org, ahaas@chromium.org
NOTRY=true
NOTREECHECKS=true

Review-Url: https://codereview.chromium.org/2399343003
Cr-Commit-Position: refs/heads/master@{#40091}
parent 2c9b5844
......@@ -643,6 +643,8 @@
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
# BUG(v8:5496): Flaky crashes.
'wasm/gc-stress': [PASS, ['gc_stress', SKIP]],
}], # variant == turbofan_opt
##############################################################################
......@@ -744,6 +746,9 @@
# TODO(rmcilroy): Flaky OOM.
'unicodelctest-no-optimization': [SKIP],
# BUG(v8:5496): Flaky crashes.
'wasm/gc-stress': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition_turbofan
['variant == ignition_turbofan and arch == arm64', {
......@@ -821,4 +826,9 @@
'whitespaces': [SKIP],
}], # variant == asm_wasm
['variant == stress', {
# BUG(v8:5451): Flaky crashes.
'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
}], # variant == 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