Home
last modified time | relevance | path

Searched defs:stdio (Results 1 – 25 of 171) sorted by relevance

1234567

/third_party/node/test/parallel/
Dtest-child-process-stdio.js29 const child = spawn(...common.pwdCommand, { stdio: ['pipe'] }); property
36 const child = spawn(...common.pwdCommand, { stdio: 'ignore' }); property
43 const options = { stdio: 'ignore' }; property
45 assert.deepStrictEqual(options, { stdio: 'ignore' }); property
73 { stdio: ['pipe', 'pipe', 'pipe', 'ipc', 'ipc'] } property
Dtest-stdio-pipe-access.js18 { 'stdio': 'inherit' }); property
24 { 'stdio': 'pipe' }); property
30 { 'stdio': [ process.stdin, property
Dtest-child-process-stdio-merge-stdouts-into-cat.js9 const p3 = spawn('cat', { stdio: ['pipe', 'pipe', 'inherit'] }); property
10 const p1 = spawn('cat', { stdio: ['pipe', p3.stdin, 'inherit'] }); property
11 const p2 = spawn('cat', { stdio: ['pipe', p3.stdin, 'inherit'] }); property
Dtest-child-process-stdio-reuse-readable-stdio.js10 const p1 = spawn('cat', { stdio: ['pipe', 'pipe', 'inherit'] }); property
11 const p2 = spawn('head', ['-n1'], { stdio: [p1.stdout, 'pipe', 'inherit'] }); property
Dtest-stdio-pipe-redirect.js18 stdio: ['pipe', 'ignore', 'inherit'], property
21 stdio: ['pipe', consumer.stdin, 'inherit'], property
Dtest-child-process-validate-stdio.js34 const stdio = ['foo']; variable
42 const stdio = [{ foo: 'bar' }]; variable
50 stdio: [ property
Dtest-child-process-fork-stdio.js23 () => cp.fork(__filename, { stdio: ['pipe', 'pipe', 'pipe', 'pipe'] }), property
30 stdio: [0, 'ignore', 'pipe', 'ipc', 'pipe'] property
Dtest-child-process-fork-stdio-string-variant.js13 const malFormedOpts = { stdio: '33' }; property
21 const child = fork(childScript, { stdio: stringVariant }); property
Dtest-child-process-pipe-dataflow.js34 grep = spawn('grep', ['x'], { stdio: [cat.stdout, 'pipe', 'pipe'] }); property
35 wc = spawn('wc', ['-c'], { stdio: [grep.stdout, 'pipe', 'pipe'] }); property
Dtest-child-process-spawnsync-input.js58 ret = spawnSync(process.execPath, args, { stdio: 'inherit' }); property
63 stdio: ['inherit', 'inherit', 'inherit'] property
Dtest-fs-realpath-pipe.js30 stdio: 'pipe' property
Dtest-module-main-fail.js11 execFileSync(node, [entryPoint], { stdio: 'pipe' }); property
/third_party/node/test/sequential/
Dtest-set-http-max-http-headers.js27 const cp = spawn(process.execPath, args, { stdio: 'inherit' }); property
52 stdio: 'inherit' property
73 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' }); property
86 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' }); property
/third_party/node/test/pseudo-tty/
Dtest-set-raw-mode-reset.js10 ], { stdio: 'inherit' }); property
13 stdio: ['inherit', 'pipe', 'inherit'], property
Dtest-set-raw-mode-reset-process-exit.js9 ], { stdio: 'inherit' }); property
12 stdio: ['inherit', 'pipe', 'inherit'], property
Dtest-set-raw-mode-reset-signal.js9 ], { stdio: ['inherit', 'pipe', 'inherit'] }); property
17 stdio: ['inherit', 'pipe', 'inherit'], property
/third_party/node/deps/npm/test/network/
Dregistry.js36 stdio: 'inherit' property
47 stdio: 'inherit' property
58 stdio: 'inherit' property
/third_party/node/test/tick-processor/
Dtick-processor-base.js20 stdio: [ 'ignore', 'pipe', 'inherit' ] property
42 stdio: [ 'ignore', 'pipe', 'inherit' ] property
/third_party/node/deps/npm/test/tap/
Dbundled-dependencies-nonarray.js39 return common.npm(['pack', 'a-bundled-dep/'], {cwd: dir, stdio: [0, 1, 2]}) property
42 return common.npm(['install'], {cwd: pkg, stdio: [0, 1, 2]}) property
45 return common.npm(['pack', 'pkg-with-bundled/'], {cwd: dir, stdio: [0, 1, 'pipe']}) property
Dshrinkwrap-nested.js128 common.npm(['pack', 'file:modB@1'], {cwd: testdir, stdio: [0, 2, 2]}), property
129 common.npm(['pack', 'file:modB@2'], {cwd: testdir, stdio: [0, 2, 2]}), property
136 common.npm(['pack', 'file:modA'], {cwd: testdir, stdio: [0, 2, 2]}), property
137 common.npm(['pack', 'file:modC'], {cwd: testdir, stdio: [0, 2, 2]}), property
143 return common.npm(['install'], {cwd: testdir, stdio: [0, 2, 2]}) property
152 common.npm(['install'], {cwd: testdir, stdio: [0, 2, 2]}, function (err, code) { property
Doverride-bundled.js136 common.npm(['pack', bundleupdatesrc], {cwd: path.dirname(bundleupdatetgz), stdio: 'inherit'}), property
137 common.npm(['pack', bundlekeepsrc], {cwd: path.dirname(bundlekeeptgz), stdio: 'inherit'}), property
138 …common.npm(['pack', bundledeepupdatesrc], {cwd: path.dirname(bundledeepupdatetgz), stdio: 'inherit… property
144 return common.npm(['pack', bundledeepsrc], {cwd: path.dirname(bundledeeptgz), stdio: 'inherit'}) property
147 return common.npm(['pack', testmod], {cwd: path.dirname(testtgz), stdio: 'inherit'}) property
/third_party/libuv/test/
Dtest-spawn.c285 uv_stdio_container_t stdio[2]; in TEST_IMPL() local
319 uv_stdio_container_t stdio[2]; in TEST_IMPL() local
373 uv_stdio_container_t stdio[3]; in TEST_IMPL() local
430 uv_stdio_container_t stdio[3]; in TEST_IMPL() local
496 uv_stdio_container_t stdio[3]; in TEST_IMPL() local
588 uv_stdio_container_t stdio[2]; in TEST_IMPL() local
628 uv_stdio_container_t stdio[4]; in TEST_IMPL() local
687 uv_stdio_container_t stdio[4]; in TEST_IMPL() local
788 uv_stdio_container_t stdio[2]; in TEST_IMPL() local
861 uv_stdio_container_t stdio[3]; in TEST_IMPL() local
[all …]
/third_party/node/tools/
Dtest-npm-package.js61 stdio: 'inherit', property
93 ], Object.assign({}, npmOptions, { stdio: 'pipe' })); property
/third_party/node/test/message/
Desm_loader_not_found_cjs_hint_bare.js15 stdio: 'inherit' property
/third_party/node/test/es-module/
Dtest-esm-specifiers.mjs58 { stdio: 'inherit' }).on('exit', (code) => { property

1234567