Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: test/cctest/compiler/test-run-jsexceptions.cc

Issue 1153483002: [turbofan] Enable deoptimization for non-asm.js TurboFan code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Michis comment. REBASE Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/compiler/test-run-intrinsics.cc ('k') | test/cctest/test-deoptimization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2e2e10e9de9a58787cc2b0edda99e3a5c3ac0df3..022aa20227cdf333e886dea741ee096ed7ca34de 100644
--- a/test/cctest/compiler/test-run-jsexceptions.cc
+++ b/test/cctest/compiler/test-run-jsexceptions.cc
@@ -229,7 +229,6 @@ TEST(FinallyBreak) {
TEST(DeoptTry) {
i::FLAG_turbo_exceptions = true;
- i::FLAG_turbo_deoptimization = true;
const char* src =
"(function f(a) {"
" try {"
@@ -247,7 +246,6 @@ TEST(DeoptTry) {
TEST(DeoptCatch) {
i::FLAG_turbo_exceptions = true;
- i::FLAG_turbo_deoptimization = true;
const char* src =
"(function f(a) {"
" try {"
@@ -265,7 +263,6 @@ TEST(DeoptCatch) {
TEST(DeoptFinallyReturn) {
i::FLAG_turbo_exceptions = true;
- i::FLAG_turbo_deoptimization = true;
const char* src =
"(function f(a) {"
" try {"
@@ -283,7 +280,6 @@ TEST(DeoptFinallyReturn) {
TEST(DeoptFinallyReThrow) {
i::FLAG_turbo_exceptions = true;
- i::FLAG_turbo_deoptimization = true;
const char* src =
"(function f(a) {"
" try {"
« no previous file with comments | « test/cctest/compiler/test-run-intrinsics.cc ('k') | test/cctest/test-deoptimization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698