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

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: Adapt status. 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..7f6c3e0d4bbd0463c7799e8021391a6f7df57eaf 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -509,14 +509,8 @@
'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],
+ 'test-run-deopt/DeoptExceptionHandlerCatch': [PASS, FAIL],
rmcilroy 2016/02/01 20:57:14 Is this now flaky or does it fail only on some con
Michael Starzinger 2016/02/02 09:41:43 Not flaky but firing a DCHECK, i.e. PASS in releas
# TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type.
'test-serialize/SerializeInternalReference': [FAIL],

Powered by Google App Engine
This is Rietveld 408576698