/third_party/node/test/parallel/ |
D | test-source-map-enable.js | 25 const output = spawnSync(process.execPath, [ 40 const output = spawnSync(process.execPath, [ 57 const output = spawnSync(process.execPath, [ 68 const output = spawnSync(process.execPath, [ 80 const output = spawnSync(process.execPath, [ 101 const output = spawnSync(process.execPath, [ 122 const output = spawnSync(process.execPath, [ 138 const output = spawnSync(process.execPath, [ 154 const output = spawnSync(process.execPath, [ 169 const output = spawnSync(process.execPath, [ [all …]
|
D | test-child-process-execfile.js | 17 process.execPath, 22 `Command failed: ${process.execPath} ${fixture} 42`); 30 const errorString = `Error: Command failed: ${process.execPath}`; 37 assert.strictEqual(err.cmd, process.execPath); 41 const child = execFile(process.execPath, callback); 49 execFile(process.execPath, [fixture, 0], execOpts, common.mustSucceed()); 63 execFile(process.execPath, [echoFixture, 0], { signal }, check); 82 execFile(process.execPath, [echoFixture, 0], { signal }, check); 91 execFile(process.execPath, [echoFixture, 0], { signal: 'hello' }, callback); 103 execFile(process.execPath, [fixture, 0], { signal }, callback);
|
D | test-policy-dependencies.js | 20 process.execPath, 34 process.execPath, 47 process.execPath, 60 process.execPath, 74 process.execPath, 87 process.execPath, 100 process.execPath, 114 process.execPath, 133 process.execPath,
|
D | test-child-process-exec-maxbuf.js | 16 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024))"`; 28 `${process.execPath} -e "console.log('a'.repeat(1024 * 1024 - 1))"`; 37 const cmd = `"${process.execPath}" -e "console.log('hello world');"`; 61 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024))"`; 79 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024 - 1))"`; 90 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; 102 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; 114 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; 128 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; 142 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`;
|
D | test-child-process-execfile-maxbuf.js | 17 process.execPath, 26 process.execPath, 39 process.execPath, 57 process.execPath, 65 process.execPath, 74 process.execPath, 85 process.execPath,
|
D | test-process-execpath.js | 11 assert.strictEqual(process.execPath, fs.realpathSync(process.execPath)); 15 console.log(process.execPath); 21 fs.symlinkSync(process.execPath, symlinkedNode); 25 assert.strictEqual(proc.stdout.toString(), `${process.execPath}\n`);
|
D | test-child-process-spawn-timeout-kill-signal.js | 13 const cp = spawn(process.execPath, [fixtures.path(aliveForeverFile)], { 21 const cp = spawn(process.execPath, [fixtures.path(aliveForeverFile)], { 30 throws(() => spawn(process.execPath, [fixtures.path(aliveForeverFile)], { 34 throws(() => spawn(process.execPath, [fixtures.path(aliveForeverFile)], { 43 const cp = spawn(process.execPath, [fixtures.path(aliveForeverFile)], {
|
D | test-child-process-spawnsync-input.js | 58 ret = spawnSync(process.execPath, args, { stdio: 'inherit' }); 62 ret = spawnSync(process.execPath, args, { 72 verifyBufOutput(spawnSync(process.execPath, [__filename, 'spawnchild', 1])); 73 verifyBufOutput(spawnSync(process.execPath, [__filename, 'spawnchild', 2])); 119 verifyBufOutput(spawnSync(process.execPath, args)); 121 ret = spawnSync(process.execPath, args, { encoding: 'utf8' });
|
D | test-openssl-ca-options.js | 12 process.execPath, 17 assert.strictEqual(result.stderr, `${process.execPath 22 const useBundledCA = childProcess.spawnSync(process.execPath, [ 27 const useOpenSSLCA = childProcess.spawnSync(process.execPath, [
|
D | test-child-process-execFile-promisified-abortController.js | 21 const promise = promisified(process.execPath, [echoFixture, 0], { signal }); 38 promisified(process.execPath, [echoFixture, 0], { signal }), 48 promisified(process.execPath, [echoFixture, 0], { signal }); 57 promisified(process.execPath, [echoFixture, 0], { signal });
|
D | test-child-process-execsync-maxbuf.js | 21 execSync(`"${process.execPath}" ${args.join(' ')}`, { maxBuffer: 1 }); 36 `"${process.execPath}" ${args.join(' ')}`, 47 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024))"` 60 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024 - 1))"`
|
D | test-v8-coverage.js | 22 const output = spawnSync(process.execPath, [ 41 const output = spawnSync(process.execPath, [ 59 const output = spawnSync(process.execPath, [ 78 const output = spawnSync(process.execPath, [ 99 const output = spawnSync(process.execPath, [ 119 const output = spawnSync(process.execPath, [ 139 const output = spawnSync(process.execPath, [ 155 const output = spawnSync(process.execPath, [ 174 const output = spawnSync(process.execPath, [
|
D | test-child-process-spawn-controller.js | 15 const cp = spawn(process.execPath, [aliveScript], { 38 const cp = spawn(process.execPath, [aliveScript], { 56 const cp = spawn(process.execPath, [aliveScript], { 77 const cp = spawn(process.execPath, [aliveScript], { 99 const cp = spawn(process.execPath, [aliveScript], {
|
D | test-child-process-spawnsync-maxbuf.js | 20 const ret = spawnSync(process.execPath, args, { maxBuffer: 1 }); 32 const ret = spawnSync(process.execPath, args, { maxBuffer: Infinity }); 41 const ret = spawnSync(process.execPath, args); 51 const ret = spawnSync(process.execPath, args);
|
D | test-process-wrap.js | 58 file: process.execPath, 59 args: [process.execPath, '-v'], 72 file: process.execPath, 73 args: [process.execPath, '-v'],
|
D | test-child-process-promisified.js | 11 const promise = exec(`${process.execPath} -p 42`); 20 const promise = execFile(process.execPath, ['-p', '42']); 48 exec(`${process.execPath} -e "${failingCodeWithStdoutErr}"`) 57 execFile(process.execPath, ['-e', failingCodeWithStdoutErr])
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | find-python.js | 172 this.run(exec, args, shell, function (err, execPath) { argument 181 this.addLog(`- executable path is "${execPath}"`) 182 this.checkExecPath(execPath, errorCallback) 200 function (err, execPath) { argument 207 this.addLog(`- executable path is "${execPath}"`) 208 this.checkExecPath(execPath, errorCallback) 214 checkExecPath: function checkExecPath (execPath, errorCallback) { 215 this.log.verbose(`- executing "${execPath}" to get version`) 216 this.run(execPath, this.argsVersion, false, function (err, version) { 224 this.addLog(`- "${execPath}" could not be run`) [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/test/ |
D | test-find-node-directory.js | 16 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 31 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 49 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property 63 processObj = { execPath: '/x/y/Release/node', platform: platforms[next] } property 66 execPath: '/x/y/out/Release/node', property 84 processObj = { execPath: '/a/b/Debug/node', platform: platforms[next] } property 86 processObj = { execPath: '/a/b/out/Debug/node', platform: platforms[next] } property 100 var processObj = { execPath: '/x/y/z/y', platform: next } property 114 var processObj = { execPath: '/x/y/bin/node', platform: platforms[next] } property
|
D | test-addon.js | 15 hostProcess = process.execPath 43 var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { 109 var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) { 136 var notNodePath = path.join(os.tmpdir(), 'notnode' + path.extname(process.execPath)) 137 fs.copyFileSync(process.execPath, notNodePath) 140 var proc = execFile(process.execPath, cmd, function (err, stdout, stderr) {
|
/third_party/node/test/sequential/ |
D | test-heap-prof.js | 73 const output = spawnSync(process.execPath, [ 93 const output = spawnSync(process.execPath, [ 115 const output = spawnSync(process.execPath, [ 136 const output = spawnSync(process.execPath, [ 159 const output = spawnSync(process.execPath, [ 180 const output = spawnSync(process.execPath, [ 195 `${process.execPath}: --heap-prof-name must be used with --heap-prof`); 201 const output = spawnSync(process.execPath, [ 216 `${process.execPath}: --heap-prof-dir must be used with --heap-prof`); 222 const output = spawnSync(process.execPath, [ [all …]
|
D | test-child-process-execsync.js | 51 const cmd = `"${process.execPath}" -e "setTimeout(function(){}, ${SLEEP});"`; 75 const cmd = `"${process.execPath}" -e "console.log('${msg}');"`; 93 const ret = execFileSync(process.execPath, args); 98 const ret = execFileSync(process.execPath, args, { encoding: 'utf8' }); 123 const spawnSyncResult = spawnSync(process.execPath, args); 135 execFileSync(process.execPath, args); 137 const msg = `Command failed: ${process.execPath} ${args.join(' ')}`; 153 execFileSync(process.execPath, [], execOpts);
|
D | test-cpu-prof-invalid-options.js | 21 const output = spawnSync(process.execPath, [ 36 `${process.execPath}: --cpu-prof-name must be used with --cpu-prof`); 42 const output = spawnSync(process.execPath, [ 57 `${process.execPath}: --cpu-prof-dir must be used with --cpu-prof`); 63 const output = spawnSync(process.execPath, [ 78 `${process.execPath}: --cpu-prof-interval must be used with --cpu-prof`);
|
/third_party/node/test/es-module/ |
D | test-esm-tla-unfinished.mjs | 9 process.execPath, 18 process.execPath, 28 process.execPath, 38 process.execPath, 49 process.execPath, 58 process.execPath, 68 process.execPath, 77 process.execPath, 87 process.execPath, 96 process.execPath,
|
D | test-esm-cjs-load-error-note.mjs | 25 const pExport1 = spawn(process.execPath, [Export1]); 38 const pExport2 = spawn(process.execPath, [Export2]); 50 const pImport1 = spawn(process.execPath, [Import1]); 63 const pImport2 = spawn(process.execPath, [Import2]); 76 const pImport3 = spawn(process.execPath, [Import3]); 89 const pImport4 = spawn(process.execPath, [Import4]); 102 const pImport5 = spawn(process.execPath, [Import5]); 114 const pError1 = spawn(process.execPath, [Error1]); 127 const pError2 = spawn(process.execPath, [Error2]); 140 const pError3 = spawn(process.execPath, [Error3]); [all …]
|
/third_party/node/test/report/ |
D | test-report-fatal-error.js | 38 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); 56 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); 68 const child = spawnSync(process.execPath, args, { }); 85 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); 109 const child = spawnSync(process.execPath, args, { encoding: 'utf8' });
|