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/+/3101578
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#76358}
This commit is contained in:
Shu-yu Guo 2021-08-18 02:29:32 -04:00 committed by V8 LUCI CQ
parent 3a7aa9feee
commit 5cca428ac1

View File

@ -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
]