[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:
parent
825915a75c
commit
fe89c47a68
@ -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],
|
||||
}],
|
||||
|
||||
##############################################################################
|
||||
|
@ -29,7 +29,7 @@
|
||||
################################################################################
|
||||
[ALWAYS, {
|
||||
# TODO(ftang,jshin): The following test is flaky.
|
||||
'overrides/caching': [PASS, FAIL],
|
||||
'overrides/caching': [PASS, FAIL, SLOW],
|
||||
}], # ALWAYS
|
||||
|
||||
################################################################################
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user