-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.fuzzIssues related to native fuzzing supportIssues related to native fuzzing support
Milestone
Description
go version devel go1.18-7f2314530e Thu Dec 16 00:34:10 2021 +0000 darwin/arm64
The following test hangs when run with go test -parallel=1:
func FuzzParallel(f *testing.F) {
f.Add(42)
f.Fuzz(func(t *testing.T, i int) {
t.Parallel()
})
}
It works with -parallel=2 and other values. I think it should work in any case.
Small self-contained example is there: https://github.com/AlekSi/go-bug/tree/master/50217
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.fuzzIssues related to native fuzzing supportIssues related to native fuzzing support
Type
Projects
Status
No status