inputs/

directory
v0.1.44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2025 License: Apache-2.0

Directories

Path Synopsis
Package argexample shows an example that would take longer to to panic simply using dvyukov/go-fuzz or 'go test -fuzz=.', but which should panic in 20-30 sec or so via fz.Chain when fz.Chain is properly reusing input arg values from a step as candidate input values to another step (currently just a few seconds with GODEBUG=fuzzseed=1, vs.
Package argexample shows an example that would take longer to to panic simply using dvyukov/go-fuzz or 'go test -fuzz=.', but which should panic in 20-30 sec or so via fz.Chain when fz.Chain is properly reusing input arg values from a step as candidate input values to another step (currently just a few seconds with GODEBUG=fuzzseed=1, vs.
raceexample wraps sync.Map in a type-safe way, but sadly the implementation has a a possible data race in handling a counter on the objects stored in the sync.Map.
raceexample wraps sync.Map in a type-safe way, but sadly the implementation has a a possible data race in handling a counter on the objects stored in the sync.Map.
Package returnexample shows an example that would be quite challenging to panic simply using dvyukov/go-fuzz or 'go test -fuzz=.', but which should panic almost immediately via fz.Chain when fz.Chain is properly wiring the return values from a step as candidate input values to another step.
Package returnexample shows an example that would be quite challenging to panic simply using dvyukov/go-fuzz or 'go test -fuzz=.', but which should panic almost immediately via fz.Chain when fz.Chain is properly wiring the return values from a step as candidate input values to another step.
Package uuid is a simplified example for testing, roughly modeled on github.com/google/uuid.UUID.
Package uuid is a simplified example for testing, roughly modeled on github.com/google/uuid.UUID.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL