flutter/packages/flutter_tools/test/general.shard/ios
Victoria Ashworth 3a656b16cb
Add more supported simulator debugging options and improve tests (#114628)
* add debugging options to simulator, test more debugging flags, add tests for other launch arguements

* refactor iOS launch arguments to use one function for both simulator and physical devices

* treat dart flags differently between physical and simulator

* Simplify some flags between devices.

Change --disable-service-auth-codes to not always be included for physical devices, only if disableServiceAuthCodes is true.
Change --disable-observatory-publication to be used for simulator devices too.
Change --enable-checked-mode & --verify-entry-points to be used if debuggingEnabled is true regardless of device type.
Chnage --trace-startup to be used for simulator devices too.

* fix ios release mode with buildable app startApp test

* determine observatory-port from deviceVmServicePort and hostVmServicePort

* add comments and remove hasObservatoryPort
2022-11-09 18:17:09 +00:00
..
code_signing_test.dart Change some required nullable parameters in tool to non-null (#114115) 2022-11-04 17:36:01 +00:00
devices_test.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
ios_deploy_test.dart Handle updated error message when iOS device is locked (#108057) 2022-07-26 22:33:07 +00:00
ios_device_install_test.dart Migrate some test files to null safety (#104469) 2022-05-24 16:53:08 -07:00
ios_device_logger_test.dart Migrate some test files to null safety (#104469) 2022-05-24 16:53:08 -07:00
ios_device_port_forwarder_test.dart [tool] Consistent FakeProcessManager.run/runSync (#103947) 2022-05-17 11:15:54 -07:00
ios_device_project_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
ios_device_start_nonprebuilt_test.dart Add more supported simulator debugging options and improve tests (#114628) 2022-11-09 18:17:09 +00:00
ios_device_start_prebuilt_test.dart Add more supported simulator debugging options and improve tests (#114628) 2022-11-09 18:17:09 +00:00
ios_project_migration_test.dart when getting xcworkspace, exclude hidden files (#114099) 2022-11-07 18:48:52 +00:00
ios_workflow_test.dart Only show iOS simulators, reduce output spew in verbose (#108345) 2022-07-26 19:08:06 +00:00
mac_test.dart Show Xcode compilation errors at end of build, suppress stdout and stderr from Xcode (#113302) 2022-10-17 17:47:25 +00:00
simulators_test.dart Add more supported simulator debugging options and improve tests (#114628) 2022-11-09 18:17:09 +00:00
xcodeproj_test.dart Check for watch companion in build settings (#114078) 2022-10-27 22:05:05 +00:00
xcresult_test_data.dart Log XCResult before other build issues (#100787) 2022-04-08 16:27:08 -07:00
xcresult_test.dart [flutter_tools] rename local functions with _s (#102688) 2022-04-27 16:19:07 -07:00