mirror of
https://github.com/aler9/gortsplib
synced 2025-10-13 02:43:53 +08:00
rewrite fuzz tests of decoders in order to get deterministic results (#261)
This commit is contained in:
5
pkg/formats/rtpvp9/testdata/fuzz/FuzzDecoder/41b798362d81811a
vendored
Normal file
5
pkg/formats/rtpvp9/testdata/fuzz/FuzzDecoder/41b798362d81811a
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
[]byte("M")
|
||||
bool(true)
|
||||
[]byte("A")
|
||||
bool(false)
|
5
pkg/formats/rtpvp9/testdata/fuzz/FuzzDecoder/5c3924785d154da4
vendored
Normal file
5
pkg/formats/rtpvp9/testdata/fuzz/FuzzDecoder/5c3924785d154da4
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
go test fuzz v1
|
||||
[]byte("0")
|
||||
bool(false)
|
||||
[]byte("")
|
||||
bool(false)
|
@@ -1,3 +0,0 @@
|
||||
go test fuzz v1
|
||||
[]byte("")
|
||||
bool(true)
|
@@ -1,3 +0,0 @@
|
||||
go test fuzz v1
|
||||
[]byte("00")
|
||||
bool(false)
|
Reference in New Issue
Block a user