-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Reland "Launch DDS from Dart SDK and prepare to serve DevTools from DDS (#146593)" #152386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
auto label is removed for flutter/flutter/152386, due to - The status or check suite Mac tool_integration_tests_4_4 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
auto label is removed for flutter/flutter/152386, due to - The status or check suite Mac tool_integration_tests_4_4 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
…s from DDS (#146593)" (flutter/flutter#152386)
Manual roll requested by [email protected] flutter/flutter@031dc3d...4d12197 2024-07-26 [email protected] further shard Mac tool_integration_tests from 4 to 5 shards (flutter/flutter#152399) 2024-07-26 [email protected] Change flutter_build_with_compilation_error_test to check stdout or stderr (flutter/flutter#152404) 2024-07-26 [email protected] [cupertino/icons.dart] Replace ligature references with characters corresponding to codepoints (flutter/flutter#152387) 2024-07-26 [email protected] Update minimum macOS version as needed in Swift package (flutter/flutter#152347) 2024-07-26 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 3.25.14 to 3.25.15 (flutter/flutter#152401) 2024-07-26 49699333+dependabot[bot]@users.noreply.github.com Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (flutter/flutter#152400) 2024-07-26 [email protected] Update text_painter.dart (flutter/flutter#152398) 2024-07-26 [email protected] Fix some tests that fail with Swift Package Manager enabled (flutter/flutter#152267) 2024-07-26 [email protected] Reland "Launch DDS from Dart SDK and prepare to serve DevTools from DDS (#146593)" (flutter/flutter#152386) 2024-07-26 [email protected] Make `DragGestureRecognizer` abstract methods public (flutter/flutter#151627) 2024-07-26 [email protected] Fix cursor position when Unicode Zs category is entered in TextField (flutter/flutter#152215) 2024-07-26 [email protected] Roll Flutter Engine from 354abf2800a0 to e28f8755e25b (2 revisions) (flutter/flutter#152388) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: 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
…DS (flutter#146593)" (flutter#152386) This reverts commit 7cdc23b. The failure in the `native_assets_test` integration test on Windows was caused by the DevTools process not being shutdown by the `ColdRunner` when running the profile mode portion of the test. This resulted in the test being unable to clean up the project created by the test as DevTools was still holding onto a handle within the directory. This PR adds back the mistakenly removed DevTools shutdown logic in the `ColdRunner`.
…DS (flutter#146593)" (flutter#152386) This reverts commit 7cdc23b. The failure in the `native_assets_test` integration test on Windows was caused by the DevTools process not being shutdown by the `ColdRunner` when running the profile mode portion of the test. This resulted in the test being unable to clean up the project created by the test as DevTools was still holding onto a handle within the directory. This PR adds back the mistakenly removed DevTools shutdown logic in the `ColdRunner`.
This reverts commit 7cdc23b.
The failure in the
native_assets_test
integration test on Windows was caused by the DevTools process not being shutdown by theColdRunner
when running the profile mode portion of the test. This resulted in the test being unable to clean up the project created by the test as DevTools was still holding onto a handle within the directory. This PR adds back the mistakenly removed DevTools shutdown logic in theColdRunner
.