[turbofan] Disable failing DeoptExceptionHandlerFinally test.

R=jarin@chromium.org
TEST=cctest/test-run-deopt/DeoptExceptionHandlerFinally
BUG=v8:4195
LOG=N

Review URL: https://codereview.chromium.org/1189373003

Cr-Commit-Position: refs/heads/master@{#29145}
This commit is contained in:
mstarzinger 2015-06-19 04:40:54 -07:00 committed by Commit bot
parent be8528b3bd
commit f82ccff5a2

View File

@ -98,7 +98,9 @@ TEST(DeoptExceptionHandlerFinally) {
CompileRun("function DeoptAndThrow(f) { %DeoptimizeFunction(f); throw 0; }");
InstallIsOptimizedHelper(CcTest::isolate());
#if 0 // TODO(4195,mstarzinger): Reproduces on MIPS64, re-enable once fixed.
T.CheckCall(T.false_value());
#endif
}
#endif