Skip to content

[pr-fix] Run all flutter/packages macOS tests using Xcode 26 and iOS 26 simulator#10635

Merged
auto-submit[bot] merged 15 commits intoflutter:mainfrom
okorohelijah:upgrade_xcode_test
Apr 14, 2026
Merged

[pr-fix] Run all flutter/packages macOS tests using Xcode 26 and iOS 26 simulator#10635
auto-submit[bot] merged 15 commits intoflutter:mainfrom
okorohelijah:upgrade_xcode_test

Conversation

@okorohelijah
Copy link
Copy Markdown
Contributor

@okorohelijah okorohelijah commented Dec 16, 2025

Updates Xcode version and simulator version to Xcode 26.2 and iOS 26.2 in CI.

Fixes flutter/flutter#172856

Pre-Review Checklist

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

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2 3

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@okorohelijah
Copy link
Copy Markdown
Contributor Author

okorohelijah commented Dec 16, 2025

@jmagman
Copy link
Copy Markdown
Member

jmagman commented Dec 19, 2025

@okorohelijah I spotted some extra analyzer warnings in the in_app_purchase failures: #10649

@jmagman
Copy link
Copy Markdown
Member

jmagman commented Dec 19, 2025

Dang...

iOS 26.2 (26.2 - 23C54) - com.apple.CoreSimulator.SimRuntime.iOS-26-2 (unavailable, liblaunch_sim.dylib could not be opened)

https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8695102947197916097/+/u/Run_package_tests/list_simulators/stdout

Error (Xcode): iOS 26.2 Platform Not Installed.

https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8695102947197916097/+/u/Run_package_tests/build_all_packages_for_iOS_debug/stdout

It does show it downloading from cipd, though I'm unsure what "Overriding runtime 23C53 with 23C54" means:

[W 2025-12-18 15:40:53] runtime D: 2E202634-F938-42C3-8CA5-DC77CC46D9F6 iOS (26.2 - 23C54) (Ready)

 added to Xcode
[W 2025-12-18 15:40:54] Overriding runtime 23C53 with 23C54

https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8695102946955814193/+/u/Run_package_tests/install_xcode/install_xcode_from_cipd/stdout

@okorohelijah
Copy link
Copy Markdown
Contributor Author

okorohelijah commented Dec 19, 2025

@jmagman I think the first 2 errors you mentioned (found in Mac_x64 ios_build_all_packages master and Mac_x64 ios_build_all_packages stable) are related to flutter/flutter#170294 because the current ARM-based simulator images do not run on Intel-based (x64) Macs

@stuartmorgan-g
Copy link
Copy Markdown
Collaborator

From triage: Is this still under investigation?

@okorohelijah
Copy link
Copy Markdown
Contributor Author

I think all issues have been filed and accounted for! Thank you!

@vashworth vashworth reopened this Feb 17, 2026
@fluttergithubbot
Copy link
Copy Markdown
Contributor

An existing Git SHA, 3c5cf53f56d883e726270ed94e07d333c6a71a63, was detected, and no actions were taken.

To re-trigger presubmits after closing or re-opeing a PR, or pushing a HEAD commit (i.e. with --force) that already was pushed before, push a blank commit (git commit --allow-empty -m "Trigger Build") or rebase to continue.

@vashworth
Copy link
Copy Markdown
Contributor

Re-testing now that flutter/flutter#180014 is fixed.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the CI environment to macOS 15.7 and Xcode 17e192, while upgrading iOS simulator tests to version 26.4. It enables several Mac_arm64 platform tests in presubmit and addresses iOS 26+ compatibility issues in google_maps_flutter_ios and webview_flutter_wkwebview, including warning suppression and test stability fixes. Feedback indicates that enabling these tests in presubmit contradicts an existing comment in .ci.yaml regarding test execution policy.

Comment thread .ci.yaml
Comment thread .ci.yaml
@flutter-dashboard
Copy link
Copy Markdown

It looks like this pull request may not have tests. Please make sure to add tests or get an explicit test exemption before merging.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. If you believe this PR qualifies for a test exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!). The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group.

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 CICD Run CI/CD p: pigeon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run all flutter/packages macOS tests using Xcode 26 and iOS 26 simulator

5 participants