Home
last modified time | relevance | path

Searched refs:DIR1 (Results 1 – 4 of 4) sorted by relevance

/acpica-3.5.0/tests/aslts/bin/bugstate/
Dbdemosconc81 DIR1="$2"
96 if [ -d "$DIR1" ]; then
97 bdemossum "$DIR1" 1
104 echo " the second : $DIR1"
109 elif [ -d "$DIR1" ]; then
110 bdemo_sum="$DIR1/__STATUS_OF_ALL_BDEMO_TESTS"
130 if [ -d "$DIR1" ]; then
131 path4=`get_name_of_bdemossum "$DIR1" $NORM32`
132 path5=`get_name_of_bdemossum "$DIR1" $NORM64`
133 path6=`get_name_of_bdemossum "$DIR1" $SLACK32`
[all …]
Dbdemostabs1099 elif [ -d "$DIR1" ]; then
1100 BDEMO_SUM="$DIR1/__STATUS_OF_ALL_BDEMO_TESTS"
1333 DIR1="$2"
1386 echo " the second : $DIR1"
1405 if [ -d "$DIR1" ]; then
1406 COMMONLOGFILE="$DIR1/Summary"
1425 elif [ -d "$DIR1" ]; then
1426 KBSUM_PARSED="$DIR1/__KERNEL_ASLTS_BUG_LIST"
1427 LBSUM_PARSED="$DIR1/__LOCAL_ASLTS_BUG_LIST"
1458 bdemosconc "$DIR0" "$DIR1"
[all …]
/acpica-3.5.0/tests/aslts/bin/
DDo156 local x previous last DIR0 DIR1
165 DIR1="$1/$last"
172 asltsdiffres "$DIR0" "$DIR1"
187 local x last DIR0 DIR1
195 DIR1="$1/$last"
198 echo " the last multi-result : $DIR1"
202 asltsdiffres "$DIR0" "$DIR1"
214 local DIR0 DIR1
217 DIR1="$1"
219 echo " First (new) specified multi-result : $DIR1"
[all …]
Dasltsdiffres47 DIR1="$2"
54 check_dir "$DIR1"
59 do_compare_two_runs "$DIR0" $NORM32 "$DIR1" $NORM32
63 do_compare_two_runs "$DIR0" $NORM64 "$DIR1" $NORM64
67 do_compare_two_runs "$DIR0" $OPT32 "$DIR1" $OPT32
71 do_compare_two_runs "$DIR0" $OPT64 "$DIR1" $OPT64
75 report_multi_runs_cmp "$DIR1" "$DIR0" "$CMP0" "$CMP1" "$CMP2" "$CMP3"