Skip to content

Commit 092a448

Browse files
committed
test: fix test-linux-perf-logger for V8 14.3
Refs: v8/v8@e2e6dd8 PR-URL: #60488 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
1 parent 8480f87 commit 092a448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const testCases = [
4646
matches: [
4747
'JS:~functionOne .+/linux-perf-logger.js',
4848
'JS:~functionTwo .+/linux-perf-logger.js',
49-
String.raw`RegExp\.> src: 'test-regex' flags: 'gi'`,
49+
String.raw`RegExp\.< src: 'test-regex' flags: 'gi'`,
5050
],
5151
noMatches: [
5252
String.raw`JS:\*'functionOne`,
@@ -57,7 +57,7 @@ const testCases = [
5757
title: '--perf-basic-prof compiled',
5858
nodeFlags: ['--allow-natives-syntax', '--perf-basic-prof', '--no-turbo-inlining'],
5959
matches: [
60-
String.raw`RegExp\.> src: 'test-regex' flags: 'gi'`,
60+
String.raw`RegExp\.< src: 'test-regex' flags: 'gi'`,
6161
'JS:~functionOne .+/linux-perf-logger.js',
6262
'JS:~functionTwo .+/linux-perf-logger.js',
6363
String.raw`JS:\*'functionOne .+/linux-perf-logger.js`,

0 commit comments

Comments
 (0)