Skip to content

[CP-beta]Update the list of binaries in the code signing verification test to include new Dart snapshots#188050

Merged
auto-submit[bot] merged 4 commits into
flutter:flutter-3.45-candidate.0from
LongCatIsLooong:cp-186754
Jun 16, 2026
Merged

[CP-beta]Update the list of binaries in the code signing verification test to include new Dart snapshots#188050
auto-submit[bot] merged 4 commits into
flutter:flutter-3.45-candidate.0from
LongCatIsLooong:cp-186754

Conversation

@LongCatIsLooong

@LongCatIsLooong LongCatIsLooong commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

to unblock the beta candidate tree.

This CP combines #186754 and #187378. Also added an empty line to a .mm file to trigger engine rebuild.
This change won't be merged back to master so the empty line should be fine.

This commit, if merged, won't have an entry in the changelog since it is not user-facing / does not affect app / plugin devs.

Re: the list of binaries, the most recent 2 commits on master that edited run_verify_binaries_codesigned_tests.dart have both been cherry-picked into the beta branch. I have verified that git diff upstream/master -- dev/bots/suite_runners/run_verify_binaries_codesigned_tests.dart is clean.

SHARD=verify_binaries_pre_codesigned bin/cache/dart-sdk/bin/dart dev/bots/test.dart fails but that's likely because the engine revision was still on 0a9f488c13.

The current dart revision is aad8be4ce3077a809f0b4f3325c6d8a6908aad54

Version 3.13.0-167.1.beta

Merge 3.13.0-167.0.dev into beta

The dart revision associated with #186754 was 66873d2da857,

Version 3.13.0-108.0.dev

Merge 0aa709e8cce030d45dd6173f70e6963752f0130e into dev

The dart revision associated with #187378 was 3cdc25e8ffe98c61b36af485573639dc833b75cb

Version 3.13.0-149.0.dev

Merge f710c4338a82b73e780519893cba959b38db1778 into dev

jason-simmons and others added 2 commits June 15, 2026 15:23
…include new Dart snapshots (flutter#186754)

A recent Dart roll (flutter#186690)
changed the format of Dart AOT snapshots so that they are now recognized
as binaries by run_verify_binaries_codesigned_tests.

The list of expected binaries needs to be updated accordingly.
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Jun 15, 2026
@flutter-dashboard

Copy link
Copy Markdown

This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter.

Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed.

@github-actions github-actions Bot added a: text input Entering text in a text field or keyboard related problems platform-ios iOS applications specifically engine flutter/engine related. See also e: labels. team-ios Owned by iOS platform team labels Jun 15, 2026
@LongCatIsLooong LongCatIsLooong removed a: text input Entering text in a text field or keyboard related problems team-ios Owned by iOS platform team platform-ios iOS applications specifically labels Jun 15, 2026
@github-actions github-actions Bot added a: text input Entering text in a text field or keyboard related problems platform-ios iOS applications specifically team-ios Owned by iOS platform team and removed CICD Run CI/CD labels Jun 15, 2026
@LongCatIsLooong LongCatIsLooong added CICD Run CI/CD and removed a: text input Entering text in a text field or keyboard related problems platform-ios iOS applications specifically team-ios Owned by iOS platform team labels Jun 15, 2026
@LongCatIsLooong LongCatIsLooong marked this pull request as ready for review June 16, 2026 00:00
@LongCatIsLooong LongCatIsLooong requested a review from a team as a code owner June 16, 2026 00:00

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

Copy link
Copy Markdown
Contributor

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 run_verify_binaries_codesigned_tests.dart to include several new Dart SDK and engine snapshot binaries in the list of binaries with entitlements. It also updates the isBinary helper function to identify files with the application/x-sharedlib MIME type as binaries. Additionally, a minor formatting change was made in FlutterTextInputPlugin.mm. There are no review comments, and I have no feedback to provide.

@LongCatIsLooong LongCatIsLooong added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 16, 2026
@auto-submit auto-submit Bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Jun 16, 2026
@auto-submit

auto-submit Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

autosubmit label was removed for flutter/flutter/188050, because - The status or check suite Linux framework_tests_widgets has failed. Please fix the issues identified (or deflake) before re-applying this label.

@LongCatIsLooong LongCatIsLooong added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 16, 2026
@LongCatIsLooong LongCatIsLooong added CICD Run CI/CD and removed CICD Run CI/CD labels Jun 16, 2026
@fluttergithubbot

Copy link
Copy Markdown
Contributor

An existing Git SHA, 7cf440824f3b292f567e1220ca7b0238f16359bf, 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.

@github-actions github-actions Bot added a: text input Entering text in a text field or keyboard related problems platform-ios iOS applications specifically team-ios Owned by iOS platform team and removed CICD Run CI/CD labels Jun 16, 2026
@LongCatIsLooong LongCatIsLooong added CICD Run CI/CD and removed a: text input Entering text in a text field or keyboard related problems platform-ios iOS applications specifically team-ios Owned by iOS platform team labels Jun 16, 2026
@auto-submit

auto-submit Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

auto label is removed for flutter/flutter/188050, Failed to merge flutter/flutter/188050 with Pull request flutter/flutter/188050 could not be merged: Required status check "ci.yaml validation" is expected..

@auto-submit auto-submit Bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Jun 16, 2026
@LongCatIsLooong LongCatIsLooong added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 16, 2026
@auto-submit auto-submit Bot merged commit 1a4b2e6 into flutter:flutter-3.45-candidate.0 Jun 16, 2026
177 checks passed
@LongCatIsLooong LongCatIsLooong deleted the cp-186754 branch June 16, 2026 16:45
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 engine flutter/engine related. See also e: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants