Home
last modified time | relevance | path

Searched refs:errExec (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-error-reporting.js28 function errExec(script, option, callback) { function
48 errExec('throws_error.js', common.mustCall((err, stdout, stderr) => {
54 errExec('throws_error2.js', common.mustCall((err, stdout, stderr) => {
60 errExec('throws_error3.js', common.mustCall((err, stdout, stderr) => {
66 errExec('throws_error4.js', common.mustCall((err, stdout, stderr) => {
71 errExec('throws_error5.js', common.mustCall((err, stdout, stderr) => {
76 errExec('throws_error6.js', common.mustCall((err, stdout, stderr) => {
81 errExec('throws_error7.js', common.mustCall((err, stdout, stderr) => {
86 errExec('throws_error7.js', '--enable-source-maps', common.mustCall((err, stdout, stderr) => {

Completed in 1 milliseconds