Commit e495faa
committed
csmock: apply filters of important reports more precisely
In order not to clobber scan properties, we used to use `csmock
--mode=grep` while feeding csdiff. This caused spurious matches
of important reports in case csdiff parsed the plain-text output
differently (namely a wrong event was recognized as the key event
in some corner cases). This commit makes csdiff operate solely
on the JSON format, which tags key events explicitly.1 parent c521dc6 commit e495faa
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
0 commit comments