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

Unified Diff: test/cctest/test-heap.cc

Issue 1157863015: [turbofan] Split --turbo-exceptions into two flags. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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-jsexceptions.cc ('k') | test/mjsunit/compiler/try-deopt.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-heap.cc
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
index d520c092da400cf22271f495ea6e1ee539a0eea4..dfd2380e836f8be8add8b6d9d1f6e3bdfa19715f 100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -5912,7 +5912,8 @@ TEST(MessageObjectLeak) {
const char* flag = "--turbo-filter=*";
FlagList::SetFlagsFromString(flag, StrLength(flag));
FLAG_always_opt = true;
- FLAG_turbo_exceptions = true;
+ FLAG_turbo_try_catch = true;
+ FLAG_turbo_try_finally = true;
CompileRun(test);
}
« no previous file with comments | « test/cctest/compiler/test-run-jsexceptions.cc ('k') | test/mjsunit/compiler/try-deopt.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698