flutter/packages/flutter_tools/test/general.shard/macos
Jonah Williams 4f88ed1d3c
[flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887)
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.

This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
2020-06-08 11:20:15 -07:00
..
cocoapods_test.dart Remove Runner target check, prefer schemes (#56620) 2020-05-11 11:56:44 -07:00
cocoapods_validator_test.dart Convert cocoapods_validator_test to testWithoutContext (#53177) 2020-03-24 11:34:57 -07:00
macos_device_test.dart [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) 2020-06-08 11:20:15 -07:00
macos_workflow_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
xcode_test.dart Change iOS device discovery from polling to long-running observation (#58137) 2020-06-01 12:33:01 -07:00
xcode_validator_test.dart Remove XcodeValidator from context (#53213) 2020-03-25 11:57:05 -07:00