[turbofan] Disable test-run-jsexceptions/DeoptFinallyReturn

Reason for disabling failure on ARM64 simulator in no-snap mode.

TBR=dslomov@chromium.org
TEST=cctest/test-run-jsexceptions/DeoptFinallyReturn
NOTREECHECKS=true
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#26970}
This commit is contained in:
mstarzinger 2015-03-03 10:32:33 -08:00 committed by Commit bot
parent 9ff21de548
commit b1d2097dca

View File

@ -236,7 +236,9 @@ TEST(DeoptFinallyReturn) {
"})"; "})";
FunctionTester T(src); FunctionTester T(src);
#if 0 // TODO(mstarzinger): Currently fails on no-snap AMR64 simulator.
T.CheckCall(T.Val(2), T.Val(1)); T.CheckCall(T.Val(2), T.Val(1));
#endif
} }