Skip to content

Commit 515b007

Browse files
committed
test: replace always-opt flag with alway-turbofan
Refs: v8/v8@e3e8ea5 PR-URL: #50115 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 2341805 commit 515b007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/v8-updates/test-linux-perf-logger.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const testCases = [
4848
},
4949
{
5050
title: '--perf-basic-prof compiled',
51-
nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-opt'],
51+
nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-turbofan'],
5252
matches: [
5353
'test-regex',
5454
'~functionOne .+/linux-perf-logger.js',
@@ -66,7 +66,7 @@ const testCases = [
6666
},
6767
{
6868
title: '--perf-basic-prof-only-functions compiled',
69-
nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--always-opt'],
69+
nodeFlags: ['--perf-basic-prof-only-functions', '--no-turbo-inlining', '--always-turbofan'],
7070
matches: [
7171
'~functionOne .+/linux-perf-logger.js',
7272
'~functionTwo .+/linux-perf-logger.js',

0 commit comments

Comments
 (0)