Lines Matching refs:ok
32 assert.match(stdout, /ok 1 - this should pass/);
33 assert.match(stdout, /not ok 2 - this should fail/);
34 assert.match(stdout, /ok 3 - .+subdir.+subdir_test\.js/);
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/);
48 assert.match(stdout, /ok 3 - .+subdir.+subdir_test\.js/);
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/);
66 assert.match(stdout, /not ok 1 - .+index\.js/);
78 assert.match(stdout, /not ok 1 - .+test-nm\.js/);
91 assert.match(stdout, /ok 1 - this should pass/);
92 assert.match(stdout, /not ok 2 - this should fail/);
93 assert.match(stdout, /ok 3 - .+subdir.+subdir_test\.js/);
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/);
135 assert.match(stdout, /ok 1 - this should pass/);
142 assert.match(stdout, /ok 2 - .+invalid-tap\.js/);
146 assert.match(stdout, / {4}ok 1 - level 1a/);
148 assert.match(stdout, / {4}not ok 2 - level 1b/);
153 assert.match(stdout, / {4}ok 3 - level 1c # SKIP aaa/);
155 assert.match(stdout, / {4}ok 4 - level 1d/);
156 assert.match(stdout, /not ok 3 - level 0a/);
159 assert.match(stdout, /not ok 4 - level 0b/);
186 assert.match(stdout, /# not ok 1 - fake test/);
190 assert.match(stdout, /ok 1 - a test/);
208 assert.match(stdout, /ok 1 - this should pass/);
287 assert.match(stdout, /ok 1 - a\.cjs this should pass/);
290 assert.match(stdout, /ok 2 - c\.cjs this should pass/);
293 assert.match(stdout, /ok 3 - e\.cjs this should pass/);
296 assert.match(stdout, /ok 4 - g\.cjs this should pass/);
299 assert.match(stdout, /ok 5 - i\.cjs this should pass/);
323 assert.match(stdout, /ok 1 - b\.cjs this should pass/);
326 assert.match(stdout, /ok 2 - d\.cjs this should pass/);
329 assert.match(stdout, /ok 3 - f\.cjs this should pass/);
332 assert.match(stdout, /ok 4 - h\.cjs this should pass/);
335 assert.match(stdout, /ok 5 - j\.cjs this should pass/);