Lines Matching refs:variants
3 # For a specified tool and optional list of test variants, extract
52 variants in the files for <tool>.
69 VARIANTS=""
75 l) VARIANTS="${VARIANTS} ${OPTARG}";;
231 # If no variants were specified, find all variants in the remaining
232 # summary files. Otherwise, ignore specified variants that aren't in
235 if test -z "$VARIANTS" ; then
236 VAR_AWK=${TMP}/variants.awk
248 VARIANTS="`sort -u ${TMP}/varlist`"
250 VARS="$VARIANTS"
251 VARIANTS=""
254 $GREP "Running target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
261 for VAR in $VARIANTS
267 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
282 for VAR in $VARIANTS
293 for VAR in $VARIANTS
451 # If there are multiple variants, output the counts for this one;