Commit 1cd96c5b authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip slow tests.

TBR=hablich@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1307123003

Cr-Commit-Position: refs/heads/master@{#30494}
parent 718fc1c9
...@@ -851,6 +851,15 @@ ...@@ -851,6 +851,15 @@
}], # ALWAYS }], # ALWAYS
['no_i18n == True and mode == debug', {
# Tests too slow for no18n debug.
'ecma_3/Statements/regress-302439': [FAST_VARIANTS],
'js1_5/Regress/regress-98901': [FAST_VARIANTS],
'ecma_3/RegExp/perlstress-001': [FAST_VARIANTS],
'js1_5/extensions/regress-311161': [FAST_VARIANTS],
}], # 'no_i18n == True and mode == debug'
['arch == arm or arch == arm64', { ['arch == arm or arch == arm64', {
# BUG(3251229): Times out when running new crankshaft test script. # BUG(3251229): Times out when running new crankshaft test script.
......
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