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

Conversation

@arbreng
Copy link
Contributor

@arbreng arbreng commented Aug 17, 2021

Add support for resources to FakeSession, and add tests to verify its behavior. This is a precursor to a patch adding unit tests for FuchsiaExternalViewEmbedder and PlatformView

Test: Added fake_session_unittests
Fixes: https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=79873

Copy link
Contributor

@jaeheon jaeheon 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
Copy link
Member

@jaeheon It seem you are not a collaborator on the Flutter GitHub organization. Can you follow the steps in go/flutter-onboarding to become one please? Happy to provide the endorsement.

Copy link
Member

@chinmaygarde chinmaygarde left a comment

Choose a reason for hiding this comment

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

Just adding an approval till @jaeheon gets access.

@jaeheon
Copy link
Contributor

jaeheon commented Aug 19, 2021

Thank you Chinmay. I accepted hixie's invite.

fidl::InterfaceHandle<fuchsia::sysmem::BufferCollectionToken> token) {
NotImplemented_("RegisterBufferCollection"); // TODO
zx_koid_t token_koid = GetKoid(token.channel().get());
auto [_, buffer_success] =
Copy link
Contributor

Choose a reason for hiding this comment

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

nice! I didn't know that c++ can unpack values like this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jaeheon
Copy link
Contributor

jaeheon commented Aug 20, 2021

Please address comments and merge at your discretion.

@chinmaygarde chinmaygarde added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Aug 26, 2021
@fluttergithubbot fluttergithubbot merged commit 20cff26 into flutter:master Aug 26, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 26, 2021
@arbreng arbreng deleted the fuchsia-fake-session branch October 20, 2021 16:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

affects: tests cla: yes platform-fuchsia tech-debt Technical debt, code quality, testing, etc. waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants