Skip to content

[CP-beta]Fix an ordering dependency in the services/system_chrome_test.dart test suite#185104

Merged
auto-submit[bot] merged 1 commit into
flutter:flutter-3.44-candidate.0from
flutteractionsbot:cp-beta-6154f7548c56932288114aef3202b0040a0967e8
Apr 15, 2026
Merged

[CP-beta]Fix an ordering dependency in the services/system_chrome_test.dart test suite#185104
auto-submit[bot] merged 1 commit into
flutter:flutter-3.44-candidate.0from
flutteractionsbot:cp-beta-6154f7548c56932288114aef3202b0040a0967e8

Conversation

@flutteractionsbot
Copy link
Copy Markdown
Contributor

@flutteractionsbot flutteractionsbot commented Apr 15, 2026

This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.

Issue Link:

What is the link to the issue this cherry-pick is addressing?

https://github.com/flutter/flutter/issues/< Replace with issue link here >

Impact Description:

This is a test-only change which removes some dependency on ordering of tests.

Changelog Description:

This change is test-only and does not require a changelog entry.

Workaround:

Risk:

What is the risk level of this cherry-pick?

  • Low
  • Medium
  • High

Test Coverage:

Are you confident that your fix is well-tested by automated tests?

  • Yes
  • No

Validation Steps:

Run CI and ensure the tests pass.

…st suite (flutter#185086)

The "SystemChrome overlay style test" assumed that the overlay style was
not set to SystemUiOverlayStyle.light at the start of the test. That may
not be the case if other tests previously modified that state.

Fixes flutter#185085
@flutteractionsbot flutteractionsbot added the cp: review Cherry-picks in the review queue label Apr 15, 2026
@flutteractionsbot
Copy link
Copy Markdown
Contributor Author

@eyebrowsoffire please fill out the PR description above, afterwards the release team will review this request.

@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 the framework flutter/packages/flutter repository. See also f: labels. label Apr 15, 2026
Copy link
Copy Markdown
Contributor

@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 system_chrome_test.dart file to include an explicit initial state setup. It sets the system UI overlay style to dark, waits for the tester to be idle, and clears the log before proceeding with the existing test for cache miss behavior. I have no feedback to provide.

@eyebrowsoffire eyebrowsoffire added the CICD Run CI/CD label Apr 15, 2026
@eyebrowsoffire eyebrowsoffire added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 15, 2026
@auto-submit auto-submit Bot merged commit 2df29e9 into flutter:flutter-3.44-candidate.0 Apr 15, 2026
153 checks passed
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 cp: review Cherry-picks in the review queue framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants