Commit 17b0f16c authored by arv's avatar arv Committed by Commit bot

Skip slow tests in non debug too

BUG=N
LOG=N
TBR=adamk

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

Cr-Commit-Position: refs/heads/master@{#29058}
parent a1059015
......@@ -598,19 +598,20 @@
############################ SKIPPED TESTS #############################
# These tests take a looong time to run in debug mode.
'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [PASS, ['mode == debug', SKIP]],
'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [PASS, ['mode == debug', SKIP]],
'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [PASS, ['mode == debug', SKIP]],
'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [PASS, ['mode == debug', SKIP]],
'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
'built-ins/RegExp/S15.10.2.12_A3_T1': [PASS, ['mode == debug', SKIP]],
'intl402/9.2.6_4_b': [PASS, ['mode == debug', SKIP]],
'language/literals/regexp/S7.8.5_A1.1_T2': [PASS, ['mode == debug', SKIP]],
'language/literals/regexp/S7.8.5_A1.4_T2': [PASS, ['mode == debug', SKIP]],
'language/literals/regexp/S7.8.5_A2.1_T2': [PASS, ['mode == debug', SKIP]],
'language/literals/regexp/S7.8.5_A2.4_T2': [PASS, ['mode == debug', SKIP]],
# These tests take a looong time to run.
'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T1': [SKIP],
'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP],
'intl402/9.2.6_4_b': [SKIP],
'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP],
'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP],
'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP],
'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP],
'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [PASS, ['mode == debug', SKIP], ['sloppy', SKIP]],
}], # ALWAYS
......
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