Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Use fml::ScopedCleanupClosure instead of DeathRattle. #51834

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

matanlurey
Copy link
Contributor

Closes flutter/flutter#146105.

Originally when we authored these suites, ScopedCleanupClosure disallowed move-semantics, but that was fixed in #45772, so there is no reason to have a copy of these in different tests.

/cc @jonahwilliams

@matanlurey matanlurey added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 2, 2024
@auto-submit auto-submit bot merged commit 0e84f61 into flutter:main Apr 2, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 3, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Apr 3, 2024
…146169)

flutter/engine@5f6dec8...bb4ec2d

2024-04-02 [email protected] Add an engine switch that controls whether the platform isolate API is available. (flutter/engine#51784)
2024-04-02 [email protected] Run `DrawSolidBlueScreenTest` 20x in a row in `bringup` (up from 5x) (flutter/engine#51850)
2024-04-02 [email protected] Return an empty optional in HardwareBuffer::GetSystemUniqueID if the underlying NDK API is unavailable (flutter/engine#51839)
2024-04-02 [email protected] Use `fml::ScopedCleanupClosure` instead of `DeathRattle`. (flutter/engine#51834)

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename DeathRattle and/or try to use ScopedCleanupClosure as-is.
2 participants