HomeSort by: relevance | last modified time | path
    Searched refs:insummary (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.sh 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;
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.sh 175 print_prologue=1; curfile=""; insummary=0
179 insummary=0
197 insummary=1
200 /^# of expected passes/ { if (insummary == 1) passcnt += \$5; next; }
201 /^# of unexpected failures/ { if (insummary == 1) failcnt += \$5; next; }
202 /^# of unsupported tests/ { if (insummary == 1) unsupcnt += \$5; next; }
204 if (insummary == 1) {
404 curvar=""; insummary=0
408 /^# of / { if (variant == curvar) insummary = 1 }
409 /^# of expected passes/ { if (insummary == 1) passcnt += \$5; next;
    [all...]
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.sh 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;
    [all...]
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.sh 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;
    [all...]

Completed in 16 milliseconds