[test] Skip and mark slow tests

NOTRY=true

Bug: v8:9145
Change-Id: I0751ad840bb5a93ae0d0988e1b69dd9b1b215f6a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1585727
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61032}
This commit is contained in:
Michael Achenbach 2019-04-26 10:25:54 +02:00 committed by Commit Bot
parent a01de42600
commit 47b325db92
5 changed files with 41 additions and 3 deletions

View File

@ -38,6 +38,13 @@
}], # ALWAYS
['variant == stress', {
# Slow tests.
'octane/box2d': [PASS, SLOW],
'octane/code-load': [PASS, SLOW],
'octane/crypto': [PASS, SLOW],
'octane/gbemu-part1': [PASS, SLOW],
'octane/pdfjs': [PASS, SLOW],
# Too slow for stress mode.
'octane/mandreel': [SKIP],
'octane/typescript': [SKIP],
@ -47,6 +54,12 @@
}],
['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],
}],

View File

@ -121,6 +121,7 @@
############################################################################
# Slow tests.
'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
'test-heap-profiler/ManyLocalsInSharedContext': [PASS, SLOW],
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode == debug', SKIP]],
'test-parsing/ObjectRestNegativeTestSlow': [PASS, ['mode == debug', SKIP]],

View File

@ -36,6 +36,9 @@
# https://code.google.com/p/v8/issues/detail?id=7481
'collator/check-kf-option': [FAIL],
'collator/check-kn-option': [FAIL],
# Slow tests.
'regress-903566': [PASS, SLOW],
}], # ALWAYS
['variant == no_wasm_traps', {
@ -68,6 +71,12 @@
'relative-time-format/resolved-options-nu-extended': [FAIL],
}], # 'system == android'
##############################################################################
['variant == stress', {
# Too slow.
'regress-903566': [SKIP],
}], # 'variant == stress'
##############################################################################
['variant == jitless and not embedded_builtins', {
'*': [SKIP],

View File

@ -534,13 +534,16 @@
'string-localecompare': [SKIP],
# Too slow.
'asm/embenchen/zlib': [SKIP],
'harmony/regexp-property-lu-ui': [SKIP],
'regress/regress-779407': [SKIP],
'wasm/embenchen/box2d': [SKIP],
'wasm/embenchen/lua_binarytrees': [SKIP],
'wasm/embenchen/zlib': [SKIP],
# https://bugs.chromium.org/p/v8/issues/detail?id=7102
# Flaky due to huge string allocation.
'regress/regress-748069': [SKIP],
# Slow test.
'regress/regress-779407': [PASS, SLOW],
}], # 'msan == True'
##############################################################################
@ -562,6 +565,10 @@
'regress/wasm/regress-694433': [SKIP],
'es6/typedarray': [PASS, NO_VARIANTS],
'regress/regress-752764': [PASS, NO_VARIANTS],
# Slow tests.
'es6/block-conflicts-sloppy': [PASS, SLOW],
'regress/regress-500980': [PASS, SLOW],
}], # 'tsan == True'
##############################################################################
@ -901,7 +908,7 @@
# Too slow for TSAN in stress mode.
# Goes OOM on ODROID devices: https://crbug.com/v8/9026
'es6/classes': [PASS, ['tsan or (arch == arm and not simulator_run)', SKIP]],
'es6/classes': [PASS, SLOW, ['tsan or (arch == arm and not simulator_run)', SKIP]],
'regress/regress-1122': [PASS, ['tsan', SKIP]],
# Too slow with gc_stress on arm64.

View File

@ -1033,6 +1033,14 @@
'ecma_3/RegExp/regress-85721': [SKIP],
}], # tsan
##############################################################################
['variant == stress', {
# Slow tests.
'js1_5/Regress/regress-360969-05': [SKIP],
'js1_5/Regress/regress-360969-06': [SKIP],
}], # variant == stress
##############################################################################
['variant == no_wasm_traps', {
'*': [SKIP],
}], # variant == no_wasm_traps