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