| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 32552f50b92a530915e8a850e939749a99fa22ff..db371bdc1a33fb853417809c378b068fa86c3a85 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -59,11 +59,7 @@
|
| # TurboFan compiler failures.
|
|
|
| # TODO(verwaest): Some tests are over-restrictive about object layout.
|
| - 'array-constructor-feedback': [PASS, NO_VARIANTS],
|
| - 'array-feedback': [PASS, NO_VARIANTS],
|
| 'compare-known-objects-slow': [PASS, NO_VARIANTS],
|
| - 'elements-kind': [PASS, NO_VARIANTS],
|
| - 'opt-elements-kind': [PASS, NO_VARIANTS],
|
| 'smi-representation': [PASS, NO_VARIANTS],
|
|
|
| # Some tests are just too slow to run for now.
|
| @@ -144,9 +140,6 @@
|
| 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
|
| 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],
|
|
|
| - # issue 4078:
|
| - 'allocation-site-info': [PASS, NO_VARIANTS],
|
| -
|
| ##############################################################################
|
| # Too slow in debug mode with --stress-opt mode.
|
| 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
|
| @@ -326,6 +319,9 @@
|
| 'smi-mul-const': [PASS, NO_IGNITION],
|
| 'smi-mul': [PASS, NO_IGNITION],
|
| 'unary-minus-deopt': [PASS, NO_IGNITION],
|
| + 'array-constructor-feedback': [PASS, NO_IGNITION],
|
| + 'array-feedback': [PASS, NO_IGNITION],
|
| + 'allocation-site-info': [PASS, NO_IGNITION],
|
|
|
| # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
|
| # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
|
| @@ -822,6 +818,9 @@
|
| # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| 'array-literal-feedback': [FAIL],
|
| 'regress/regress-4121': [FAIL],
|
| + 'array-constructor-feedback': [FAIL],
|
| + 'array-feedback': [FAIL],
|
| + 'allocation-site-info': [FAIL],
|
|
|
| # TODO(mythria, 4764): lack of osr support.
|
| 'regress/regress-2618': [FAIL],
|
|
|