summaryrefslogtreecommitdiff
path: root/test/parallel/test-cli-node-options.js
Commit message (Expand)AuthorAgeFilesLines
* module: unflag Top-Level AwaitMyles Borins2020-08-031-1/+1
* Revert "test: stop testing --interpreted-frames-native-stack for s390x"Michaël Zasso2020-06-121-2/+2
* cli: support --experimental-top-level-await in NODE_OPTIONSDan Fabulich2020-05-231-0/+4
* test: stop testing --interpreted-frames-native-stack for s390xMichaël Zasso2020-05-121-2/+2
* cli: allow --huge-max-old-generation-size in NODE_OPTIONSAnna Henningsen2020-03-201-0/+1
* cli: allow --jitless V8 flag in NODE_OPTIONSAndrew Neitsch2020-03-091-0/+1
* cli: --perf-prof only works on LinuxShelley Vohr2020-02-231-6/+5
* worker: properly handle env and NODE_OPTIONS in workersDenys Otrishko2020-02-131-25/+75
* cli: whitelist new V8 flag in NODE_OPTIONSShelley Vohr2019-10-281-0/+1
* src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini2019-08-271-0/+3
* src: allows escaping NODE_OPTIONS with backslashesMaël Nison2019-04-171-0/+5
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-151-0/+1
* src: fix SplitString to ignore white spaceshimself652019-03-131-0/+2
* test: fix tests so they work in worker threadsRichard Lau2019-03-071-3/+1
* src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher2019-02-081-0/+1
* src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher2019-02-081-0/+1
* cli: normalize `_` → `-` when parsing optionsAnna Henningsen2018-09-251-0/+1
* src: fix NODE_OPTIONS parsing bugAnna Henningsen2018-08-261-1/+6
* test,tools: enable running tests under workersAnna Henningsen2018-06-061-0/+2
* test: fix test-cli-node-options.js on mipsRuben Bridgewater2018-05-071-1/+1
* trace_events: add file pattern cli optionAndreas Madsen2018-03-041-0/+2
* src: allow --perf-(basic-)?prof in NODE_OPTIONSLeko2018-02-011-0/+9
* test: move tmpdir to submodule of commonRich Trott2018-01-311-2/+3
* src: fix typo in NODE_OPTIONS whitelistEvan Lucas2017-11-301-0/+1
* test: fix test-cli-node-options on WindowsAnna Henningsen2017-11-031-1/+1
* cli: add --stack-trace-limit to NODE_OPTIONSAnna Henningsen2017-11-031-5/+15
* test: split test-cli-node-optionsRefael Ackermann2017-09-041-45/+9
* test: remove envPlus, use Object.assign everywhereGibson Fahnestock2017-09-031-2/+3
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-2/+2
* src: whitelist v8 options with '_' or '-'Sam Roberts2017-07-101-2/+7
* src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts2017-07-051-0/+1
* test: simplify test skippingVse Mozhet Byt2017-07-041-1/+1
* test: fix typo in test-cli-node-options.jsVse Mozhet Byt2017-06-121-2/+2
* src: check if --icu-data-dir= points to valid dirBen Noordhuis2017-05-191-1/+0
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-4/+3
* test: add hasCrypto check to test-cli-node-optionsDaniel Bevenius2017-04-291-3/+5
* test: chdir before running test-cli-node-optionsDaniel Bevenius2017-04-281-0/+3
* src: allow CLI args in env with NODE_OPTIONSSam Roberts2017-04-251-0/+76