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

Unified Diff: test/cctest/cctest.status

Issue 1651993002: [interpreter] Clear pending message object on handler entry. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Enable test. 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 1e4981d217b829808949b78a934cd8e69a431bf8..5cc3c48bb3c36681b3987d55c7820e1ff14329b9 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -509,12 +509,6 @@
'test-func-name-inference/*' : [SKIP],
'test-inobject-slack-tracking/*' : [SKIP],
- # TODO(mstarzinger,4674): Message object is not properly cleared.
- 'test-heap/MessageObjectLeak': [FAIL],
-
- # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
- 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL],
-
# TODO(mstarzinger,4674): Bug in control flow modeling. Investigate and fix.
'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL],

Powered by Google App Engine
This is Rietveld 408576698