Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-child-process-execfilesync-maxbuf.js11 const msgOutBuf = Buffer.from(`${msgOut}\n`); constant
28 assert.deepStrictEqual(e.stdout, msgOutBuf);
37 assert.deepStrictEqual(ret, msgOutBuf);
Dtest-child-process-execsync-maxbuf.js11 const msgOutBuf = Buffer.from(`${msgOut}\n`); constant
28 assert.deepStrictEqual(e.stdout, msgOutBuf);
40 assert.deepStrictEqual(ret, msgOutBuf);
Dtest-child-process-spawnsync-maxbuf.js11 const msgOutBuf = Buffer.from(`${msgOut}\n`); constant
27 assert.deepStrictEqual(ret.stdout, msgOutBuf);
35 assert.deepStrictEqual(ret.stdout, msgOutBuf);
Dtest-child-process-spawnsync-input.js33 const msgOutBuf = Buffer.from(`${msgOut}\n`); constant
51 assert.deepStrictEqual(ret.stdout, msgOutBuf);