Skip to content

Commit

Permalink
test: update test-linux-perf-logger
Browse files Browse the repository at this point in the history
New V8 version includes more information about regular expressions.
  • Loading branch information
targos committed Feb 4, 2025
1 parent 7ec8fc8 commit 7b1a158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/v8-updates/test-linux-perf-logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const testCases = [
matches: [
'~functionOne .+/linux-perf-logger.js',
'~functionTwo .+/linux-perf-logger.js',
'test-regex',
"src: 'test-regex' flags: 'gi'",
],
noMatches: ['\\*functionOne', '\\*functionTwo'],
},
Expand All @@ -55,7 +55,7 @@ const testCases = [
nodeFlags: ['--perf-basic-prof', '--no-turbo-inlining', '--always-turbofan',
'--minimum-invocations-before-optimization=0'],
matches: [
'test-regex',
"src: 'test-regex' flags: 'gi'",
'~functionOne .+/linux-perf-logger.js',
'~functionTwo .+/linux-perf-logger.js',
'\\*functionOne .+/linux-perf-logger.js',
Expand Down

0 comments on commit 7b1a158

Please sign in to comment.