[Interpreter] Remove Ignition skips fixed by 48a3227b

Remove ignition skips which are fixed by 48a3227b7d.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#33322}
This commit is contained in:
rmcilroy 2016-01-15 03:25:57 -08:00 committed by Commit bot
parent 04191c2218
commit be2210bcc4
3 changed files with 1 additions and 35 deletions

View File

@ -550,9 +550,7 @@
'test-log-stack-tracer/JsEntrySp': [SKIP],
'test-log-stack-tracer/PureCStackTrace': [SKIP],
'test-log-stack-tracer/PureJSStackTrace': [SKIP],
'test-parsing/DestructuringAssignmentNegativeTests': [SKIP],
'test-parsing/DestructuringNegativeTests': [SKIP],
'test-parsing/LanguageModeDirectivesNonSimpleParameterListErrors': [SKIP],
'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP],
'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],

View File

@ -760,7 +760,6 @@
'array-join': [SKIP],
'array-literal-feedback': [SKIP],
'array-literal-transitions': [SKIP],
'array-reduce': [SKIP],
'array-tostring': [SKIP],
'break': [SKIP],
'call-runtime-tail': [SKIP],
@ -1082,26 +1081,15 @@
'array-sort': [SKIP],
'array-store-and-grow': [SKIP],
'compiler/division-by-constant': [SKIP],
'compiler/math-floor-global': [SKIP],
'compiler/math-floor-local': [SKIP],
'compiler/osr-big': [SKIP],
'compiler/osr-nested': [SKIP],
'compiler/osr-one': [SKIP],
'compiler/osr-two': [SKIP],
'date-parse': [SKIP],
'math-floor-part1': [SKIP],
'math-floor-part2': [SKIP],
'math-floor-part3': [SKIP],
'mul-exhaustive-part*': [SKIP],
'regress/regress-1167': [SKIP],
'regress/regress-1257': [SKIP],
'regress/regress-165637': [SKIP],
'regress/regress-2249': [SKIP],
'regress/regress-319722-ArrayBuffer': [SKIP],
'regress/regress-411210': [SKIP],
'regress/regress-542823': [SKIP],
'regress/regress-634-debug': [SKIP],
'regress/regress-78270': [SKIP],
'regress/regress-91008': [SKIP],
'regress/regress-crbug-347903': [SKIP],
'regress/regress-crbug-500497': [SKIP],
@ -1116,10 +1104,9 @@
'regress/regress-crbug-315252': [SKIP],
'regress/regress-crbug-412215': [SKIP],
'regress/regress-crbug-513507': [SKIP],
'regress/regress-deep-proto': [SKIP],
'regress/regress-deopt-store-effect': [SKIP],
'regress/regress-undefined-store-keyed-fast-element': [SKIP],
'regress/typed-array-lifetime': [SKIP],
'regress/short-circuit': [SKIP],
'stack-traces-overflow': [SKIP],
'unicodelctest': [SKIP],
'unicodelctest-no-optimization': [SKIP],

View File

@ -703,29 +703,10 @@
['ignition == True and (arch == arm or arch == arm64)', {
'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.13_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.2_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.2_T2': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.13_T2': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.14_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.1_A1.14_T2': [SKIP],
'built-ins/decodeURI/S15.1.3.2_A1.10_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.2_A1.12_T2': [SKIP],
'built-ins/decodeURI/S15.1.3.2_A1.12_T3': [SKIP],
'built-ins/decodeURI/S15.1.3.2_A1.13_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.2_A1.2_T1': [SKIP],
'built-ins/decodeURI/S15.1.3.2_A1.2_T2': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T1': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.13_T2': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T1': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.14_T2': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T1': [SKIP],
'built-ins/decodeURIComponent/S15.1.3.2_A1.2_T2': [SKIP],
'built-ins/encodeURI*': [SKIP],
'intl402/9.2.2': [SKIP],
'language/statements/let/fn-name-arrow': [SKIP],
'language/statements/let/fn-name-cover': [SKIP],