]> Cypherpunks repositories - gostls13.git/commit
html: convert fuzz test to native Go fuzzing
authorTobias Klauser <tklauser@distanz.ch>
Wed, 10 May 2023 15:08:59 +0000 (17:08 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 10 May 2023 20:35:20 +0000 (20:35 +0000)
commit200a01ff5589e2b8eb8cebeb4dcf6469aceaab27
tree6c2c7cf792703ad15132b13c7b644dd336febf80
parent1099644f5208c9e7911783c0103d5dad0a2021cd
html: convert fuzz test to native Go fuzzing

Convert the existing gofuzz based fuzz test to a testing.F based fuzz
test.

Change-Id: Ieae69ba7fb17bd54d95c7bb2f4ed04c323c9f15f
Reviewed-on: https://go-review.googlesource.com/c/go/+/494195
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
src/html/fuzz.go [deleted file]
src/html/fuzz_test.go [new file with mode: 0644]