Commit 5cca428a authored by Shu-yu Guo's avatar Shu-yu Guo Committed by V8 LUCI CQ

Skip {map,set}-grow-failed tests on more slow bots

TBR=adamk@chromium.org

Bug: v8:11852
Change-Id: Ifa42d8f15433ac2328a5852e1b16e9da423d798b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3101578Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76358}
parent 3a7aa9fe
......@@ -94,4 +94,18 @@
'fail/set-grow-failed': [SKIP],
}], # 'msan == True'
##############################################################################
['simulator_run', {
# Too slow on simulators
'fail/map-grow-failed': [SKIP],
'fail/set-grow-failed': [SKIP],
}], # simulator_run
##############################################################################
['is_full_debug', {
# Too slow in non-optimized debug mode
'fail/map-grow-failed': [SKIP],
'fail/set-grow-failed': [SKIP],
}], # is_full_debug
]
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