[test] Mark slow tests as slow on debug mode

Bug: v8:13572
Change-Id: Ib23cfc4c3b69ffc7c89d0dde47323a03980452f0
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4092223
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84748}
This commit is contained in:
Al Muthanna Athamina 2022-12-09 10:35:03 +01:00 committed by V8 LUCI CQ
parent 825915a75c
commit fe89c47a68
3 changed files with 9 additions and 1 deletions

View File

@ -125,6 +125,9 @@
['mode == debug', {
# BUG(v8:10996): Flaky on Linux64 - debug
'test-cpu-profiler/StartProfilingAfterOsr': [SKIP],
'test-concurrent-allocation/ConcurrentAllocationWhileMainThreadParksAndUnparks': [PASS, SLOW],
'test-concurrent-allocation/ConcurrentAllocationInLargeSpace': [PASS, SLOW],
}],
##############################################################################

View File

@ -29,7 +29,7 @@
################################################################################
[ALWAYS, {
# TODO(ftang,jshin): The following test is flaky.
'overrides/caching': [PASS, FAIL],
'overrides/caching': [PASS, FAIL, SLOW],
}], # ALWAYS
################################################################################

View File

@ -249,6 +249,11 @@
# BUG(v8:11745) The test allocates too much memory, making it slow on debug.
'compiler/regress-crbug-11564': [SKIP],
'regress/regress-992389*': [PASS, SLOW],
'es6/block-conflicts-sloppy': [PASS, SLOW],
'es6/block-conflicts': [PASS, SLOW],
'es6/typedarray-of': [PASS, SLOW],
}], # mode == debug
['novfp3', {