Commit 39085348 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Fix skipping slow tests.

TBR=hablich@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#30511}
parent ae3185e3
......@@ -853,10 +853,10 @@
['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],
'ecma_3/Statements/regress-302439': [PASS, FAST_VARIANTS],
'js1_5/Regress/regress-98901': [SKIP],
'ecma_3/RegExp/perlstress-001': [PASS, FAST_VARIANTS],
'js1_5/extensions/regress-311161': [FAIL_OK, FAST_VARIANTS],
}], # 'no_i18n == True and mode == debug'
......
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