Lines Matching refs:pass

32   assert.match(stdout, /ok 1 - this should pass/);
35 assert.match(stdout, /ok 4 - this should pass/);
46 assert.match(stdout, /ok 1 - this should pass/);
49 assert.match(stdout, /ok 4 - this should pass/);
91 assert.match(stdout, /ok 1 - this should pass/);
94 assert.match(stdout, /ok 4 - this should pass/);
134 assert.match(stdout, /# Subtest: this should pass/);
135 assert.match(stdout, /ok 1 - this should pass/);
163 assert.match(stdout, /# pass 4/);
192 assert.match(stdout, /# pass 1/);
208 assert.match(stdout, /ok 1 - this should pass/);
286 assert.match(stdout, /# Subtest: a\.cjs this should pass/);
287 assert.match(stdout, /ok 1 - a\.cjs this should pass/);
289 assert.match(stdout, /# Subtest: c\.cjs this should pass/);
290 assert.match(stdout, /ok 2 - c\.cjs this should pass/);
292 assert.match(stdout, /# Subtest: e\.cjs this should pass/);
293 assert.match(stdout, /ok 3 - e\.cjs this should pass/);
295 assert.match(stdout, /# Subtest: g\.cjs this should pass/);
296 assert.match(stdout, /ok 4 - g\.cjs this should pass/);
298 assert.match(stdout, /# Subtest: i\.cjs this should pass/);
299 assert.match(stdout, /ok 5 - i\.cjs this should pass/);
302 assert.match(stdout, /# pass 5/);
322 assert.match(stdout, /# Subtest: b\.cjs this should pass/);
323 assert.match(stdout, /ok 1 - b\.cjs this should pass/);
325 assert.match(stdout, /# Subtest: d\.cjs this should pass/);
326 assert.match(stdout, /ok 2 - d\.cjs this should pass/);
328 assert.match(stdout, /# Subtest: f\.cjs this should pass/);
329 assert.match(stdout, /ok 3 - f\.cjs this should pass/);
331 assert.match(stdout, /# Subtest: h\.cjs this should pass/);
332 assert.match(stdout, /ok 4 - h\.cjs this should pass/);
334 assert.match(stdout, /# Subtest: j\.cjs this should pass/);
335 assert.match(stdout, /ok 5 - j\.cjs this should pass/);
338 assert.match(stdout, /# pass 5/);