comparison contrib/dg-cmp-results.sh @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
135 } 135 }
136 136
137 function compare(st, nm) { 137 function compare(st, nm) {
138 old = peek() 138 old = peek()
139 if (old == 0) { 139 if (old == 0) {
140 # This new test wasn't run last time. 140 # This new test wasn't run last time.
141 if (verbose >= 2) printf("NA->%s:%s\n", st, nm) 141 if(st == "FAIL" || st == "UNRESOLVED" || verbose >= 2) {
142 # New test fails or we want all changes
143 printf("NA->%s:%s\n", st, nm)
144 }
142 } 145 }
143 else { 146 else {
144 # Compare this new test to the first queued old one. 147 # Compare this new test to the first queued old one.
145 if (verbose >= 4) { 148 if (verbose >= 4) {
146 printf("Comparing two lines:\n O:%s:%s\n N:%s:%s\n", 149 printf("Comparing two lines:\n O:%s:%s\n N:%s:%s\n",