tinyvec icon indicating copy to clipboard operation
tinyvec copied to clipboard

Expand fuzzing to SliceVec

Open Shnatsel opened this issue 5 years ago • 0 comments

Right now we have a pretty good fuzzing setup for TinyVec and ArrayVec types that has found a number of bugs. We should extend this to cover SliceVec and ArraySet types as well.

SliceVec fuzzing harness is going to be mostly identical to that of ArrayVec. As for ArraySet, rutenspitz ships with plenty of examples for testing map types: https://github.com/jakubadamw/rutenspitz/tree/master/examples/src

Shnatsel avatar Jul 30 '20 22:07 Shnatsel