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

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

Issue 2428413004: Revert "[compiler] Ship Ignition for all TurboFan code." (Closed)
Patch Set: Created 4 years, 2 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/test-log-stack-tracer.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-serialize.cc
diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
index 6097b454f1b286d9392d4ef2484fd1d278a2a6ab..95b8ddebf3e857bba3af09053494c16e7551397a 100644
--- a/test/cctest/test-serialize.cc
+++ b/test/cctest/test-serialize.cc
@@ -1678,7 +1678,7 @@ TEST(CodeSerializerInternalReference) {
// In ignition there are only relative jumps, so the following code
// would not have any internal references. This test is not relevant
// for ignition.
- if (FLAG_ignition || FLAG_turbo) {
+ if (FLAG_ignition) {
return;
}
// Disable experimental natives that are loaded after deserialization.
@@ -1762,7 +1762,7 @@ TEST(CodeSerializerInternalReference) {
}
TEST(CodeSerializerEagerCompilationAndPreAge) {
- if (FLAG_ignition || FLAG_turbo) return;
+ if (FLAG_ignition) return;
FLAG_lazy = true;
FLAG_serialize_toplevel = true;
« no previous file with comments | « test/cctest/test-log-stack-tracer.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698