[test] Mark slow tests

NOTRY=true
TBR=clemensh@chromium.org

Change-Id: Ifc171886d122ca19230a3099cf14f13a4bfcabb1
Reviewed-on: https://chromium-review.googlesource.com/999515
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52439}
This commit is contained in:
Michael Achenbach 2018-04-06 14:24:29 +02:00 committed by Commit Bot
parent 6651b95b41
commit dcfea5b358

View File

@ -152,6 +152,8 @@
'asm/sqlite3/*': [PASS, SLOW, NO_VARIANTS],
# Slow tests.
'compiler/osr-one': [PASS, SLOW],
'compiler/osr-two': [PASS, SLOW],
'copy-on-write-assert': [PASS, SLOW],
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW],
'harmony/regexp-property-script-extensions': [PASS, SLOW],
@ -162,6 +164,7 @@
'regress/regress-655573': [PASS, SLOW],
'regress/regress-1200351': [PASS, SLOW],
'wasm/embenchen/*': [PASS, SLOW],
'wasm/grow-memory': [PASS, SLOW],
'wasm/unreachable-validation': [PASS, SLOW],
# case-insensitive unicode regexp relies on case mapping provided by ICU.
@ -424,11 +427,6 @@
# Flaky with baseline?
'regress/regress-2185-2': [SKIP],
# Slow tests with --noopt.
'compiler/osr-one': [PASS, SLOW],
'compiler/osr-two': [PASS, SLOW],
'wasm/grow-memory': [PASS, SLOW],
# https://bugs.chromium.org/p/v8/issues/detail?id=7102
# Flaky due to huge string allocation.
'regress/regress-748069': [SKIP],
@ -725,7 +723,6 @@
'regress/regress-91008': [PASS, SLOW],
'harmony/regexp-property-lu-ui': [PASS, SLOW],
'whitespaces': [PASS, SLOW],
'wasm/grow-memory': [PASS, SLOW],
}], # 'arch == ppc and simulator_run'
##############################################################################