| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index ed111c48ae8ce231d6d66862eae1f7362fb49557..cf461d2a663bfee615d887b24744b27eb44f7b95 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -739,7 +739,6 @@
|
|
|
| ['ignition == True', {
|
| 'asm/*': [SKIP],
|
| - 'compiler/*': [SKIP],
|
| 'const*': [SKIP],
|
| 'debug-*': [SKIP],
|
| 'es6/*': [SKIP],
|
| @@ -771,6 +770,57 @@
|
| 'break': [SKIP],
|
| 'call-runtime-tail': [SKIP],
|
| 'comparison-ops-and-undefined': [SKIP],
|
| + 'compiler/compare-map-elim2': [SKIP],
|
| + 'compiler/countoperation': [SKIP],
|
| + 'compiler/dead-loops-neg': [SKIP],
|
| + 'compiler/dead-loops': [SKIP],
|
| + 'compiler/dead-string-char-code-at2': [SKIP],
|
| + 'compiler/dead-string-char-code-at': [SKIP],
|
| + 'compiler/dead-string-char-from-code': [SKIP],
|
| + 'compiler/deopt-inlined-smi': [SKIP],
|
| + 'compiler/deopt-tonumber-compare': [SKIP],
|
| + 'compiler/escape-analysis-arguments': [SKIP],
|
| + 'compiler/escape-analysis': [SKIP],
|
| + 'compiler/eval-introduced-closure': [SKIP],
|
| + 'compiler/expression-trees': [SKIP],
|
| + 'compiler/global-delete': [SKIP],
|
| + 'compiler/global-var-delete': [SKIP],
|
| + 'compiler/inline-arguments': [SKIP],
|
| + 'compiler/inline-arity-mismatch': [SKIP],
|
| + 'compiler/inline-construct': [SKIP],
|
| + 'compiler/lazy-const-lookup': [SKIP],
|
| + 'compiler/lazy-deopt-in-literal': [SKIP],
|
| + 'compiler/manual-concurrent-recompile': [SKIP],
|
| + 'compiler/optimized-for-in': [SKIP],
|
| + 'compiler/optimized-function-calls': [SKIP],
|
| + 'compiler/optimize_max': [SKIP],
|
| + 'compiler/optimize_min': [SKIP],
|
| + 'compiler/opt-next-call': [SKIP],
|
| + 'compiler/opt-next-call-turbo': [SKIP],
|
| + 'compiler/osr-forof': [SKIP],
|
| + 'compiler/osr-manual2': [SKIP],
|
| + 'compiler/phi-representations': [SKIP],
|
| + 'compiler/property-refs': [SKIP],
|
| + 'compiler/receiver-conversion': [SKIP],
|
| + 'compiler/regress-1394': [SKIP],
|
| + 'compiler/regress-3786': [SKIP],
|
| + 'compiler/regress-4207': [SKIP],
|
| + 'compiler/regress-446647': [SKIP],
|
| + 'compiler/regress-447567': [SKIP],
|
| + 'compiler/regress-469089': [SKIP],
|
| + 'compiler/regress-96989': [SKIP],
|
| + 'compiler/regress-closures-with-eval': [SKIP],
|
| + 'compiler/regress-const': [SKIP],
|
| + 'compiler/regress-funarguments': [SKIP],
|
| + 'compiler/regress-stacktrace-methods': [SKIP],
|
| + 'compiler/rotate': [SKIP],
|
| + 'compiler/safepoint': [SKIP],
|
| + 'compiler/switch-bailout': [SKIP],
|
| + 'compiler/try-deopt': [SKIP],
|
| + 'compiler/try-osr': [SKIP],
|
| + 'compiler/type-feedback-after-throw': [SKIP],
|
| + 'compiler/uint32': [SKIP],
|
| + 'compiler/variables': [SKIP],
|
| 'context-calls-maintained': [SKIP],
|
| 'contextual-calls': [SKIP],
|
| 'cross-realm-filtering': [SKIP],
|
| @@ -1090,6 +1140,11 @@
|
| ['ignition == True and (arch == arm or arch == arm64)', {
|
| 'array-sort': [SKIP],
|
| 'array-store-and-grow': [SKIP],
|
| + 'compiler/division-by-constant': [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],
|
|
|