Home
last modified time | relevance | path

Searched refs:msgOut (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-execfilesync-maxbuf.js10 const msgOut = 'this is stdout'; constant
11 const msgOutBuf = Buffer.from(`${msgOut}\n`);
15 `console.log("${msgOut}");`,
Dtest-child-process-spawnsync-input.js29 const msgOut = 'this is stdout'; constant
33 const msgOutBuf = Buffer.from(`${msgOut}\n`);
38 `console.log("${msgOut}"); console.error("${msgErr}");`,
124 assert.strictEqual(ret.stdout, `${msgOut}\n`);
Dtest-child-process-execsync-maxbuf.js10 const msgOut = 'this is stdout'; constant
11 const msgOutBuf = Buffer.from(`${msgOut}\n`);
15 `"console.log('${msgOut}')";`,
Dtest-child-process-spawnsync-maxbuf.js10 const msgOut = 'this is stdout'; constant
11 const msgOutBuf = Buffer.from(`${msgOut}\n`);
15 `console.log("${msgOut}");`,