[Interpreter] Skip failing tests on arm.debug in Ignition.

BUG=v8:4280
LOG=N
NOTRY=True
TBR=machenbach@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#31894}
This commit is contained in:
rmcilroy 2015-11-09 09:13:46 -08:00 committed by Commit bot
parent f27d2e593f
commit 8b5a010242
2 changed files with 22 additions and 2 deletions

View File

@ -725,7 +725,7 @@
'regress/regress-1132': [SKIP],
}], # 'arch == ppc and simulator_run == True'
['ignition == True ', {
['ignition == True', {
'asm/*': [SKIP],
'compiler/*': [SKIP],
'const*': [SKIP],
@ -1014,4 +1014,20 @@
'with-readonly': [SKIP],
}], # ignition == True
['ignition == True and arch == arm and mode == debug', {
'date-parse': [SKIP],
'math-floor-part1': [SKIP],
'regress/regress-1167': [SKIP],
'regress/regress-165637': [SKIP],
'regress/regress-2249': [SKIP],
'regress/regress-542823': [SKIP],
'regress/regress-634-debug': [SKIP],
'regress/regress-78270': [SKIP],
'regress/regress-crbug-347903': [SKIP],
'regress/short-circuit': [SKIP],
'stack-traces-overflow': [SKIP],
'unicodelctest': [SKIP],
'unicodelctest-no-optimization': [SKIP],
}], # ignition == True and arch == arm and mode == debug
]

View File

@ -671,7 +671,7 @@
'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
}], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
['ignition == True ', {
['ignition == True', {
'annexB/B.2.3.*': [SKIP],
'built-ins/Array/prototype/reduce/*': [SKIP],
'built-ins/Array/prototype/reduceRight/*': [SKIP],
@ -773,4 +773,8 @@
'language/statements/while/S12.6.2_A4_T5': [SKIP],
}], # ignition == True
['ignition == True and arch == arm and mode == debug', {
'built-ins/encodeURI*': [SKIP],
}], # ignition == True and arch == arm and mode == debug
]