Skip to content

Commit fd4e687

Browse files
committed
test: update test-linux-perf-logger
New V8 version includes more information about regular expressions.
1 parent 056e3c4 commit fd4e687

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
'~functionOne .+/linux-perf-logger.js',
4848
'~functionTwo .+/linux-perf-logger.js',
49-
'test-regex',
49+
"src: 'test-regex' flags: 'gi'",
5050
],
5151
noMatches: ['\\*functionOne', '\\*functionTwo'],
5252
},
@@ -55,7 +55,7 @@ const testCases = [
5555
nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-turbofan',
5656
'--minimum-invocations-before-optimization=0'],
5757
matches: [
58-
'test-regex',
58+
"src: 'test-regex' flags: 'gi'",
5959
'~functionOne .+/linux-perf-logger.js',
6060
'~functionTwo .+/linux-perf-logger.js',
6161
'\\*functionOne .+/linux-perf-logger.js',

0 commit comments

Comments
 (0)