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], |