Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit abc2ff4

Browse filesBrowse files
jasnelldanielleadams
authored andcommitted
test: disable test-crypto-secure-heap with asan
The asan checks don't play well currently with persistent secure heap allocations. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #36900 Refs: #36881 Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 05f34c6 commit abc2ff4
Copy full SHA for abc2ff4

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-crypto-secure-heap.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-crypto-secure-heap.js
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ if (!common.hasCrypto)
77
if (common.isWindows)
88
common.skip('Not supported on Windows');
99

10+
if (process.config.variables.asan)
11+
common.skip('ASAN does not play well with secure heap allocations');
12+
1013
const assert = require('assert');
1114
const { fork } = require('child_process');
1215
const fixtures = require('../common/fixtures');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.