28 Aug
2018
28 Aug
'18
2:40 p.m.
On Tue, 28 Aug 2018 at 16:02, Christof Donat via Boost < boost@lists.boost.org> wrote:
Unit Tests are not the best place for fuzzing. You should do both. Unit test should be deterministic and always reproduce the same result, because you'll use them for debugging. Fuzzing on the other hand is used to find unknown bugs. When you found one, create a unit test to reproduce it, fix the bug, so that the unit test doesn't fail any more and continue fuzzing.
Thanks for not discarding it completely. How to do this, I think, I left in the middle, I just said more thought, more design and more code. degski -- *“If something cannot go on forever, it will stop" - Herbert Stein* *“No, it isn’t truth. Truth isn’t truth" - Rudolph W. L. Giuliani*