Lines Matching refs:stdoutB
92 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
158 stderrB => 0, stdoutB => 0,
444 # to e.g. redirect stdoutB to stderrB
447 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out $progB $argsB;"
451 . " > $name.stdoutB.out 2> $name.stderrB.out $progB $argsB;"
517 mysystem("$stdoutB_filter $stdoutB_filter_args < $name.stdoutB.out > $tmp");
518 filtered_rename($tmp, "$name.stdoutB.out");
520 # Find all the .stdoutB.exp files. If none, use /dev/null.
521 my @stdoutB_exps = <$name.stdoutB.exp*>;
523 do_diffs($fullname, $name, "stdoutB", \@stdoutB_exps);
621 . "%d stderrB failure%s, %d stdoutB failure%s, "
627 $num_failures{"stdoutB"}, plural($num_failures{"stdoutB"}),
683 0 == $num_failures{"stdoutB"} &&