Add a corpus of test files
Bug: 142252770 Bug: 169137236 Bug: 169139756 Test: This (fuzzer) Attempt to cover the types supported by AImageDecoder: - jpeg (progressive and baseline) - png - webp (animated and non-animated) - should maybe include lossless, too? - gif - ico (embedded png and bmp) - bmp - wbmp - heif - various dng formats These files are either already checked into CTS or Skia. Change-Id: Ib227639bf8da75f0e8e31e216bc6d1371e24cb75
@@ -72,4 +72,5 @@ cc_fuzz {
|
||||
fuzz_config: {
|
||||
cc: ["scroggo@google.com"],
|
||||
},
|
||||
corpus: ["corpus/*"],
|
||||
}
|
||||
|
||||
BIN
native/graphics/jni/corpus/baseline_jpeg.jpg
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
native/graphics/jni/corpus/color_wheel.ico
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
native/graphics/jni/corpus/gif_test.gif
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
native/graphics/jni/corpus/google_chrome.ico
Normal file
|
After Width: | Height: | Size: 188 KiB |
BIN
native/graphics/jni/corpus/heifwriter_input.heic
Normal file
BIN
native/graphics/jni/corpus/mandrill.wbmp
Normal file
BIN
native/graphics/jni/corpus/png_test.png
Normal file
|
After Width: | Height: | Size: 417 KiB |
BIN
native/graphics/jni/corpus/progressive_jpeg.jpg
Normal file
|
After Width: | Height: | Size: 186 KiB |
BIN
native/graphics/jni/corpus/sample_1mp.dng
Normal file
BIN
native/graphics/jni/corpus/sample_arw.arw
Normal file
BIN
native/graphics/jni/corpus/sample_cr2.cr2
Normal file
BIN
native/graphics/jni/corpus/sample_nef.nef
Normal file
BIN
native/graphics/jni/corpus/sample_nrw.nrw
Normal file
BIN
native/graphics/jni/corpus/sample_orf.orf
Normal file
BIN
native/graphics/jni/corpus/sample_pef.pef
Normal file
BIN
native/graphics/jni/corpus/sample_raf.raf
Normal file
BIN
native/graphics/jni/corpus/sample_rw2.rw2
Normal file
BIN
native/graphics/jni/corpus/sample_srw.srw
Normal file
BIN
native/graphics/jni/corpus/webp_animated.webp
Normal file
|
After Width: | Height: | Size: 340 B |
BIN
native/graphics/jni/corpus/webp_test.webp
Normal file
|
After Width: | Height: | Size: 22 KiB |