Commit dcfea5b3 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Mark slow tests

NOTRY=true
TBR=clemensh@chromium.org

Change-Id: Ifc171886d122ca19230a3099cf14f13a4bfcabb1
Reviewed-on: https://chromium-review.googlesource.com/999515Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52439}
parent 6651b95b
...@@ -152,6 +152,8 @@ ...@@ -152,6 +152,8 @@
'asm/sqlite3/*': [PASS, SLOW, NO_VARIANTS], 'asm/sqlite3/*': [PASS, SLOW, NO_VARIANTS],
# Slow tests. # Slow tests.
'compiler/osr-one': [PASS, SLOW],
'compiler/osr-two': [PASS, SLOW],
'copy-on-write-assert': [PASS, SLOW], 'copy-on-write-assert': [PASS, SLOW],
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW], 'es6/typedarray-construct-offset-not-smi': [PASS, SLOW],
'harmony/regexp-property-script-extensions': [PASS, SLOW], 'harmony/regexp-property-script-extensions': [PASS, SLOW],
...@@ -162,6 +164,7 @@ ...@@ -162,6 +164,7 @@
'regress/regress-655573': [PASS, SLOW], 'regress/regress-655573': [PASS, SLOW],
'regress/regress-1200351': [PASS, SLOW], 'regress/regress-1200351': [PASS, SLOW],
'wasm/embenchen/*': [PASS, SLOW], 'wasm/embenchen/*': [PASS, SLOW],
'wasm/grow-memory': [PASS, SLOW],
'wasm/unreachable-validation': [PASS, SLOW], 'wasm/unreachable-validation': [PASS, SLOW],
# case-insensitive unicode regexp relies on case mapping provided by ICU. # case-insensitive unicode regexp relies on case mapping provided by ICU.
...@@ -424,11 +427,6 @@ ...@@ -424,11 +427,6 @@
# Flaky with baseline? # Flaky with baseline?
'regress/regress-2185-2': [SKIP], '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 # https://bugs.chromium.org/p/v8/issues/detail?id=7102
# Flaky due to huge string allocation. # Flaky due to huge string allocation.
'regress/regress-748069': [SKIP], 'regress/regress-748069': [SKIP],
...@@ -725,7 +723,6 @@ ...@@ -725,7 +723,6 @@
'regress/regress-91008': [PASS, SLOW], 'regress/regress-91008': [PASS, SLOW],
'harmony/regexp-property-lu-ui': [PASS, SLOW], 'harmony/regexp-property-lu-ui': [PASS, SLOW],
'whitespaces': [PASS, SLOW], 'whitespaces': [PASS, SLOW],
'wasm/grow-memory': [PASS, SLOW],
}], # 'arch == ppc and simulator_run' }], # 'arch == ppc and simulator_run'
############################################################################## ##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment