flutter/packages/flutter_tools/test/general.shard/web
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
..
bootstrap_test.dart [flutter_tools] Update to latest dwds APIs (#51004) 2020-03-17 17:29:53 -07:00
chrome_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
devfs_web_test.dart [flutter_tools] avoid serving files outside of expected paths (#58653) 2020-06-04 11:53:04 -07:00
devices_test.dart [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) 2020-06-08 11:20:15 -07:00
golden_comparator_process_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
golden_comparator_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
web_asset_server_test.dart [flutter_tools] move dwds imports to not require g3 visibility (#50823) 2020-02-14 14:56:03 -08:00
web_expression_compiler_test.dart Convert expression evaluation exceptions to errors (#54916) 2020-04-17 10:40:02 -07:00
web_validator_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
workflow_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00