Lines Matching refs:insummary
178 print_prologue=1; curfile=""; insummary=0
182 insummary=0
200 insummary=1
203 /^# of expected passes/ { if (insummary == 1) passcnt += \$5; next; }
204 /^# of unexpected failures/ { if (insummary == 1) failcnt += \$5; next; }
205 /^# of unsupported tests/ { if (insummary == 1) unsupcnt += \$5; next; }
207 if (insummary == 1) {
407 curvar=""; insummary=0
411 /^# of / { if (variant == curvar) insummary = 1 }
412 /^# of expected passes/ { if (insummary == 1) passcnt += \$5; next; }
413 /^# of unexpected successes/ { if (insummary == 1) xpasscnt += \$5; next; }
414 /^# of unexpected failures/ { if (insummary == 1) failcnt += \$5; next; }
415 /^# of expected failures/ { if (insummary == 1) xfailcnt += \$5; next; }
416 /^# of unknown successes/ { if (insummary == 1) kpasscnt += \$5; next; }
417 /^# of known failures/ { if (insummary == 1) kfailcnt += \$5; next; }
418 /^# of untested testcases/ { if (insummary == 1) untstcnt += \$5; next; }
419 /^# of unresolved testcases/ { if (insummary == 1) unrescnt += \$5; next; }
420 /^# of unsupported tests/ { if (insummary == 1) unsupcnt += \$5; next; }
421 /^# of paths in test names/ { if (insummary == 1) pathcnt += \$7; next; }
422 /^# of duplicate test names/ { if (insummary == 1) dupcnt += \$6; next; }
423 /^$/ { if (insummary == 1)
424 { insummary = 0; curvar = "" }