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 |
} |