Lines Matching refs:ok
1235 my $ok="";
1298 $ok .= "s";
1301 $ok .= "-"; # stdout not checked
1353 $ok .= "r";
1356 $ok .= "-"; # stderr not checked
1412 $ok .= "p";
1416 $ok .= "-"; # protocol not checked
1479 $ok .= "d";
1482 $ok .= "-"; # data not checked
1520 $ok .= "u";
1523 $ok .= "-"; # upload not checked
1564 $ok .= "P";
1568 $ok .= "-"; # proxy not checked
1648 $ok .= ($outputok) ? "o" : "-"; # output checked or not
1673 $ok .= "e";
1692 $ok .= "-"; # problem with memory checking
1712 $ok .= "m";
1717 $ok .= "-"; # memory not checked
1775 $ok .= "v";
1781 $ok .= "-"; # skipped
1785 $ok .= "-"; # valgrind not checked
1788 $ok .= $run_event_based ? "E" : "-";
1790 logmsg "$ok " if(!$short);
2880 my $ok=0;
3042 $ok++; # successful test counter
3195 logmsg sprintf("TESTDONE: $ok tests out of $total reported OK: %d%%\n",
3196 $ok/$total*100);
3198 if($failed && ($ok != $total)) {
3216 if(($total && (($ok+$ign) != $total)) || !$total || $unexpected) {