Home | History | Annotate | Download | only in utils

Lines Matching refs:diag

54   diag MSG
174 diag " You named your test '$name'. You shouldn't use numbers for your test names."
175 diag " Very confusing."
216 diag " Failed ${t}test '$name'"
217 diag " in $backtrace"
219 diag " Failed ${t}test in $backtrace"
231 diag "Output of '$command':"
233 diag "$line"
274 diag " got: '$result'"
275 diag " expected: '$expected'"
316 (( r != 0 )) && diag " '$result' doesn't match '$pattern'"
330 (( r != 0 )) && diag " '$result' matches '$pattern'"
353 diag(){
385 diag "Looks like your test died before it could output anything."
390 diag "Looks like your test died just after $_executed_tests."
402 diag "Looks like you planned $_expected_tests test$s but ran $extra extra."
408 diag "Looks like you planned $_expected_tests test$s but only ran $_executed_tests."
413 diag "Looks like you failed $_failed_tests test$s of $_executed_tests."