flutter/dev/devicelab/lib/tasks
Pierrick Bouvier 792e26df95
[Windows] Add target architecture to build path (#131843)
To implement windows-arm64 support, it is needed to add architecture as a subdirectory (https://github.com/flutter/flutter/issues/129805).

In short, when performing a flutter windows build, we have:
- Before: build/windows/runner/Release/gallery.exe
- After: build/windows/x64/runner/Release/gallery.exe

This convention follows what flutter linux build does.

Addresses: https://github.com/flutter/flutter/issues/129805
Addresses: https://github.com/flutter/flutter/issues/116196

Design doc: [flutter.dev/go/windows-arm64](https://flutter.dev/go/windows-arm64)
2023-08-31 09:09:02 -07:00
..
analysis.dart Prepare dev (minus flutter_gallery) for use_super_parameters (#100516) 2022-03-29 12:52:42 -07:00
android_choreographer_do_frame_test.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
android_lifecycles_test.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
build_test_task.dart Copy artifacts to applicationBinaryPath when specified for build+test separation (#109879) 2022-08-23 16:32:39 +00:00
dart_plugin_registry_tests.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
entrypoint_dart_registrant.dart enable combinators_ordering (#107847) 2022-07-18 22:04:07 +00:00
flutter_tool_startup.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
gallery.dart Added standard deviation to rasterizer results. (#131781) 2023-08-02 16:40:07 +00:00
hot_mode_tests.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
integration_tests.dart New tooling for iOS 17 physical devices (#131865) 2023-08-09 19:25:12 +00:00
microbenchmarks.dart Add back one Skia test on iOS (#125663) 2023-04-28 10:41:33 -07:00
new_gallery.dart Added new gallery benchmark test that forces opengles. (#131796) 2023-08-03 12:25:29 -07:00
perf_tests.dart [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
platform_channels_benchmarks.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
plugin_tests.dart [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
run_tests.dart [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
web_benchmarks.dart Reland --omit-type-checks for benchmarks. (#131493) 2023-07-31 13:17:34 -07:00
web_dev_mode_tests.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00