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

[fuchsia] route fuchsia.sysmem2.Allocator #52187

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

dustingreen
Copy link
Contributor

@dustingreen dustingreen commented Apr 17, 2024

Fuchsia's fake-display will be migrating to sysmem2, which requires fuchsia.sysmem2.Allocator to be routed in a few places.

fixes flutter/flutter#146858

Pre-launch Checklist

  • [y] I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • [y] I read the Tree Hygiene wiki page, which explains my responsibilities.
  • [na] I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • [y] I listed at least one issue that this PR fixes in the description above.
  • [fixes to existing tests] I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • [na] I updated/added relevant documentation (doc comments with ///).
  • [na / googler] I signed the CLA.
  • [y] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@dustingreen
Copy link
Contributor Author

cl/627545431 is the test run re. procedure in go/flutter-fuchsia-pr-policy

It is passing other than far_placeholder_test failures, which I think can be ignored for purposes of this PR, since the far_placeholder_test(s) are just making sure nobody actually merges a change that modifies the placeholder far files IIUC.

@dustingreen dustingreen changed the title [fuchsia] route fuchsia.sysmem2.Allocator [fuchsia] route fuchsia.sysmem2.Allocator fixes #146858 Apr 24, 2024
@dustingreen dustingreen changed the title [fuchsia] route fuchsia.sysmem2.Allocator fixes #146858 [fuchsia] route fuchsia.sysmem2.Allocator Apr 24, 2024
Fuchsia's fake-display will be migrating to sysmem2, which
requires fuchsia.sysmem2.Allocator to be routed in a few
places.

flutter/flutter#146858
Copy link
Contributor

@jrwang jrwang left a comment

Choose a reason for hiding this comment

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

LGTM

@jrwang jrwang added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 26, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Apr 26, 2024
Copy link
Contributor

auto-submit bot commented Apr 26, 2024

auto label is removed for flutter/engine/52187, due to This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.

  • Merge guidelines: A PR needs at least one approved review if the author is already part of flutter-hackers or two member reviews if the author is not a flutter-hacker before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 26, 2024
@auto-submit auto-submit bot merged commit 6cc5188 into flutter:main Apr 26, 2024
30 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 26, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Apr 27, 2024
…147440)

flutter/engine@c410180...bc05539

2024-04-26 skia-flutter-autoroll@skia.org Roll Dart SDK from 9936bafe5eb1 to 919c7cab870b (1 revision) (flutter/engine#52407)
2024-04-26 gabeschine@users.noreply.github.com Delete errant back-tick in CONTRIBUTING.md (flutter/engine#52324)
2024-04-26 dustingreen@google.com [fuchsia] route fuchsia.sysmem2.Allocator (flutter/engine#52187)
2024-04-26 jonahwilliams@google.com [Impeller] clamp maximum glyph scale. (flutter/engine#52403)
2024-04-26 zanderso@users.noreply.github.com Add markdown docs about RBE (flutter/engine#52394)
2024-04-26 skia-flutter-autoroll@skia.org Roll Skia from 52083c205016 to 3401ef9641cc (5 revisions) (flutter/engine#52402)
2024-04-26 jason-simmons@users.noreply.github.com Fix function type cast warnings for macOS embedder callbacks (flutter/engine#52377)

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 jimgraham@google.com,rmistry@google.com,zra@google.com 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
@dustingreen dustingreen deleted the route_sysmem2 branch April 27, 2024 02:18
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 platform-fuchsia
Projects
None yet
3 participants