Skip to content

crypto: add extensions property to X509Certificate #37056

crypto: add extensions property to X509Certificate

crypto: add extensions property to X509Certificate #37056

Triggered via pull request July 15, 2023 17:52
Status Failure
Total duration 2h 6m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-asan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-asan: test/parallel/test-crypto-x509.js#L192
--- stderr --- node:internal/crypto/x509:272 value = this[kHandle].extensions(); ^ TypeError: this[kHandle].extensions is not a function at get extensions [as extensions] (node:internal/crypto/x509:272:29) at Object.<anonymous> (/home/runner/work/node/node/test/parallel/test-crypto-x509.js:192:27) at Module._compile (node:internal/modules/cjs/loader:1233:14) at Module._extensions..js (node:internal/modules/cjs/loader:1287:10) at Module.load (node:internal/modules/cjs/loader:1091:32) at Module._load (node:internal/modules/cjs/loader:938:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 Node.js v21.0.0-pre Command: out/Release/node --expose-internals /home/runner/work/node/node/test/parallel/test-crypto-x509.js
test-asan
Process completed with exit code 2.