flutter/dev/devicelab/bin/tasks
Daco Harkes 6ad755536e
Native assets support for Android (#135148)
Support for FFI calls with `@Native external` functions through Native assets on Android. This enables bundling native code without any build-system boilerplate code.

For more info see:

* https://github.com/flutter/flutter/issues/129757

### Implementation details for Android.

Mainly follows the design of the previous PRs.

For Android, we detect the compilers inside the NDK inside SDK.

And bundling of the assets is done by the flutter.groovy file.

The `minSdkVersion` is propagated from the flutter.groovy file as well.

The NDK is not part of `flutter doctor`, and users can omit it if no native assets have to be build.
However, if any native assets must be built, flutter throws a tool exit if the NDK is not installed.

Add 2 app is not part of this PR yet, instead `flutter build aar` will tool exit if there are any native assets.
2023-12-07 16:29:11 +00:00
..
analyzer_benchmark.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
android_choreographer_do_frame_test.dart Add regression test for #98973 (#99187) 2022-02-28 10:16:21 -08:00
android_defines_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
android_lifecycles_test.dart Add Android lifecycles test (#99319) 2022-03-01 15:26:21 -08:00
android_obfuscate_test.dart Revert file naming convention of .aar files to support fuzzy matching in build.gradle (#112149) 2022-10-04 03:37:22 +00:00
android_picture_cache_complexity_scoring_perf__timeline_summary.dart Split complexity scoring tests into two tasks - one for Android and one for iOS (#98063) 2022-02-08 16:10:43 -08:00
android_semantics_integration_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
android_stack_size_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
android_view_scroll_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
animated_advanced_blend_perf__timeline_summary.dart [Impeller] Adds advanced blend benchmark (#131893) 2023-08-09 10:57:35 -07:00
animated_advanced_blend_perf_ios__timeline_summary.dart [Impeller] Adds advanced blend benchmark (#131893) 2023-08-09 10:57:35 -07:00
animated_advanced_blend_perf_opengles__timeline_summary.dart [Impeller] Adds advanced blend benchmark (#131893) 2023-08-09 10:57:35 -07:00
animated_blur_backdrop_filter_perf__timeline_summary.dart [devicelab] add regular old blur benchmark (#123879) 2023-03-31 20:54:51 +00:00
animated_blur_backdrop_filter_perf_ios__timeline_summary.dart [devicelab] add regular old blur benchmark (#123879) 2023-03-31 20:54:51 +00:00
animated_blur_backdrop_filter_perf_opengles__timeline_summary.dart [Impeller] Add animated_blur_backdrop_filter_perf execution on samsung vulkan and opengles (#131864) 2023-08-03 22:31:06 +00:00
animated_complex_image_filtered_perf__e2e_summary.dart [devicelab] track performance of animated image filter (#115850) 2022-11-29 01:59:19 +00:00
animated_complex_opacity_perf__e2e_summary.dart add benchmark for animated complex opacity (#102532) 2022-04-25 18:14:06 -07:00
animated_complex_opacity_perf_ios__e2e_summary.dart Add several new iOS/Impeller benchmarks (#110358) 2022-08-26 14:06:26 -07:00
animated_complex_opacity_perf_macos__e2e_summary.dart [macOS] bringup new e2e_summary devicelab test (#118717) 2023-01-18 22:33:49 +00:00
animated_image_gc_perf.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
animated_placeholder_perf__e2e_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
animation_with_microtasks_perf_ios__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
backdrop_filter_perf__e2e_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
backdrop_filter_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
backdrop_filter_perf_ios__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
basic_material_app_android__compile.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
basic_material_app_ios__compile.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
basic_material_app_macos__compile.dart [macOS] Bring up "basic_material_app" devicelab, compile tests for x64 macs. (#110296) 2022-08-26 15:29:14 +00:00
basic_material_app_win__compile.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
build_aar_module_test.dart Revert file naming convention of .aar files to support fuzzy matching in build.gradle (#112149) 2022-10-04 03:37:22 +00:00
build_ios_framework_module_test.dart [flutter_tools] build ios-frameworks: option to exclude plugin frameworks from the build (#129739) 2023-12-04 20:29:53 +00:00
channels_integration_test_ios.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
channels_integration_test_macos.dart Added platform channel integration tests for macos (#110606) 2022-09-08 22:39:07 +00:00
channels_integration_test_win.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
channels_integration_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
clipper_cache_perf__e2e_summary.dart Add benchmark for clipper layers raster cache (#102495) 2022-05-13 14:04:06 +08:00
color_filter_and_fade_perf__e2e_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
color_filter_and_fade_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
color_filter_and_fade_perf_ios__e2e_summary.dart Add several new iOS/Impeller benchmarks (#110358) 2022-08-26 14:06:26 -07:00
color_filter_cache_perf__e2e_summary.dart Add benchmark for ColorFilter raster cache (#99542) 2022-03-16 19:15:13 -07:00
color_filter_with_unstable_child_perf__e2e_summary.dart Added benchmark for early removal of unused raster cache entris mecha… (#107918) 2022-07-20 19:13:06 +00:00
complex_layout__start_up.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_android__scroll_smoothness.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_ios__start_up.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_macos__start_up.dart [macOS] Bring up "complex_layout" devicelab, startup tests for x64 (#110100) 2022-08-25 23:35:00 +00:00
complex_layout_scroll_perf__devtools_memory.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_scroll_perf__memory.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_scroll_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_scroll_perf_bad_ios__timeline_summary.dart Add bad scroller benchmark (#110362) 2022-08-26 18:50:07 +00:00
complex_layout_scroll_perf_impeller__timeline_summary.dart Add Impeller complex layout impeller benchmarks. (#139490) 2023-12-04 19:23:26 +00:00
complex_layout_scroll_perf_impeller_gles__timeline_summary.dart Add Impeller complex layout impeller benchmarks. (#139490) 2023-12-04 19:23:26 +00:00
complex_layout_scroll_perf_ios__timeline_summary.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
complex_layout_scroll_perf_macos__timeline_summary.dart [macOS] Add timeline summary benchmarks (#118748) 2023-01-19 21:29:19 +00:00
complex_layout_semantics_perf.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
complex_layout_win_desktop__start_up.dart Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
cubic_bezier_perf__e2e_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
cubic_bezier_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
cull_opacity_perf__e2e_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
cull_opacity_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
dart_plugin_registry_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
devtools_profile_start_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
draw_atlas_perf__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
draw_atlas_perf_ios__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
draw_atlas_perf_opengles__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
draw_points_perf_ios__timeline_summary.dart [devicelab] add drawPoints benchmark (#126728) 2023-05-15 19:14:58 +00:00
draw_vertices_perf__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
draw_vertices_perf_ios__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
draw_vertices_perf_opengles__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
drive_perf_debug_warning.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
dynamic_path_tessellation_perf__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
dynamic_path_tessellation_perf_ios__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
embedded_android_views_integration_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
engine_dependency_proxy_test.dart Allows adding a storage 'realm' to the storage base URL (#131951) 2023-08-09 23:26:05 +00:00
entrypoint_dart_registrant.dart Relands "Starts using the --source flag to compile the dart registrant. (#98046)" (#100572) 2022-03-28 18:15:10 -07:00
external_ui_integration_test_ios.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
external_ui_integration_test.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
fading_child_animation_perf__timeline_summary.dart Migrate the first 3rd of the devicelab tasks to null safety. (#86374) 2021-07-13 16:45:09 -07:00
fast_scroll_heavy_gridview__memory.dart remove unused members in executable libs (#107464) 2022-07-12 21:41:08 +00:00
fast_scroll_large_images__memory.dart remove unused members in executable libs (#107464) 2022-07-12 21:41:08 +00:00
flavors_test_ios_xcode_debug.dart Ensure Xcode project is setup to start debugger (#136977) 2023-10-25 17:08:57 +00:00
flavors_test_ios.dart [Reland] Fix flavors test install checks (#134060) 2023-09-05 18:55:23 +00:00
flavors_test_macos.dart [Reland] Fix flavors test install checks (#134060) 2023-09-05 18:55:23 +00:00
flavors_test.dart [Reland] Fix flavors test install checks (#134060) 2023-09-05 18:55:23 +00:00
flutter_engine_group_performance.dart Enable strict-inference (#135043) 2023-09-20 19:59:08 +00:00
flutter_gallery__back_button_memory.dart Enable dangling_library_doc_comments and library_annotations lints (#117365) 2022-12-20 16:03:21 -08:00
flutter_gallery__image_cache_memory.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery__memory_nav.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery__start_up_delayed.dart Add a startup test that delays runApp (#91346) 2021-10-06 09:43:02 -07:00
flutter_gallery__start_up.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery__transition_perf_e2e_ios.dart Migrate gallery ios tests to build+test (#111164) 2023-05-10 00:50:11 +00:00
flutter_gallery__transition_perf_e2e.dart Migrate Linux android gallery e2e and hybrid tests to build+test (#110533) 2022-09-07 20:19:20 +00:00
flutter_gallery__transition_perf_hybrid.dart Migrate Linux android gallery e2e and hybrid tests to build+test (#110533) 2022-09-07 20:19:20 +00:00
flutter_gallery__transition_perf_with_semantics.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery__transition_perf.dart Separate build and test for flutter_gallery__transition_perf task (#103550) 2022-05-12 09:54:10 -07:00
flutter_gallery_android__compile.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery_ios__compile.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery_ios__start_up_xcode_debug.dart New tooling for iOS 17 physical devices (#131865) 2023-08-09 19:25:12 +00:00
flutter_gallery_ios__start_up.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery_macos__compile.dart [macOS] Bring up "flutter_gallery_macos__compile" devicelab, compilation test for x86. (#110356) 2022-08-26 17:29:39 +00:00
flutter_gallery_macos__start_up.dart Re-land [macOS] Bring up "flutter_gallery" devicelab, start up test for x86. (#110379) 2022-09-08 16:49:17 +00:00
flutter_gallery_v2_chrome_run_test.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
flutter_gallery_v2_web_compile_test.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery_win__compile.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_gallery_win_desktop__compile.dart Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
flutter_gallery_win_desktop__start_up.dart Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
flutter_test_performance.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
flutter_tool_startup.dart Combine flutter_tool_startup devicelab tests (#125226) 2023-04-21 22:33:07 +00:00
flutter_view__start_up.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_view_ios__start_up.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
flutter_view_macos__start_up.dart [macOS] Add flutter_view example. (#111326) 2022-09-14 23:44:14 +00:00
flutter_view_win_desktop__start_up.dart Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
frame_policy_delay_test_android.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
fullscreen_textfield_perf__e2e_summary.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
fullscreen_textfield_perf__timeline_summary.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
fullscreen_textfield_perf_ios__e2e_summary.dart Add several new iOS/Impeller benchmarks (#110358) 2022-08-26 14:06:26 -07:00
fullscreen_textfield_perf.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
gradient_consistent_perf__e2e_summary.dart add gradient benchmarks (#101549) 2022-04-08 17:20:22 -07:00
gradient_dynamic_perf__e2e_summary.dart add gradient benchmarks (#101549) 2022-04-08 17:20:22 -07:00
gradient_static_perf__e2e_summary.dart add gradient benchmarks (#101549) 2022-04-08 17:20:22 -07:00
gradle_desugar_classes_test.dart Manual Roll of Flutter Engine from 67254d6e4b03 to 8d83b98c55b3 (#116635) 2022-12-08 18:03:51 -08:00
gradle_java8_compile_test.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
gradle_non_android_plugin_test.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
gradle_plugin_bundle_test.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
gradle_plugin_fat_apk_test.dart Add verbose flag to flutter run commands (#102257) 2022-04-20 22:34:07 -07:00
gradle_plugin_light_apk_test.dart Take screenshot on devicelab failure (#122249) 2023-03-15 02:13:21 +00:00
hello_world__memory.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hello_world_android__compile.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hello_world_impeller.dart Added a devicelab test for vulkan validation layers (#134685) 2023-09-14 09:13:35 -07:00
hello_world_ios__compile.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hello_world_macos__compile.dart [macOS] Bring up "hello_world" devicelab, compilation test for x86. (#109891) 2022-08-24 18:04:42 +00:00
hello_world_win_desktop__compile.dart Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
home_scroll_perf__timeline_summary.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hot_mode_dev_cycle__benchmark.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hot_mode_dev_cycle_ios__benchmark.dart Rename devicelab catalina tests (#94980) 2021-12-10 15:39:07 -08:00
hot_mode_dev_cycle_ios_simulator.dart Fix typo in function name (#136273) 2023-10-12 15:53:00 +00:00
hot_mode_dev_cycle_linux__benchmark.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hot_mode_dev_cycle_linux_target__benchmark.dart Terminate simulator app on "q" (#113581) 2022-10-18 22:26:16 +00:00
hot_mode_dev_cycle_macos_target__benchmark.dart Update macOS gallery display name (#113658) 2022-10-20 03:23:12 +00:00
hot_mode_dev_cycle_win__benchmark.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hot_mode_dev_cycle_win_target__benchmark.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
hybrid_android_views_integration_test.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
image_list_jit_reported_duration.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
image_list_reported_duration.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
imagefiltered_transform_animation_perf__timeline_summary.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
imagefiltered_transform_animation_perf_ios__timeline_summary.dart Add several new iOS/Impeller benchmarks (#110358) 2022-08-26 14:06:26 -07:00
integration_test_test_ios.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_test_test.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_driver.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_frame_number.dart Validate that min frame number is numeric (#86498) 2021-07-15 17:11:09 -07:00
integration_ui_ios_driver_xcode_debug.dart New tooling for iOS 17 physical devices (#131865) 2023-08-09 19:25:12 +00:00
integration_ui_ios_driver.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_ios_frame_number.dart Validate that min frame number is numeric (#86498) 2021-07-15 17:11:09 -07:00
integration_ui_ios_keyboard_resize.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_ios_screenshot.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_ios_textfield.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_keyboard_resize.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_screenshot.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
integration_ui_test_test_macos.dart Add a flutter app that can resize itself as integration test app. (#112297) 2022-09-26 17:45:19 +00:00
integration_ui_textfield.dart Migrate core devicelab tasks f-i null safety. (#86378) 2021-07-13 22:04:03 -07:00
ios_app_with_extensions_test.dart Check for watch companion in build settings (#114078) 2022-10-27 22:05:05 +00:00
ios_content_validation_test.dart [tools]Build IPA validation UI Polish (#116744) 2022-12-15 14:43:32 -08:00
ios_defines_test.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
ios_platform_view_tests.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
large_image_changer_perf_android.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
large_image_changer_perf_ios.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
linux_chrome_dev_mode.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
list_text_layout_impeller_perf__e2e_summary.dart Revert "[Impeller] Temporary flag flip for devicelab tests to use Impeller redux. (#122340)" (#122362) 2023-03-10 16:16:30 +00:00
list_text_layout_perf__e2e_summary.dart Fix impeller name swap (#106350) 2022-06-21 18:17:07 +00:00
macos_chrome_dev_mode.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
microbenchmarks_ios_xcode_debug.dart Set the CONFIGURATION_BUILD_DIR in generated xcconfig when debugging core device (#134493) 2023-09-13 18:08:35 +00:00
microbenchmarks_ios.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
microbenchmarks.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
module_custom_host_app_name_test.dart Remove unnecessary null checks in dev/devicelab (#118842) 2023-01-20 18:56:44 +00:00
module_host_with_custom_build_test.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
module_test_ios.dart Native assets support for Android (#135148) 2023-12-07 16:29:11 +00:00
module_test.dart Native assets support for Android (#135148) 2023-12-07 16:29:11 +00:00
multi_widget_construction_perf__e2e_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
native_assets_android.dart Native assets support for Android (#135148) 2023-12-07 16:29:11 +00:00
native_assets_ios_simulator.dart Fix typo in function name (#136273) 2023-10-12 15:53:00 +00:00
native_assets_ios.dart Native assets support for MacOS and iOS (#130494) 2023-09-10 08:07:13 +00:00
native_platform_view_ui_tests_ios.dart [platform_view]use cmd to uninstall the app (#111139) 2022-09-07 22:45:26 +00:00
native_ui_tests_macos.dart Skip codesigning during native macOS integration tests (#92938) 2021-11-02 16:41:32 -07:00
new_gallery__crane_perf.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
new_gallery__transition_perf.dart [flutter_tools] provide --timeout option to flutter drive (#114458) 2022-11-02 18:43:42 +00:00
new_gallery_impeller__transition_perf.dart Revert "[Impeller] Temporary flag flip for devicelab tests to use Impeller redux. (#122340)" (#122362) 2023-03-10 16:16:30 +00:00
new_gallery_impeller_old_zoom__transition_perf.dart [framework] restore old zoom page transition for benchmarking. (#133346) 2023-10-10 22:27:07 +00:00
new_gallery_ios__transition_perf.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
new_gallery_opengles_impeller__transition_perf.dart Added new gallery benchmark test that forces opengles. (#131796) 2023-08-03 12:25:29 -07:00
new_gallery_skia_ios__transition_perf.dart Add back one Skia test on iOS (#125663) 2023-04-28 10:41:33 -07:00
old_gallery__transition_perf.dart add old gallery page transition (#106701) 2022-06-27 23:36:06 +00:00
opacity_peephole_col_of_alpha_savelayer_rows_perf__e2e_summary.dart Add benchmarks to measure impact of alpha saveLayers in DisplayLists (#97336) 2022-01-27 13:25:17 -08:00
opacity_peephole_col_of_rows_perf__e2e_summary.dart Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00
opacity_peephole_fade_transition_text_perf__e2e_summary.dart Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00
opacity_peephole_grid_of_alpha_savelayers_perf__e2e_summary.dart Add benchmarks to measure impact of alpha saveLayers in DisplayLists (#97336) 2022-01-27 13:25:17 -08:00
opacity_peephole_grid_of_opacity_perf__e2e_summary.dart Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00
opacity_peephole_one_rect_perf__e2e_summary.dart Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00
opacity_peephole_opacity_of_grid_perf__e2e_summary.dart Opacity Peephole optimization benchmarks (#94447) 2021-12-01 01:39:02 -08:00
openpay_benchmarks__scroll_perf.dart [openpay] Create an OpenPay benchmark (#107838) 2022-07-21 20:01:06 +00:00
picture_cache_perf__e2e_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
picture_cache_perf__timeline_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_channel_sample_test_ios.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_channel_sample_test_macos.dart [macOS] Add platform_channel sample/test (#123141) 2023-03-23 11:56:23 -07:00
platform_channel_sample_test_swift.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_channel_sample_test_windows.dart Add Windows to the platform_channels example (#106754) 2022-06-30 14:54:07 +00:00
platform_channel_sample_test.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_channels_benchmarks_ios.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_channels_benchmarks.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_interaction_test_ios.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_interaction_test.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_view__start_up.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_view_ios__start_up.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_view_macos__start_up.dart [macOS] Add platform_view_macos__start_up tests devicelab test suite. (#111041) 2022-09-08 19:35:20 +00:00
platform_view_win_desktop__start_up.dart Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
platform_views_scroll_perf__timeline_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_views_scroll_perf_impeller__timeline_summary.dart [devicelab] Add platform view scroll benchmarks for Impeller on Android (#129455) 2023-06-23 18:40:17 -07:00
platform_views_scroll_perf_ios__timeline_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
platform_views_scroll_perf_non_intersecting_impeller_ios__timeline_summary.dart Revert "[Impeller] Temporary flag flip for devicelab tests to use Impeller redux. (#122340)" (#122362) 2023-03-10 16:16:30 +00:00
plugin_dependencies_test.dart Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
plugin_lint_mac.dart Ignore macOS Cocoapods linting failure on DT_TOOLCHAIN_DIR error (#133588) 2023-08-31 14:57:07 +00:00
plugin_test_ios.dart Allow iOS and macOS plugins to share darwin directory (#115337) 2023-01-09 10:33:03 -08:00
plugin_test_linux.dart Add Linux unit tests to plugin template (#120814) 2023-02-15 19:13:11 +00:00
plugin_test_macos.dart Allow iOS and macOS plugins to share darwin directory (#115337) 2023-01-09 10:33:03 -08:00
plugin_test_windows.dart Add Windows unit tests to plugin template (#118638) 2023-01-24 18:23:57 +00:00
plugin_test.dart Remove duplicate plugin tests (#126582) 2023-05-15 17:55:55 +00:00
post_backdrop_filter_perf_ios__timeline_summary.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
raster_cache_use_memory_perf__e2e_summary.dart Add benchmark case for RasterCache (#103338) 2022-06-29 23:54:10 +00:00
route_test_ios.dart Fix route integration test on ios (#99781) 2022-03-14 12:30:20 -07:00
routing_test.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
run_debug_test_android.dart Test flutter run does not have unexpected engine logs (#116798) 2022-12-12 22:39:49 +00:00
run_debug_test_linux.dart [Linux] Add a 'flutter run' console output test (#118279) 2023-01-13 19:17:12 +00:00
run_debug_test_macos.dart Test flutter run does not have unexpected engine logs (#116798) 2022-12-12 22:39:49 +00:00
run_debug_test_windows.dart Test flutter run does not have unexpected engine logs (#116798) 2022-12-12 22:39:49 +00:00
run_release_test_linux.dart [Linux] Add a 'flutter run' console output test (#118279) 2023-01-13 19:17:12 +00:00
run_release_test_macos.dart [macOS] Refactor the flutter run macOS console output test (#114645) 2022-11-08 23:00:04 +00:00
run_release_test_windows.dart [Windows] Add a flutter run console output test (#116626) 2022-12-08 14:05:53 -08:00
run_release_test.dart [Android] Refactor the flutter run Android console output test (#115023) 2022-12-06 21:57:25 +00:00
service_extensions_test.dart Funnel devicelab tests through utils process methods (#122161) 2023-03-08 19:44:40 +00:00
shader_mask_cache_perf__e2e_summary.dart Add benchmark for ShaderMask RasterCache (#100127) 2022-03-28 00:15:07 -07:00
simple_animation_perf_ios.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
slider_perf_android.dart Add Sliders to macrobenchmarks (#125296) 2023-04-24 23:25:28 +00:00
smoke_test_build_test.dart Sync analysis_options.yaml & cleanups (#117327) 2022-12-20 14:15:39 -08:00
smoke_test_device.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
smoke_test_failure.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
smoke_test_setup_failure.dart Simplify devicelab logic and fix tests (#139122) 2023-11-29 08:41:27 +00:00
smoke_test_success.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
smoke_test_throws.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
spell_check_test_ios.dart [iOS] Add task for spell check integration test (#116222) 2022-12-22 02:47:11 +00:00
spell_check_test.dart Re-land Add Spell Check to EditableText (#109643) 2022-08-17 16:16:02 +00:00
static_path_tessellation_perf__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
static_path_tessellation_perf_ios__timeline_summary.dart [devicelab] boot up benchmarks. (#132148) 2023-08-14 18:47:08 +00:00
technical_debt__cost.dart Revert "Allow Flutter golden file tests to be flaky (#114450)" (#114902) 2022-11-08 09:26:55 -08:00
textfield_perf__e2e_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
textfield_perf__timeline_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
tiles_scroll_perf__timeline_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
tiles_scroll_perf_ios__timeline_summary.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
very_long_picture_scrolling_perf__e2e_summary.dart Add benchmark for scrolling very long pictures (#133434) 2023-08-31 19:03:14 +00:00
very_long_picture_scrolling_perf_ios__e2e_summary.dart Add benchmark for scrolling very long pictures (#133434) 2023-08-31 19:03:14 +00:00
web_benchmarks_canvaskit.dart Skwasm benchmarks. (#129681) 2023-06-28 17:16:19 -07:00
web_benchmarks_html.dart Skwasm benchmarks. (#129681) 2023-06-28 17:16:19 -07:00
web_benchmarks_skwasm.dart Skwasm benchmarks. (#129681) 2023-06-28 17:16:19 -07:00
web_size__compile_test.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
wide_gamut_ios.dart Added integration test for wide gamut support. (#119657) 2023-02-13 22:33:19 +00:00
windows_chrome_dev_mode.dart Migrate devicelab tasks i-z to null safety. (#85998) 2021-07-13 16:41:06 -07:00
windows_home_scroll_perf__timeline_summary.dart Add Windows performance benchmark (#99564) 2022-03-04 15:41:14 -08:00
windows_startup_test.dart [Windows] Add app startup integration test (#110114) 2022-08-25 18:54:20 -07:00