From ce90b8e3bcfd74f550f848669f1eba0b9b984a59 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Fri, 26 Apr 2019 13:47:10 +0200 Subject: [PATCH] [test] Mark more slow tests TBR=sigurds@chromium.org NOTRY=true Bug: v8:9145 Change-Id: I01829358bc2729d39d06ee40af108b3218e7339d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1585841 Reviewed-by: Michael Achenbach Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/master@{#61043} --- test/benchmarks/benchmarks.status | 14 +++++++------- test/mozilla/mozilla.status | 6 +++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/test/benchmarks/benchmarks.status b/test/benchmarks/benchmarks.status index 4d780f34c0..d1d1098029 100644 --- a/test/benchmarks/benchmarks.status +++ b/test/benchmarks/benchmarks.status @@ -37,14 +37,20 @@ 'octane/typescript': [PASS, SLOW], }], # ALWAYS -['variant == stress', { +# Slow variants. +['variant in [jitless, nooptimization, stress]', { # Slow tests. + 'kraken/ai-astar': [PASS, SLOW], + 'kraken/imaging-desaturate': [PASS, SLOW], 'octane/box2d': [PASS, SLOW], 'octane/code-load': [PASS, SLOW], 'octane/crypto': [PASS, SLOW], 'octane/gbemu-part1': [PASS, SLOW], 'octane/pdfjs': [PASS, SLOW], + 'octane/regexp': [PASS, SLOW], +}], +['variant == stress', { # Too slow for stress mode. 'octane/mandreel': [SKIP], 'octane/typescript': [SKIP], @@ -54,12 +60,6 @@ }], ['variant == jitless', { - # Slow tests. - 'kraken/ai-astar': [PASS, SLOW], - 'kraken/imaging-desaturate': [PASS, SLOW], - 'octane/crypto': [PASS, SLOW], - 'octane/regexp': [PASS, SLOW], - # Too slow for jitless mode. 'octane/zlib': [SKIP], }], diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status index c90e1af74f..788b97d611 100644 --- a/test/mozilla/mozilla.status +++ b/test/mozilla/mozilla.status @@ -202,6 +202,10 @@ # Slow with arm64 simulator in debug. 'ecma_3/Statements/regress-302439': [PASS, ['mode == debug', SLOW]], + # More slow tests. + 'ecma/Date/15.9.5.9': [PASS, SLOW], + 'ecma/Expressions/11.7.2': [PASS, SLOW], + ##################### FLAKY TESTS ##################### # These tests time out in debug mode but pass in product mode @@ -213,7 +217,7 @@ 'js1_5/Regress/regress-203278-1': [PASS, ['mode == debug', FAIL]], 'js1_5/Regress/regress-244470': [PASS, ['mode == debug', FAIL]], 'ecma_3/RegExp/regress-209067': [PASS, ['mode == debug', FAIL]], - 'js1_5/GC/regress-278725': [PASS, ['mode == debug', FAIL]], + 'js1_5/GC/regress-278725': [PASS, SLOW, ['mode == debug', FAIL]], # http://b/issue?id=1206983 'js1_5/Regress/regress-367561-03': [PASS, ['mode == debug', FAIL], NO_VARIANTS], 'ecma/FunctionObjects/15.3.1.1-3': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],