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

  /external/valgrind/tests/
vg_regtest 106 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
175 stderrB => 0, stdoutB => 0,
490 # to e.g. redirect stdoutB to stderrB
493 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out"
498 . " > $name.stdoutB.out 2> $name.stderrB.out"
571 mysystem("$stdoutB_filter $stdoutB_filter_args < $name.stdoutB.out > $tmp");
572 filtered_rename($tmp, "$name.stdoutB.out");
574 # Find all the .stdoutB.exp files. If none, use /dev/null.
575 my @stdoutB_exps = <$name.stdoutB.exp*>;
577 do_diffs($fullname, $name, "stdoutB", \@stdoutB_exps);
    [all...]
vg_regtest.in 106 # expected stdout and stderr for progB are in <test>.stdoutB.exp*
175 stderrB => 0, stdoutB => 0,
490 # to e.g. redirect stdoutB to stderrB
493 . " < $stdinB > $name.stdoutB.out 2> $name.stderrB.out"
498 . " > $name.stdoutB.out 2> $name.stderrB.out"
571 mysystem("$stdoutB_filter $stdoutB_filter_args < $name.stdoutB.out > $tmp");
572 filtered_rename($tmp, "$name.stdoutB.out");
574 # Find all the .stdoutB.exp files. If none, use /dev/null.
575 my @stdoutB_exps = <$name.stdoutB.exp*>;
577 do_diffs($fullname, $name, "stdoutB", \@stdoutB_exps);
    [all...]

Completed in 83 milliseconds