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

Make sure to finish the suite if all tests are skipped#49339

Merged
auto-submit[bot] merged 1 commit intoflutter:mainfrom
dnfield:litest
Jan 2, 2024
Merged

Make sure to finish the suite if all tests are skipped#49339
auto-submit[bot] merged 1 commit intoflutter:mainfrom
dnfield:litest

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Dec 21, 2023

Fixes flutter/flutter#140481

Before this fix, if all tests are skipped, the onDone callback never fires, which means the recieve port never closes, which means the process just hangs indefinitely (and the success message is never printed).

@dnfield dnfield requested a review from zanderso December 21, 2023 20:11
@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label Jan 2, 2024
@auto-submit auto-submit bot merged commit a06926d into flutter:main Jan 2, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 2, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Jan 2, 2024
flutter/engine@194d90d...a06926d

2024-01-02 [email protected] Make sure to finish the suite if all tests are skipped (flutter/engine#49339)
2024-01-02 [email protected] Fix NPE when platform plugin delegate is null (flutter/engine#49391)
2024-01-02 [email protected] Add try-with-resource support to TraceSection (flutter/engine#49445)

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 [email protected],[email protected] 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://issues.skia.org/issues/new?component=1389291&template=1850622

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.

litetest hangs if you write a test file with a single skipped test

2 participants