We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f34c6 commit abc2ff4Copy full SHA for abc2ff4
test/parallel/test-crypto-secure-heap.js
@@ -7,6 +7,9 @@ if (!common.hasCrypto)
7
if (common.isWindows)
8
common.skip('Not supported on Windows');
9
10
+if (process.config.variables.asan)
11
+ common.skip('ASAN does not play well with secure heap allocations');
12
+
13
const assert = require('assert');
14
const { fork } = require('child_process');
15
const fixtures = require('../common/fixtures');
0 commit comments