Home | History | Annotate | Download | only in tests

Lines Matching refs:stderrB

93 # and <test>.stderrB.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;"
527 mysystem("$stderrB_filter $stderrB_filter_args < $name.stderrB.out > $tmp");
528 filtered_rename($tmp, "$name.stderrB.out");
529 # Find all the .stderrB.exp files. At least one must exist.
530 my @stderrB_exps = <$name.stderrB.exp*>;
531 (0 != scalar @stderrB_exps) or die "Could not find `$name.stderrB.exp*'\n";
532 do_diffs($fullname, $name, "stderrB", \@stderrB_exps);
621 . "%d stderrB failure%s, %d stdoutB failure%s, "
626 $num_failures{"stderrB"}, plural($num_failures{"stderrB"}),
684 0 == $num_failures{"stderrB"} &&