flutter/packages/flutter_tools/test
Chris Bracken b2909a245a Revert use of Xcode instruments for device lookup (#10806)
* Revert "Make device discovery asynchronous (#10803)"
This reverts commit 972be9c8b4.

* Revert "Use Xcode instruments to list devices (#10801)"
This reverts commit 37bb5f1300.

This is to resolve a failure that looks related to a bad install of Xcode 8.0
on our build bots and should be reinstated when the infra issue is diagnosed
and resolved.

Instruments worked well when this was originally landed, and on the
following commit, but started failing two commits after this originally
landed. Manual invocation of instruments on the build host currently
results in:

```
dyld: Library not loaded: @rpath/InstrumentsAnalysisCore.framework/Versions/A/InstrumentsAnalysisCore
  Referenced from: /Applications/Xcode8.0.app/Contents/Developer/usr/bin/instruments
  Reason: image not found
Abort trap: 6
```

It appears the /Applications/Xcode8.0.app/Contents/Applications
directory (which contains Instruments) is missing on the host.
2017-06-16 19:00:31 -07:00
..
android Add initial list of known Android hardware (#10249) 2017-05-22 10:47:02 -07:00
base Minor flutter_tools test reorganization (#10356) 2017-05-26 16:12:42 -07:00
commands modernize iOS device lookup in driver (#10780) 2017-06-16 12:58:23 -07:00
data Do not lower-case paths during canonicalization. (#9571) 2017-04-25 10:34:43 -07:00
ios Revert use of Xcode instruments for device lookup (#10806) 2017-06-16 19:00:31 -07:00
replay Remove replay test (#9542) 2017-04-24 08:47:38 -07:00
runner Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00
src Revert use of Xcode instruments for device lookup (#10806) 2017-06-16 19:00:31 -07:00
analytics_test.dart Add a flutter doctor --android-licenses command that locates and runs the Android SDK license manager (#9892) 2017-05-09 10:18:45 -07:00
application_package_test.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
artifacts_test.dart Update artifact names and remove obsolete artifacts (#9091) 2017-03-29 16:30:41 -07:00
asset_bundle_test.dart Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
base_utils_test.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
bug_report_test.dart Bump mockito to version 2.0.2 (#8713) 2017-03-10 13:53:22 -08:00
cache_test.dart Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00
channel_test.dart Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
config_test.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
crash_reporting_test.dart enable crash reporting in flutter_tools (#9039) 2017-03-28 15:16:38 -07:00
dart_dependencies_test.dart Do not lower-case paths during canonicalization. (#9571) 2017-04-25 10:34:43 -07:00
dependency_checker_test.dart Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
devfs_test.dart Avoid duplicate exceptions on VM Service Mock failure (#10197) 2017-05-18 22:56:12 -07:00
device_test.dart Switch many Device methods to be async (#9587) 2017-04-25 17:23:00 -07:00
forbidden_imports_test.dart Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
hot_test.dart Clean up the file names of the hot and cold runners. (#7697) 2017-01-28 14:26:49 -08:00
protocol_discovery_test.dart Fix race condition in protocol_discovery.dart (#10092) 2017-05-16 08:25:51 -07:00
resident_runner_test.dart Filter out '\n' from terminal input. (#10220) 2017-05-21 15:15:44 -07:00
stop_test.dart Bump mockito to version 2.0.2 (#8713) 2017-03-10 13:53:22 -08:00
trace_test.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
utils_test.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
version_test.dart Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00