| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index affc690c01b5c2623953555c6101afe04b6e9808..3ff5f41f941cf6714a0e7478dd268ff3fbedba56 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -220,12 +220,9 @@
|
| ############################################################################
|
| # Ignition
|
|
|
| - # TODO(mythria, 4780): Related to lack of allocation site feedback for calls.
|
| + # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| + 'array-literal-feedback': [PASS, NO_IGNITION],
|
| 'regress/regress-4121': [PASS, NO_IGNITION],
|
| -
|
| - # TODO(mythria, 4780): In interpreter we disable mementos when creating array
|
| - # literals.
|
| - 'array-literal-feedback': [PASS, NO_IGNITION],
|
|
|
| # TODO(4680): Test doesn't know about three tier compiler pipeline.
|
| 'assert-opt-and-deopt': [PASS, NO_IGNITION],
|
| @@ -261,6 +258,7 @@
|
| '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],
|
|
|
| @@ -701,14 +699,11 @@
|
|
|
| ##############################################################################
|
| ['variant == ignition_turbofan', {
|
| - # TODO(mythria, 4780): Related to lack of allocation site feedback for calls
|
| - # in interpreter.
|
| + # 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],
|
| -
|
| - # TODO(mythria, 4780): In interpreter we disable mementos when creating array
|
| - # literals.
|
| - 'array-literal-feedback': [FAIL],
|
| 'allocation-site-info': [FAIL],
|
|
|
| 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
|
|
|