Lines Matching refs:should

32   assert.match(stdout, /ok 1 - this should pass/);
33 assert.match(stdout, /not ok 2 - this should fail/);
35 assert.match(stdout, /ok 4 - this should pass/);
36 assert.match(stdout, /ok 5 - this should be skipped/);
37 assert.match(stdout, /ok 6 - this should be executed/);
46 assert.match(stdout, /ok 1 - this should pass/);
47 assert.match(stdout, /not ok 2 - this should fail/);
49 assert.match(stdout, /ok 4 - this should pass/);
50 assert.match(stdout, /ok 5 - this should be skipped/);
51 assert.match(stdout, /ok 6 - this should be executed/);
91 assert.match(stdout, /ok 1 - this should pass/);
92 assert.match(stdout, /not ok 2 - this should fail/);
94 assert.match(stdout, /ok 4 - this should pass/);
95 assert.match(stdout, /ok 5 - this should be skipped/);
96 assert.match(stdout, /ok 6 - this should be executed/);
104 ['--eval', 'console.log("should not print")', '--test'],
105 ['--print', 'console.log("should not print")', '--test'],
134 assert.match(stdout, /# Subtest: this should pass/);
135 assert.match(stdout, /ok 1 - this should pass/);
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/);
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/);