flutter/packages/flutter_tools/test/general.shard/windows
auto-submit[bot] 1901d6fa10
Reverts "Enable native compilation for windows-arm64 " (#141809)
Reverts flutter/flutter#137618
Initiated by: Jasguerrero
This change reverts the following previous change:
Original Description:
It's now possible to natively compile a flutter app for
windows-arm64. Cross-compilation is not yet implemented.

Uses arm64 artifacts now available for Dart/Flutter.
Platform detection is based on Abi class, provided by Dart. Depending if
Dart is an arm64 or x64 binary, the Abi is set accordingly.
Initial bootstrap of dart artifacts (update_dart_sdk.ps1) is checking
PROCESSOR_ARCHITECTURE environment variable, which is the way to detect
host architecture on Windows.

This is available only for master channel (on other channels, it
fallbacks to windows-x64).

On windows-x64, it produces an x64 app. On windows-arm64, it produces an
arm64 app.
2024-01-18 22:48:16 +00:00
..
migrations [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
application_package_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
native_assets_test.dart Revert "Native assets: roll deps" (#141748) 2024-01-18 18:13:21 +00:00
plugins_test.dart Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00
visual_studio_test.dart Reverts "Enable native compilation for windows-arm64 " (#141809) 2024-01-18 22:48:16 +00:00
visual_studio_validator_test.dart Improve doctor output on incomplete Visual Studio installation (#133390) 2023-08-31 14:37:46 -07:00
windows_device_test.dart Reverts "Enable native compilation for windows-arm64 " (#141809) 2024-01-18 22:48:16 +00:00
windows_workflow_test.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00