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

Move scenario app to use iPhone Se 3rd gen iOS 16.2, un-skip test TwoPlatformViewsWithOtherBackDropFilterTests #41532

Merged
merged 4 commits into from
May 1, 2023

Conversation

cyanglaz
Copy link
Contributor

@cyanglaz cyanglaz commented Apr 26, 2023

iPhone 8 is old and not installed by default with the latest XCodes. Move the scenario test to a newer iPhone that has a home button. (Unfortunately, iPhones without home button have the bottom navigation bar that animates, resulting inconsistency during screenshots)

Fixes flutter/flutter#125167

Pre-launch Checklist

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

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

update the test simulator

update proj file
@cyanglaz cyanglaz changed the title Move scenario app to use iPhone Se 3rd gen iOS 16.2, un-skip tests Move scenario app to use iPhone Se 3rd gen iOS 16.2, un-skip test TwoPlatformViewsWithOtherBackDropFilterTests Apr 28, 2023
@cyanglaz
Copy link
Contributor Author

Well, my local arm failed the TwoPlatformViewsWithOtherBackDropFilterTests but it seems passed on ci arm machine? I'm ok with it as long as it passes on ci: https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20Engine%20Drone/786971/overview

@jmagman

@cyanglaz cyanglaz marked this pull request as ready for review April 28, 2023 21:30
@cyanglaz cyanglaz requested a review from jmagman April 28, 2023 21:30
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think git is confused and compared the wrong file. You can check the full file names by hovering the mouse to file name above. Same as the one below.

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

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

You can land this now, rebase #41640 onto it, and either update ios-16-0_14a5294e to ios-16-2_14c18 or remove totally and update the images again.

https://github.com/flutter/engine/pull/41640/files#r1181847615

@jmagman jmagman mentioned this pull request May 1, 2023
8 tasks
@cyanglaz cyanglaz added the autosubmit Merge PR when tree becomes green via auto submit App label May 1, 2023
@auto-submit auto-submit bot merged commit 7ecd2d4 into flutter:main May 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 1, 2023
@cyanglaz cyanglaz deleted the scenario_to_se branch May 1, 2023 23:41
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request May 2, 2023
…125845)

flutter/engine@3fa6084...7d87410

2023-05-01 ychris@google.com Update xcode to 14e222b (flutter/engine#41640)
2023-05-01 aam@google.com Run flutter license script with dart `--intrepret_irregexp` runtime option (flutter/engine#41646)
2023-05-01 skia-flutter-autoroll@skia.org Roll Skia from 82d1ef7a833e to 38e56b6da8f9 (8 revisions) (flutter/engine#41645)
2023-05-01 ychris@google.com Move scenario app to use iPhone Se 3rd gen iOS 16.2, un-skip test `TwoPlatformViewsWithOtherBackDropFilterTests` (flutter/engine#41532)

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 jsimmons@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update golden image and unskip TwoPlatformViewsWithOtherBackDropFilterTests
2 participants