| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index e465c28e8aef762a989f11d8c5c40e4a65684a6d..4ce22caf718cd7aa482fb4a14db66f6b4c9270f8 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -897,68 +897,13 @@
|
| }], # ignition == True and mode == debug
|
|
|
| ['ignition == True and arch == arm64', {
|
| - # TODO(rmcilroy,4680): Arm64 specific failures.
|
| - 'apply': [SKIP],
|
| - 'array-constructor': [SKIP],
|
| - 'array-functions-prototype-misc': [SKIP],
|
| - 'array-sort': [SKIP],
|
| - 'array-store-and-grow': [SKIP],
|
| - 'asm/construct-double': [SKIP],
|
| - 'compiler/division-by-constant': [SKIP],
|
| - 'compiler/osr-big': [SKIP],
|
| - 'compiler/osr-nested': [SKIP],
|
| - 'compiler/osr-one': [SKIP],
|
| - 'compiler/osr-two': [SKIP],
|
| - 'copy-on-write-assert': [SKIP],
|
| - 'es6/block-conflicts': [SKIP],
|
| - 'es6/block-const-assign': [SKIP],
|
| - 'es6/block-let-declaration': [SKIP],
|
| - 'es6/block-scoping-top-level': [SKIP],
|
| - 'es6/classes-derived-return-type': [SKIP],
|
| - 'es6/regress/regress-2506': [SKIP],
|
| - 'es6/regress/regress-474783': [SKIP],
|
| - 'es6/typedarray-proto': [SKIP],
|
| - 'es6/unscopables': [SKIP],
|
| - 'harmony/arraybuffer-species': [SKIP],
|
| - 'harmony/array-species': [SKIP],
|
| - 'harmony/block-conflicts-sloppy': [SKIP],
|
| - 'harmony/block-const-assign-sloppy': [SKIP],
|
| - 'harmony/block-let-declaration-sloppy': [SKIP],
|
| - 'harmony/block-scoping-top-level-sloppy': [SKIP],
|
| - 'harmony/species': [SKIP],
|
| - 'harmony/typedarray-species': [SKIP],
|
| - 'mirror-object': [SKIP],
|
| - 'mul-exhaustive-part*': [SKIP],
|
| - 'readonly': [SKIP],
|
| - 'regress/regress-165637': [SKIP],
|
| - 'regress/regress-2185': [SKIP],
|
| - 'regress/regress-2249': [SKIP],
|
| - 'regress/regress-298269': [SKIP],
|
| - 'regress/regress-319722-ArrayBuffer': [SKIP],
|
| - 'regress/regress-347914': [SKIP],
|
| - 'regress/regress-411210': [SKIP],
|
| - 'regress/regress-4509-Class-constructor-typeerror-realm': [SKIP],
|
| - 'regress/regress-4521': [SKIP],
|
| - 'regress/regress-568765': [SKIP],
|
| - 'regress/regress-85177': [SKIP],
|
| - 'regress/regress-crbug-405517': [SKIP],
|
| - 'regress/regress-crbug-474297': [SKIP],
|
| - 'regress/regress-crbug-498022': [SKIP],
|
| - 'regress/regress-crbug-505007-1': [SKIP],
|
| - 'regress/regress-crbug-505007-2': [SKIP],
|
| - 'regress/regress-crbug-513507': [SKIP],
|
| - 'regress/regress-crbug-514081': [SKIP],
|
| - 'regress/regress-deep-proto': [SKIP],
|
| - 'regress/regress-put-prototype-transition': [SKIP],
|
| - 'regress/regress-transcendental': [SKIP],
|
| - 'stack-traces-overflow': [SKIP],
|
| - 'try': [SKIP],
|
| - 'unicodelctest': [SKIP],
|
| - 'unicodelctest-no-optimization': [SKIP],
|
| + # TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3
|
| + # seconds.
|
| + 'regress/regress-165637': [FAIL],
|
| }], # ignition == True and arch == arm64
|
|
|
| -['ignition == True and arch == arm', {
|
| - # TODO(rmcilroy,4680): Arm specific timeouts.
|
| +['ignition == True and (arch == arm or arch == arm64)', {
|
| + # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts.
|
| 'asm/construct-double': [SKIP],
|
| 'compiler/osr-nested': [SKIP],
|
| 'compiler/osr-one': [SKIP],
|
| @@ -969,7 +914,7 @@
|
| 'regress/regress-91008': [SKIP],
|
| 'unicodelctest': [SKIP],
|
| 'unicodelctest-no-optimization': [SKIP],
|
| -}], # ignition == True and arch == arm
|
| +}], # ignition == True and (arch == arm or arch == arm64)
|
|
|
| ##############################################################################
|
| ['gcov_coverage', {
|
|
|