Commit Graph

3008 Commits

Author SHA1 Message Date
Casey Hillers
8db2d85356 Migrate linux vm tests to LUCI (#72360) 2020-12-15 10:43:04 -08:00
Michael Goderbauer
c9cb43ce1a Migrate the first batch of API samples to null safety (#72169) 2020-12-14 11:20:45 -08:00
Casey Hillers
f35238c804 [devicelab] Migrate web_benchmarks_canvaskit to LUCI (#72166) 2020-12-14 09:28:04 -08:00
Amir Hardon
d075b979f8 Run the flutter/plugins tests on presubmit, make it part of the tree status (#71502) 2020-12-11 15:02:33 -08:00
Jenn Magder
f123f64deb Reenable module_test_ios UI tests (#72145) 2020-12-11 13:52:19 -08:00
Jenn Magder
a48a57d369 macos_content_validation_test integration test (#72114) 2020-12-11 13:52:02 -08:00
Michael Goderbauer
ff05ca2503 Prepare to migrate API doc samples and snippets to null safety (#72040) 2020-12-11 13:39:36 -08:00
Martin Kustermann
72aa23eb93 Revert "Pass --local-engine* flags from dev/bots/test.dart down to pub test via env variables (#71721)" (#72141)
This reverts commit 4300226a50.

Reason for revert: The original PR correctly passes down the local
engine flags to subprocesses of the tests. Though this causes issues
because some tests assume a specific target but do not modify the
value for `--local-engine` (which is set to `host_debug`) to reflect
that.

See more discussion here:

    https://github.com/flutter/flutter/pull/71721#issuecomment-743218994
2020-12-11 17:10:32 +01:00
Michael Goderbauer
78cbfbff42 Revert "Migrate devicelab to package:vm_service (#71882)" (#72092)
This reverts commit 9d1d0cfeb5.
2020-12-10 12:56:02 -08:00
Dan Field
9d1d0cfeb5 Migrate devicelab to package:vm_service (#71882) 2020-12-10 12:43:04 -08:00
Jenn Magder
53119af105 Add macOS to lint plugins integration test (#71953) 2020-12-09 13:35:39 -08:00
Jenn Magder
be1325f18b Add integration_test to integration tests build shard (#71934) 2020-12-09 13:07:36 -08:00
Emmanuel Garcia
f172c827cb Ensure apps can build while using AGP 3.3.0 (#71964) 2020-12-09 12:58:05 -08:00
Jenn Magder
8cd03a2e36 Run plugin tests on try builders when flutter_tools changes (#71937) 2020-12-09 11:33:04 -08:00
Jenn Magder
d553aa06c7 Revert "Reland Move embedding and linking macOS Flutter frameworks into the tool (#71965)" (#72012)
This reverts commit 0b6b3eecfe.
2020-12-09 11:19:49 -08:00
Jenn Magder
0b6b3eecfe Reland Move embedding and linking macOS Flutter frameworks into the tool (#71965) 2020-12-09 09:46:53 -08:00
George Wright
a109fe68b0 Stop using the List constructor (#71957) 2020-12-08 17:03:03 -08:00
Janice Collins
d1f78b48ea Update dartdoc to 0.38.0 (#71935) 2020-12-08 16:13:04 -08:00
Casey Hillers
2565062df3 git branch flag (#71886) 2020-12-08 15:53:05 -08:00
Jenn Magder
c88ab79bd2 Revert "Move embedding and linking macOS Flutter frameworks into the tool (#71764)" (#71951)
This reverts commit 70f8fdeeed.
2020-12-08 15:28:30 -08:00
Jenn Magder
70f8fdeeed Move embedding and linking macOS Flutter frameworks into the tool (#71764) 2020-12-08 11:59:17 -08:00
Pierre-Louis
5bae3b5db3 Add previews for CupertinoIcons (#71853) 2020-12-08 09:13:07 -08:00
Pierre-Louis
a51b8e4309 Fix text direction logic for material icon variants (#71852) 2020-12-08 09:08:05 -08:00
Jenn Magder
29f62b272c Mark hot_mode_dev_cycle_macos_target__benchmark not flaky (#71866) 2020-12-07 13:43:05 -08:00
Emmanuel Garcia
d35dd9f8a6 Allow flavors and build types when using plugins (#71738) 2020-12-07 09:23:04 -08:00
Jenn Magder
5b6b67aeaf Check in manual_tests gitignores (#71761) 2020-12-04 19:31:05 -08:00
Jenn Magder
f72e9c779a Make macrobenchmarks buildable for macos (#71760) 2020-12-04 18:50:17 -08:00
Jenn Magder
e1598c96c0 Update macOS Xcode compatibilityVersion (#71745) 2020-12-04 18:35:19 -08:00
Ben Konyi
89ef88c64f Ensure attaching to an application with an existing DDS instance is not treated as a fatal error (#70847) 2020-12-04 17:16:30 -08:00
Jenn Magder
e9abf5a940 Profiling Xcode app should use Flutter profile mode (#71748) 2020-12-04 16:59:19 -08:00
Casey Hillers
2bf8081e52 add test builder as flaky (#71751) 2020-12-04 16:08:06 -08:00
Jenn Magder
f0b17f3e26 Remove missing macOS RunnerUITests (#71750) 2020-12-04 15:58:03 -08:00
Jenn Magder
d4150d3f6d Adopt Flutter.xcframework in tool (#71495) 2020-12-04 13:57:11 -08:00
Yegor
7efd7afdf8 Handle the glibc bug that Chrome occasionally hits (#71705) 2020-12-04 12:21:37 -08:00
Jenn Magder
e5f2236aba Turn off flaky module_test_ios FlutterUITests (#71730) 2020-12-04 10:30:13 -08:00
Martin Kustermann
4300226a50 Pass --local-engine* flags from dev/bots/test.dart down to pub test via env variables (#71721) 2020-12-04 09:33:04 -08:00
Christopher Fujino
94d574fa7f Ensure the packaging script does not overwrite a previous upload (#71597) 2020-12-03 17:07:50 -08:00
xubaolin
8817c0d28c RefreshIndicator can be shown when dragging from non-zero scroll position (#71303) 2020-12-03 13:28:04 -08:00
Jonah Williams
4e85a67f3e [flutter_tools] roll deps, fix completion bug (#71671) 2020-12-03 11:58:03 -08:00
Dan Field
ece7238402 remove obsolete firebase script (#71609) 2020-12-02 17:18:03 -08:00
Kate Lovett
2520d53eca Mark hot_mode_dev_cycle_macos_target__benchmark flake (#71616) 2020-12-02 17:50:40 -06:00
Kate Lovett
1c244da28d Add verbose flag to hot mode tests (#71610) 2020-12-02 16:47:35 -06:00
Jenn Magder
f0f9a81968 Update CI to CocoaPods 1.10 (#71531) 2020-12-02 11:05:47 -08:00
Ferhat
ebd794a137 [web] Add wrapbox scroll benchmark (#70966) 2020-12-02 08:30:42 -08:00
Jenn Magder
60bdcf55fe ios_host_app Podfile search paths (#71525) 2020-12-01 21:24:21 -08:00
Emmanuel Garcia
8dd0de7f58 Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 (#71446) 2020-12-01 19:01:09 -08:00
Anna Gringauze
eed9835a16 Enable mac web_tool_tests (#71108) 2020-12-01 10:03:09 -08:00
Gary Roumanis
7477524db6 Upgrade deps (#71450) 2020-12-01 09:57:27 -08:00
Jonah Williams
e5000f6cea [flutter_tools] Remove usage of --precompiled flag for web tests (#70977) 2020-12-01 09:54:01 -08:00
Jonah Williams
7ab0442868 Add testing shard for release mode guard (#71411) 2020-12-01 09:53:50 -08:00