Help us understand the severity of this issue
What do you need help with
The Skia CL https://skia-review.git.corp.google.com/c/skia/+/1138796 added a new resources/images/rgb24prof.bmp file.
Unfortunately, the Flutter Web tests (specifically codecs_test.dart) try to run through all the images in resources/images and decode them.
The new image, apparently, can't be decoded by Safari and is blocking the Skia roll into Flutter.
The two simplest things I can think of two prevent such blockages are to either have a separate directory of test images over in Flutter or allow-list the images Flutter consumes from within Skia's resources/images directory.
Help us understand the severity of this issue
What do you need help with
The Skia CL https://skia-review.git.corp.google.com/c/skia/+/1138796 added a new resources/images/rgb24prof.bmp file.
Unfortunately, the Flutter Web tests (specifically codecs_test.dart) try to run through all the images in resources/images and decode them.
The new image, apparently, can't be decoded by Safari and is blocking the Skia roll into Flutter.
The two simplest things I can think of two prevent such blockages are to either have a separate directory of test images over in Flutter or allow-list the images Flutter consumes from within Skia's resources/images directory.