summaryrefslogtreecommitdiff
path: root/test/parallel
diff options
context:
space:
mode:
authorTom Gallacher <tomgallacher23@gmail.com>2019-01-18 16:30:10 +0000
committerAnna Henningsen <anna@addaleax.net>2019-02-08 14:43:18 +0100
commitf265225c19ddd9b63472d5ddcdc9f6ff8edae866 (patch)
tree9cad17105b65900fdc56c38ef2cc8054c35545ca /test/parallel
parentf5b9a782a9a4c6402ec3cc855efd0768595dfe1d (diff)
downloadandroid-node-v8-f265225c19ddd9b63472d5ddcdc9f6ff8edae866.tar.gz
android-node-v8-f265225c19ddd9b63472d5ddcdc9f6ff8edae866.tar.bz2
android-node-v8-f265225c19ddd9b63472d5ddcdc9f6ff8edae866.zip
src: allow --perf-prof-unwinding-info in NODE_OPTIONS
PR-URL: https://github.com/nodejs/node/pull/25565 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/parallel')
-rw-r--r--test/parallel/test-cli-node-options.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-cli-node-options.js b/test/parallel/test-cli-node-options.js
index 1554e80c0b..8f65a8cb7e 100644
--- a/test/parallel/test-cli-node-options.js
+++ b/test/parallel/test-cli-node-options.js
@@ -44,6 +44,7 @@ if (!common.isWindows) {
if (common.isLinux && ['arm', 'x64'].includes(process.arch)) {
// PerfJitLogger is only implemented in Linux.
expect('--perf-prof', 'B\n');
+ expect('--perf-prof-unwinding-info', 'B\n');
}
if (common.hasCrypto) {