Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/parallel/test-strace-openat-openssl.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if (!common.isLinux)
common.skip('linux only');
if (common.isASan)
common.skip('strace does not work well with address sanitizer builds');
if (process.config.variables.node_shared_openssl) {
common.skip('external shared openssl may open other files');
}
if (spawnSync('strace').error !== undefined) {
common.skip('missing strace');
}
Expand Down
Loading