Move skbug5883.gif to a better test

Bug: skia:11754

This image is invalid - SkCodec draws *something* but it's not
particularly meaningful. Remove it from our CodecSrc tests and add it to
BadImage tests so that we still verify we don't crash (etc) but we no
longer expect to be able to draw it using the platform generator.

Change-Id: I4781d645896d9f01afbd70fb0c5acfd262dd3169
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/385880
Commit-Queue: Leon Scroggins <scroggo@google.com>
Auto-Submit: Leon Scroggins <scroggo@google.com>
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Leon Scroggins 2021-03-17 14:44:54 -04:00 committed by Skia Commit-Bot
parent 579728eb19
commit d5e94d90e8
4 changed files with 281 additions and 280 deletions

View File

@ -1 +1 @@
42
44

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 B

View File

@ -28,6 +28,7 @@ DEF_TEST(BadImage, reporter) {
"skbug3442.webp",
"skbug3429.webp",
"b38116746.ico",
"skbug5883.gif",
};
const char* badImagesFolder = "invalid_images";