Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index b56cad9656b79e836a3c09096b58cf2769fd5eac..d69a53b10d5e36feb85a727ab947c852201049ea 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -773,10 +773,6 @@ |
# Skip strong mode tests since strong mode is unsupported on ignition. |
'strong/*': [SKIP], |
- # TODO(mstarzinger): Flushes out a similar, but different issue to what the |
- # regression test was designed to test against. Investigate separately. |
- 'regress/regress-crbug-589472': [SKIP], |
- |
# TODO(yangguo,4690): Requires debugger support. |
'es6/debug*': [SKIP], |
'harmony/debug*': [SKIP], |
@@ -861,11 +857,9 @@ |
'harmony/reflect-construct': [FAIL], |
'es6/promises': [FAIL], |
- # TODO(rmcilroy,4680): Check failed in |
- # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
- 'regress/regress-crbug-429159': [FAIL], |
- |
- # TODO(rmcilroy,4680): Pass on debug, fail on release. |
+ # 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(rmcilroy,4680): Test assert failures. |