Skip to content

Conversation

@DanTup
Copy link
Contributor

@DanTup DanTup commented Sep 5, 2018

This fixes #21418 which is a crash on Windows caused by trying to look for Xcode. It came in with #20758 which lost some platform filters on workflows.

It also adds an integration test that runs flutter run with an invalid deviceId to ensure that this code is exercised during builds (checking for devices is short-cut when we pass flutter-tester).

Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@DanTup
Copy link
Contributor Author

DanTup commented Sep 5, 2018

Thanks!

I'm landing this with the broken build because it seems very serious (all Windows and Linux users on master have a broken flutter run). I don't think it's the cause of the red devicelab tests though.

@DanTup DanTup merged commit 6e64cb0 into flutter:master Sep 5, 2018
@DanTup
Copy link
Contributor Author

DanTup commented Sep 5, 2018

Actually, it is the cause of at least some of the failures (I mistakenly thought they were all running on Macs, but some are Linux):

2018-09-04T22:04:21.656001: stderr: 
2018-09-04T22:04:21.656341: stderr: Invalid argument(s): Cannot find executable for /usr/bin/xcode-select.

@DanTup DanTup deleted the flutter-windows-crash branch September 5, 2018 15:30
@@ -0,0 +1,44 @@
// Copyright 2018 The Chromium Authors. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to end in _test.dart in order to get run (it's be ignored right now)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot! Fixed here -> #21438

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to run app after flutter upgrade 'Oops; flutter has exited unexpectedly.'

4 participants