Hi,
I changed nodejs version to include the node-types version, so it becomes
20.19.5+dfsg+~cs20.19.12-1
However, a bunch of tests fail when there is a "~" in the path:
test/parallel/test-inspector.js
test/parallel/test-runner-coverage.js
test/parallel/test-runner-inspect.mjs
test/parallel/test-startup-empty-regexp-statics.js
test/parallel/test-util-styletext.js (might be false positive)
test/parallel/test-inspector-connect-main-thread.js
test/parallel/test-inspector-async-context-brk.js
test/parallel/test-inspector-bindings.js
test/parallel/test-inspector-multisession-js.js
Some of those are easy to fix (already did) and some are really hard to fix.
I can't find out if it's a bug in the tests themselves, or a bug in nodejs/v8.
Please help on this; meanwhile, I'm going to skip those tests.
Jérémy