mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This removes skips for the golden tests in `//testing/dart/canvas_test.dart` and instead passes them up to Skia gold. Adds a utility class for dealing with Skia gold from these tests, as well as the existing fuzzy identical image comparison for tests that just want to do in memory comparison of images generated from the same test. Removes the old golden files that were in tree. Part of https://github.com/flutter/flutter/issues/53784