Searched refs:STRACE (Results 1 - 25 of 93) sorted by relevance

1234

/external/strace/tests/
H A Drun.sh5 $STRACE -V > /dev/null ||
6 framework_failure_ "$STRACE is not available"
H A Dbexecve.test36 $STRACE "$@" 2> "$LOG"
40 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
44 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
47 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
53 dump_log_and_fail_with "$STRACE $args: output mismatch"
56 dump_log_and_fail_with "$STRACE $args: unexpected output"
H A Dfflush.test35 $STRACE $args > "$EXP" 2> "$LOG" || {
36 msg="$STRACE $args failed with code $?"
H A Dinteractive_block.test8 strace0="$STRACE"
12 STRACE="$blocksig $strace0"
H A Dtermsig.test11 STRACE="$run_expect_termsig $STRACE"
H A Dopipe.test11 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||
12 dump_log_and_fail_with "$STRACE $args failed"
H A Dprintpath-umovestr-legacy.test36 $STRACE -o "$LOG" $fault_args $args > /dev/null || {
48 $STRACE -o /dev/null $fault_args \
49 $STRACE -o "$LOG" $args > "$EXP" ||
50 dump_log_and_fail_with "$STRACE $args failed with code $?"
H A Dprintstrn-umoven-legacy.test36 $STRACE -o "$LOG" $fault_args $args > /dev/null || {
48 $STRACE -o /dev/null $fault_args \
49 $STRACE -o "$LOG" $args > "$EXP" ||
50 dump_log_and_fail_with "$STRACE $args failed with code $?"
H A Dredirect.test52 ) | $STRACE -qq -enone -esignal=none \
56 fail_ "$STRACE failed to redirect standard input"
60 $STRACE -qq -enone -esignal=none \
76 fail_ "$STRACE failed to redirect standard output"
/external/strace/tests-m32/
H A Drun.sh5 $STRACE -V > /dev/null ||
6 framework_failure_ "$STRACE is not available"
H A Dbexecve.test36 $STRACE "$@" 2> "$LOG"
40 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
44 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
47 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
53 dump_log_and_fail_with "$STRACE $args: output mismatch"
56 dump_log_and_fail_with "$STRACE $args: unexpected output"
H A Dfflush.test35 $STRACE $args > "$EXP" 2> "$LOG" || {
36 msg="$STRACE $args failed with code $?"
H A Dinteractive_block.test8 strace0="$STRACE"
12 STRACE="$blocksig $strace0"
H A Dtermsig.test11 STRACE="$run_expect_termsig $STRACE"
H A Dopipe.test11 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||
12 dump_log_and_fail_with "$STRACE $args failed"
H A Dprintpath-umovestr-legacy.test36 $STRACE -o "$LOG" $fault_args $args > /dev/null || {
48 $STRACE -o /dev/null $fault_args \
49 $STRACE -o "$LOG" $args > "$EXP" ||
50 dump_log_and_fail_with "$STRACE $args failed with code $?"
H A Dprintstrn-umoven-legacy.test36 $STRACE -o "$LOG" $fault_args $args > /dev/null || {
48 $STRACE -o /dev/null $fault_args \
49 $STRACE -o "$LOG" $args > "$EXP" ||
50 dump_log_and_fail_with "$STRACE $args failed with code $?"
H A Dredirect.test52 ) | $STRACE -qq -enone -esignal=none \
56 fail_ "$STRACE failed to redirect standard input"
60 $STRACE -qq -enone -esignal=none \
76 fail_ "$STRACE failed to redirect standard output"
/external/strace/tests-mx32/
H A Drun.sh5 $STRACE -V > /dev/null ||
6 framework_failure_ "$STRACE is not available"
H A Dbexecve.test36 $STRACE "$@" 2> "$LOG"
40 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
44 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
47 dump_log_and_fail_with "$STRACE $args: unexpected exit status"
53 dump_log_and_fail_with "$STRACE $args: output mismatch"
56 dump_log_and_fail_with "$STRACE $args: unexpected output"
H A Dfflush.test35 $STRACE $args > "$EXP" 2> "$LOG" || {
36 msg="$STRACE $args failed with code $?"
H A Dinteractive_block.test8 strace0="$STRACE"
12 STRACE="$blocksig $strace0"
H A Dtermsig.test11 STRACE="$run_expect_termsig $STRACE"
H A Dopipe.test11 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||
12 dump_log_and_fail_with "$STRACE $args failed"
H A Dprintpath-umovestr-legacy.test36 $STRACE -o "$LOG" $fault_args $args > /dev/null || {
48 $STRACE -o /dev/null $fault_args \
49 $STRACE -o "$LOG" $args > "$EXP" ||
50 dump_log_and_fail_with "$STRACE $args failed with code $?"

Completed in 314 milliseconds

1234