Home | History | Annotate | Download | only in contrib

Lines Matching refs:unsupcnt

179   passcnt=0; failcnt=0; unsupcnt=0; failures=""
205 /^# of unsupported tests/ { if (insummary == 1) unsupcnt += \$5; next; }
221 if (unsupcnt) print "# of unsupported tests " unsupcnt
405 passcnt=0; failcnt=0; untstcnt=0; xpasscnt=0; xfailcnt=0; kpasscnt=0; kfailcnt=0; unsupcnt=0; unrescnt=0; dgerrorcnt=0;
420 /^# of unsupported tests/ { if (insummary == 1) unsupcnt += \$5; next; }
440 if (unsupcnt != 0) printf ("# of unsupported tests\t\t%d\n", unsupcnt)
464 passcnt=0; failcnt=0; untstcnt=0; xpasscnt=0; xfailcnt=0; kfailcnt=0; unsupcnt=0; unrescnt=0; dgerrorcnt=0
476 /^# of unsupported tests/ { unsupcnt += \$5 }
491 if (unsupcnt != 0) printf ("# of unsupported tests\t\t%d\n", unsupcnt)