Skip to content

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

@vashworth

Description

@vashworth

Prerequisites

Instructions for Non-devicelab tests

Make a PR with the following:

  • Replace Mac version in ci.yaml to macOS 17
- os: Mac-15.5|Mac-15.7
+ os: Mac-15.7

- os: Mac-15.1|Mac-15.5|Mac-15.6|Mac-15.7
+ os: Mac-15.7

- ["device_os=iOS-17","os=Mac-15.1|Mac-15.5|Mac-15.6|Mac-15.7", "cpu=x86"]
+ ["device_os=iOS-17","os=Mac-15.7", "cpu=x86"]
- os: Mac-15.5|Mac-15.7
+ os: Mac-15.7

- os=Mac-15.5|Mac-15.7
+ os=Mac-15.7

- specificOS: 'Mac-15.5|Mac-15.7'
+ specificOS: 'Mac-15.7'
  • Replace sdk_version with 17a400
- "sdk_version": "16c5032a"
+ "sdk_version": "17a400"

See example: https://github.com/flutter/flutter/pull/170288/files

Instructions for devicelab test

Mac_ios, Mac_x64_ios, and Mac_arm64_ios will likely need to be run manually with led

Example command:

led get-builder "luci.flutter.staging:Mac_ios channels_integration_test_ios" | led edit -d os=Mac-15.7 | led edit -p '$flutter/osx_sdk={"sdk_version": "17a400"}' | led edit -d pool=luci.flutter.staging | led launch

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listteam-iosOwned by iOS platform teamtriaged-iosTriaged by iOS platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions