Lines Matching refs:match

19   assert.match(child.stderr.toString(), /^Could not find/);
23 // Default behavior. node_modules is ignored. Files that don't match the
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/);
58 // User specified files that don't match the pattern are still run.
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/);
115 assert.match(stderr, /--test/);
134 assert.match(stdout, /# Subtest: this should pass/);
135 assert.match(stdout, /ok 1 - this should pass/);
136 assert.match(stdout, / {2}---/);
137 assert.match(stdout, / {2}duration_ms: .*/);
138 assert.match(stdout, / {2}\.\.\./);
140 assert.match(stdout, /# Subtest: .+invalid-tap\.js/);
141 assert.match(stdout, /# invalid tap output/);
142 assert.match(stdout, /ok 2 - .+invalid-tap\.js/);
144 assert.match(stdout, /# Subtest: level 0a/);
145 assert.match(stdout, / {4}# Subtest: level 1a/);
146 assert.match(stdout, / {4}ok 1 - level 1a/);
147 assert.match(stdout, / {4}# Subtest: level 1b/);
148 assert.match(stdout, / {4}not ok 2 - level 1b/);
149 assert.match(stdout, / {6}code: 'ERR_TEST_FAILURE'/);
150 assert.match(stdout, / {6}stack: |-'/);
151 assert.match(stdout, / {8}TestContext\.<anonymous> .*/);
152 assert.match(stdout, / {4}# Subtest: level 1c/);
153 assert.match(stdout, / {4}ok 3 - level 1c # SKIP aaa/);
154 assert.match(stdout, / {4}# Subtest: level 1d/);
155 assert.match(stdout, / {4}ok 4 - level 1d/);
156 assert.match(stdout, /not ok 3 - level 0a/);
157 assert.match(stdout, / {2}error: '1 subtest failed'/);
158 assert.match(stdout, /# Subtest: level 0b/);
159 assert.match(stdout, /not ok 4 - level 0b/);
160 assert.match(stdout, / {2}error: 'level 0b error'/);
161 assert.match(stdout, /# tests 8/);
162 assert.match(stdout, /# suites 0/);
163 assert.match(stdout, /# pass 4/);
164 assert.match(stdout, /# fail 3/);
165 assert.match(stdout, /# cancelled 0/);
166 assert.match(stdout, /# skipped 1/);
167 assert.match(stdout, /# todo 0/);
182 assert.match(stdout, /# stderr 1/);
183 assert.match(stdout, /# stderr 2/);
184 assert.match(stdout, /# stdout 3/);
185 assert.match(stdout, /# stderr 6/);
186 assert.match(stdout, /# not ok 1 - fake test/);
187 assert.match(stdout, /# stderr 5/);
188 assert.match(stdout, /# stdout 4/);
189 assert.match(stdout, /# Subtest: a test/);
190 assert.match(stdout, /ok 1 - a test/);
191 assert.match(stdout, /# tests 1/);
192 assert.match(stdout, /# pass 1/);
208 assert.match(stdout, /ok 1 - this should pass/);
218 assert.match(child.stderr.toString(), /The argument '--test-shard' must be in the form of <index>\/<total>\. Received '1'/);
230 assert.match(child.stderr.toString(), /The argument '--test-shard' must be in the form of <index>\/<total>\. Received '1\/2\/3'/);
242 assert.match(child.stderr.toString(), /The value of "options\.shard\.index" is out of range\. It must be >= 1 && <= 3 \("options\.shard\.total"\)\. Received 0/);
254 assert.match(child.stderr.toString(), /The argument '--test-shard' must be in the form of <index>\/<total>\. Received '0xf\/20abcd'/);
266 assert.match(child.stderr.toString(), /The argument '--test-shard' must be in the form of <index>\/<total>\. Received 'hello'/);
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/);
301 assert.match(stdout, /# tests 5/);
302 assert.match(stdout, /# pass 5/);
303 assert.match(stdout, /# fail 0/);
304 assert.match(stdout, /# skipped 0/);
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/);
337 assert.match(stdout, /# tests 5/);
338 assert.match(stdout, /# pass 5/);
339 assert.match(stdout, /# fail 0/);
340 assert.match(stdout, /# skipped 0/);