| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 33ba5ec4d99494709ed95cfa9a7f52d7d66fb2ba..88a4b954a7fcf0f3e36e57311062b8c4c39473f1 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -854,28 +854,23 @@
|
| 'strong/function-arity': [FAIL],
|
| 'strong/undefined': [FAIL],
|
|
|
| - # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes.
|
| - # the line numbers in the stack trace are incorrect. In debug mode somehow
|
| - # does not get flagged as a failure.
|
| - 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
|
| + # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| + 'array-literal-feedback': [FAIL],
|
| + 'regress/regress-4121': [FAIL],
|
| +
|
| + # TODO(mythria, 4764): lack of osr support.
|
| + 'regress/regress-2618': [FAIL],
|
|
|
| # TODO(rmcilroy,4680): Test assert failures.
|
| - 'array-literal-feedback': [FAIL],
|
| 'debug-liveedit-2': [FAIL],
|
| 'compiler/deopt-tonumber-compare': [FAIL],
|
| 'es6/mirror-collections': [FAIL],
|
| 'es6/regress/regress-468661': [FAIL],
|
| - 'regress/regress-2618': [FAIL],
|
| - 'regress/regress-4121': [FAIL],
|
| - 'regress/regress-4266': [FAIL],
|
| 'regress/regress-crbug-109362': [FAIL],
|
| 'regress/regress-crbug-568477-2': [FAIL],
|
| 'regress/regress-crbug-568477-3': [FAIL],
|
| 'regress/regress-crbug-568477-1': [FAIL],
|
|
|
| - # TODO(rmcilroy, 4680): new ES6 instanceof support
|
| - 'harmony/instanceof-es6': [SKIP],
|
| -
|
| # TODO(rmcilroy,4680): Test timeouts.
|
| 'array-literal-transitions': [SKIP],
|
| 'regress/regress-crbug-517592': [SKIP],
|
|
|