MozillaSecurity / lithium

Line-based testcase reducer
Mozilla Public License 2.0
95 stars 25 forks source link

Allow repeat interestingness test to support a min_crashes setting #69

Open nth10sd opened 6 years ago

nth10sd commented 6 years ago

An interestingness test in another of our repos support a min_crashes setting when run in repeat mode. That is, Lithium will only consider a testcase interesting if it reproduces at least x times in y tries.

Currently the repeat interestingness test in Lithium shortcuts if it reproduces once in y tries.