Skip to content

Commit

Permalink
test: fix message v8 not normalising alphanumeric paths
Browse files Browse the repository at this point in the history
PR-URL: #50730
Fixes: #50724
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
  • Loading branch information
MrJithil authored and UlisesGascon committed Dec 19, 2023
1 parent 032535e commit 1862235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-node-output-v8-warning.mjs
Expand Up @@ -13,6 +13,7 @@ describe('v8 output', { concurrency: true }, () => {
.replaceAll(/:\d+/g, ':*')
.replaceAll('/', '*')
.replaceAll('*test*', '*')
.replaceAll(/.*?\*fixtures\*v8\*/g, '(node:*) V8: *') // Replace entire path before fixtures/v8
.replaceAll('*fixtures*v8*', '*')
.replaceAll('node --', '* --');
}
Expand Down

0 comments on commit 1862235

Please sign in to comment.