mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-23 15:37:01 +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:
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ÑAndÚ")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("henryⅣ@throne")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ñandú")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("pé@léa")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Pingüino")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("henryⅣthrone")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ÑAndÚ")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("péléa")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ñandú")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Pingüino")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ÑAndÚ")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("henryⅣ@throne")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ñandú")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("pé@léa")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Pingüino")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("henryⅣthrone")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ÑAndÚ")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("péléa")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("ñandú")
|
||||
@@ -0,0 +1,2 @@
|
||||
go test fuzz v1
|
||||
string("Pingüino")
|
||||
@@ -1 +0,0 @@
|
||||
ñandú
|
||||
@@ -1 +0,0 @@
|
||||
ÑAndÚ
|
||||
@@ -1 +0,0 @@
|
||||
Pingüino
|
||||
@@ -1 +0,0 @@
|
||||
pé@léa
|
||||
@@ -1 +0,0 @@
|
||||
henryⅣ@throne
|
||||
Reference in New Issue
Block a user