Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 092a448

Browse filesBrowse 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
Copy full SHA for 092a448

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/v8-updates/test-linux-perf-logger.js
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.