Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: test/cctest/cctest.status

Issue 1641723002: [interpreter] Translate exception handlers into graph. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698