mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
test: Update fuzz tests to use the built-in infrastructure
Go 1.18 supports fuzzing natively, so this patch migrates our fuzzing tests to make use of it.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -34,13 +34,3 @@ chasquid.test
|
||||
# Exclude any .pem files, to prevent accidentally including test keys and
|
||||
# certificates.
|
||||
*.pem
|
||||
|
||||
# Ignore the generated corpus: we don't want to commit it to the repository by
|
||||
# default, to avoid size blowup. Manually added corpus will begin with "t-",
|
||||
# and thus not ignored.
|
||||
# Leave crashers not ignored, to make them easier to spot (and they should be
|
||||
# moved to manually-added corpus once detected).
|
||||
**/testdata/fuzz/corpus/[0-9a-f]*
|
||||
|
||||
# go-fuzz build artifacts.
|
||||
*-fuzz.zip
|
||||
|
||||
Reference in New Issue
Block a user