HomeSort by relevance Sort by last modified time
    Searched refs:stdoutB (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/tests/
vg_regtest 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);
    [all...]
vg_regtest.in 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);
    [all...]

Completed in 4603 milliseconds