Commit e827ce2
committed
Fix regression testing false negative
The QoR parsing script returned -1 in case of a mismatch between arch file name in
the actual run and the golden results. If there was 1 run failures, the -1 would
cancel the 1 and as a result the regression tests would pass while having errors.
This commit fixes that by not throwing an exception in that specific case (Therefore
not returning -1) and taking the absolute value of the QoR and run failures.1 parent 0511c6d commit e827ce2
File tree
2 files changed
+12
-10
lines changed- vtr_flow/scripts/python_libs/vtr
2 files changed
+12
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | 425 | | |
434 | 426 | | |
435 | 427 | | |
| |||
444 | 436 | | |
445 | 437 | | |
446 | 438 | | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| |||
0 commit comments