| Index: test/cctest/test-profile-generator.cc
|
| diff --git a/test/cctest/test-profile-generator.cc b/test/cctest/test-profile-generator.cc
|
| index b918eb5a3b9e7af98dbc52c9627988115090946d..7c9a3b82359ac95c157db9ddb00d8789e4550c04 100644
|
| --- a/test/cctest/test-profile-generator.cc
|
| +++ b/test/cctest/test-profile-generator.cc
|
| @@ -496,6 +496,7 @@ static const ProfileNode* PickChild(const ProfileNode* parent,
|
| TEST(RecordStackTraceAtStartProfiling) {
|
| // This test does not pass with inlining enabled since inlined functions
|
| // don't appear in the stack trace.
|
| + i::FLAG_turbo_inlining = false;
|
| i::FLAG_use_inlining = false;
|
|
|
| v8::HandleScope scope(CcTest::isolate());
|
| @@ -571,6 +572,7 @@ static const v8::CpuProfileNode* PickChild(const v8::CpuProfileNode* parent,
|
| TEST(ProfileNodeScriptId) {
|
| // This test does not pass with inlining enabled since inlined functions
|
| // don't appear in the stack trace.
|
| + i::FLAG_turbo_inlining = false;
|
| i::FLAG_use_inlining = false;
|
|
|
| v8::HandleScope scope(CcTest::isolate());
|
|
|