Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Impeller] Remove duplicate entity test suite instantiations. #48654

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

chinmaygarde
Copy link
Member

And make it illegal to do so in the future. Now, making such a mistake will lead to a linker error complaining about duplicate definitions of kYouInstantiatedEntityTestMultipleTimes.

Fixes flutter/flutter#139090

And make it illegal to do so in the future. Now, making such a mistake
will lead to a linker error complaining about duplicate definitions of
`kYouInstantiatedEntityTestMultipleTimes`.

Fixes flutter/flutter#139090
Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 5, 2023
@auto-submit auto-submit bot merged commit 2923201 into flutter:main Dec 5, 2023
27 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 5, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 5, 2023
…139540)

flutter/engine@f43ef6c...2923201

2023-12-05 [email protected] [Impeller] Remove duplicate entity test suite instantiations. (flutter/engine#48654)
2023-12-05 [email protected] Roll Dart SDK from 9c74645153ca to 21574eae3a69 (1 revision) (flutter/engine#48655)

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
@chinmaygarde chinmaygarde deleted the fix_test branch December 5, 2023 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Impeller] EntityTest.BezierCircleScaled executed multiple times per run
3 participants