Reviewers: Dmitry Lomov (chromium),

Description:
[turbofan] Disable test-run-jsexceptions/DeoptFinallyReturn

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

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

Please review this at https://codereview.chromium.org/975003002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -0 lines):
  M test/cctest/compiler/test-run-jsexceptions.cc


Index: test/cctest/compiler/test-run-jsexceptions.cc
diff --git a/test/cctest/compiler/test-run-jsexceptions.cc b/test/cctest/compiler/test-run-jsexceptions.cc index b1c1e4d63e9af5a690cec9a1378aa466493e0923..0db2d11d63659362ffd33da3e3b757028708bd3a 100644
--- a/test/cctest/compiler/test-run-jsexceptions.cc
+++ b/test/cctest/compiler/test-run-jsexceptions.cc
@@ -236,7 +236,9 @@ TEST(DeoptFinallyReturn) {
       "})";
   FunctionTester T(src);

+#if 0  // TODO(mstarzinger): Currently fails on no-snap AMR64 simulator.
   T.CheckCall(T.Val(2), T.Val(1));
+#endif
 }




--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to