Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 3489d7a5d869c99753b609fb9db9a6b2fa4099dc..3a7d0108c9fb94fcd0a70f6216b744553fc46262 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -515,11 +515,9 @@ |
# TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. |
'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL], |
- 'test-run-jsexceptions/Catch': [FAIL], |
- 'test-run-jsexceptions/CatchBreak': [FAIL], |
- 'test-run-jsexceptions/CatchCall': [FAIL], |
- 'test-run-jsexceptions/CatchNested': [FAIL], |
- 'test-run-jsexceptions/DeoptCatch': [FAIL], |
+ |
+ # TODO(mstarzinger,4674): Bug in control flow modeling. Investigate and fix. |
+ 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL], |
'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], |
'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], |
@@ -562,7 +560,6 @@ |
'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], |
'test-run-inlining/InlineTwice': [SKIP], |
'test-run-jscalls/LookupCall': [SKIP], |
- 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP], |
'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], |
'test-run-jsexceptions/ThrowMessagePosition': [SKIP], |
'test-run-jsobjects/ArgumentsRest': [SKIP], |