MCPcopy
hub / github.com/klauspost/compress / FuzzDecAllNoBMI2

Function FuzzDecAllNoBMI2

zstd/fuzz_test.go:83–90  ·  view source on GitHub ↗
(f *testing.F)

Source from the content-addressed store, hash-verified

81}
82
83func FuzzDecAllNoBMI2(f *testing.F) {
84 if !cpuinfo.HasBMI2() {
85 f.Skip("No BMI, so already tested")
86 return
87 }
88 defer cpuinfo.DisableBMI2()()
89 FuzzDecodeAll(f)
90}
91
92func FuzzDecoder(f *testing.F) {
93 fuzz.AddFromZip(f, "testdata/fuzz/decode-corpus-raw.zip", fuzz.TypeRaw, testing.Short())

Callers

nothing calls this directly

Calls 4

HasBMI2Function · 0.92
DisableBMI2Function · 0.92
FuzzDecodeAllFunction · 0.85
SkipMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…