flutter/packages/flutter_tools/test
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
..
android_preview_integration.shard Allow plugins to use compileSdkPreview (#131901) 2023-12-12 20:06:04 +00:00
commands.shard Reverts "Enable native compilation for windows-arm64 " (#141809) 2024-01-18 22:48:16 +00:00
data make asset_test.dart tests not dependent on context (#141331) 2024-01-11 18:08:07 +00:00
general.shard Reverts "Enable native compilation for windows-arm64 " (#141809) 2024-01-18 22:48:16 +00:00
host_cross_arch.shard Remove deprecated bitcode stripping from tooling (#140903) 2024-01-03 23:15:23 +00:00
integration.shard Reverts "Enable native compilation for windows-arm64 " (#141809) 2024-01-18 22:48:16 +00:00
src in flutter run, throw tool exit when --flavor is provided but is not supported on the target device (#139045) 2024-01-05 21:47:58 +00:00
web.shard [flutter_tool] Delete skipped tests (#136364) 2023-10-11 10:24:14 -07:00