Home
last modified time | relevance | path

Searched refs:echoFixture (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-execFile-promisified-abortController.js10 const echoFixture = fixtures.path('echo.js'); constant
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 });
Dtest-child-process-execfile.js12 const echoFixture = fixtures.path('echo.js'); constant
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);