[test] Skip some slow benchmarks
This skips the top outliers in debug mode and marks other tests as slow that frequently flakily time out, see bug. No=Try: true Bug: v8:10909 Change-Id: I26b22cceba4a93496f340fe25af0685391fa762b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2407897 Commit-Queue: Maya Lekova <mslekova@chromium.org> Reviewed-by: Maya Lekova <mslekova@chromium.org> Auto-Submit: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#69865}
This commit is contained in:
parent
8eb261d158
commit
c5a70d3a55
@ -42,16 +42,21 @@
|
||||
['variant in [jitless, nooptimization, stress]', {
|
||||
# Slow tests.
|
||||
'kraken/ai-astar': [PASS, SLOW],
|
||||
'kraken/imaging-darkroom': [PASS, SLOW],
|
||||
'kraken/imaging-desaturate': [PASS, SLOW],
|
||||
'octane/code-load': [PASS, SLOW],
|
||||
'octane/crypto': [PASS, SLOW],
|
||||
'octane/earley-boyer': [PASS, SLOW],
|
||||
'octane/gbemu-part1': [PASS, SLOW],
|
||||
'octane/navier-stokes': [PASS, SLOW],
|
||||
'octane/pdfjs': [PASS, SLOW],
|
||||
'octane/regexp': [PASS, SLOW],
|
||||
}],
|
||||
|
||||
['variant == stress', {
|
||||
# Too slow for stress mode.
|
||||
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
|
||||
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
|
||||
'octane/mandreel': [SKIP],
|
||||
'octane/typescript': [SKIP],
|
||||
|
||||
@ -61,9 +66,16 @@
|
||||
|
||||
['variant == jitless', {
|
||||
# Too slow for jitless mode.
|
||||
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
|
||||
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
|
||||
'octane/zlib': [SKIP],
|
||||
}],
|
||||
|
||||
['variant == nooptimization and mode == debug', {
|
||||
# Too slow for nooptimization mode and debug.
|
||||
'kraken/imaging-gaussian-blur': [SKIP],
|
||||
}],
|
||||
|
||||
['variant == stress_incremental_marking', {
|
||||
# Too slow for stress_incremental_marking.
|
||||
'octane/box2d': [SKIP],
|
||||
|
Loading…
Reference in New Issue
Block a user