AOMediaCodec / libavif

libavif - Library for encoding and decoding .avif files
Other
1.53k stars 195 forks source link

Add a presubmit workflow that runs fuzztest tests #2410

Closed maryla-uc closed 1 month ago

maryla-uc commented 1 month ago

I do see a bunch of tests starting with "aviffuzztest" in the output?

There is no overlap with .github/workflows/cifuzz.yml, this one is ossfuzz and runs only the fuzzer in tests/oss-fuzz (which this one does not run) (yes this is all very simple...)

vrabaud commented 1 month ago

Indeed, because CIFuzz does not handle fuzztest (cf https://github.com/google/oss-fuzz/issues/11599), this CI is useful. I will remove CIFuzz inhttps://github.com/AOMediaCodec/libavif/pull/2006 to merge it too.