[Impeller] migrate more AIKS test to DL.#54267
[Impeller] migrate more AIKS test to DL.#54267auto-submit[bot] merged 6 commits intoflutter:mainfrom
Conversation
|
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
|
Golden file changes are available for triage from new commit, Click here to view. |
|
Golden file changes are available for triage from new commit, Click here to view. |
|
Leaving golden diffs untriaged, its just a minor difference in the color values for the gradient. |
| paint.setColorSource(DlColorSource::MakeLinear({0, 0}, // | ||
| {100, 100}, // | ||
| 2, // | ||
| colors.data(), // | ||
| stops.data(), // | ||
| DlTileMode::kRepeat // | ||
| )); |
There was a problem hiding this comment.
Argument comments would help for the literals here.
| builder.ClipRRect(clip_rrect, DlCanvas::ClipOp::kIntersect); | ||
|
|
||
| DlPaint save_paint; | ||
| auto bdf = std::make_shared<DlColorFilterImageFilter>( |
There was a problem hiding this comment.
No abbreviations that have no meaning outside the project: https://google.github.io/styleguide/cppguide.html#General_Naming_Rules
…e into more_more_aiks_tests
flutter/engine@bbb2fca...230879c 2024-08-01 [email protected] [Impeller] migrate more AIKS test to DL. (flutter/engine#54267) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
) flutter/engine@bbb2fca...230879c 2024-08-01 [email protected] [Impeller] migrate more AIKS test to DL. (flutter/engine#54267) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
) flutter/engine@bbb2fca...230879c 2024-08-01 [email protected] [Impeller] migrate more AIKS test to DL. (flutter/engine#54267) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Part of flutter/flutter#142054