Commit Graph

3653 Commits

Author SHA1 Message Date
Hans Muller
3eca034ffd AppBar.backwardsCompatibility now default false, deprecated (#86198) 2021-07-12 13:38:12 -07:00
Darren Austin
08ef7752d5 Revert "Migrate core devicelab framework to null safety. (#85993)" (#86269)
This reverts commit 2175e64e4f.
2021-07-11 23:25:25 -07:00
Darren Austin
28cb43e601 Revert "Migrate core devicelab tasks a-f null safety. (#85996)" (#86268)
This reverts commit 9d3563a8ea.
2021-07-11 23:17:00 -07:00
Zachary Anderson
83835436cb Revert "Migrate core devicelab tasks f-i null safety. (#85997)" (#86267)
This reverts commit d4afa28957.
2021-07-11 22:36:43 -07:00
Darren Austin
d4afa28957 Migrate core devicelab tasks f-i null safety. (#85997) 2021-07-11 21:30:41 -07:00
Darren Austin
9d3563a8ea Migrate core devicelab tasks a-f null safety. (#85996) 2021-07-11 20:32:38 -07:00
Darren Austin
2175e64e4f Migrate core devicelab framework to null safety. (#85993)
Migrate core devicelab framework to null safety.
2021-07-11 18:36:30 -07:00
Yegor
78e06e716b [web] move e2e tests from flutter/engine to flutter/flutter (#86119)
* [web] move e2e tests from flutter/engine to flutter/flutter
* flutter update-packages --force-upgrade
2021-07-09 15:31:49 -07:00
Ian Hickson
46817f4a94 Make the customer testing shard more verbose (#86143) 2021-07-09 12:11:05 -07:00
Christopher Fujino
711f9b7c43 [flutter_conductor] migrate conductor to null-safety (#86117) 2021-07-08 15:09:15 -07:00
Christopher Fujino
5456cad343 Migrate gen_localizations to null-safety (#86051) 2021-07-08 15:06:04 -07:00
Ahmed Ashour
a666925a02 Add newline at end of file (#86008) 2021-07-08 15:01:10 -07:00
Alexandre Ardhuin
80990c21e2 code formatting (#85783) 2021-07-07 23:06:05 -07:00
Christopher Fujino
1aad8c8c22 [flutter_conductor] support pushing local changes to remote (#85797) 2021-07-07 17:50:31 -07:00
Ian Hickson
0b8174e0b0 Pin the customer_tests (#83964) 2021-07-02 19:16:04 -07:00
Darren Chan
3cfe83bd95 [cleanup] Remove run_fuchsia_tests.sh. (#85586)
Remove `//dev/bots/run_fuchsia_tests.sh` as there are no longer any references to it.

Migrating tests to cfv2 will be easier if we don't have to account for this script.

See https://fxbug.dev/79691.
2021-07-02 13:00:24 -04:00
Ahmed Ashour
a3dc90c4f5 Add space before curly parentheses. (#85306) 2021-07-01 13:51:05 -07:00
Greg Spencer
6adea05276 Revert "Randomize Framework tests, opt out some tests that currently fail. (#85159)" (#85673)
This reverts commit b5f9612 because it is taking about 40% longer to run the tests, which is causing timeouts.
2021-06-30 19:38:09 -07:00
Ian Hickson
08f698bb79 Update README.md (#85661) 2021-06-30 17:06:06 -07:00
Jenn Magder
69ea91bf61 Wait for iOS UI buttons to exist before tapping (#85650) 2021-06-30 17:01:05 -07:00
Jenn Magder
f76b292626 Support iOS arm64 simulator (#85642) 2021-06-30 14:31:04 -07:00
Mouad Debbar
4013fe2131 [web] Remove the part directive from the web key map template (#85637) 2021-06-30 14:26:04 -07:00
Zachary Anderson
407916d44f Revert "Support iOS arm64 simulator (#85059)" (#85641)
This reverts commit a1020512ef.
2021-06-30 12:44:49 -07:00
Jenn Magder
a1020512ef Support iOS arm64 simulator (#85059) 2021-06-30 11:56:17 -07:00
Dan Field
e36e62e9a6 Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567)
This reverts commit 2be0d57fa2.
2021-06-30 09:46:54 -07:00
Janice Collins
0825f49ed4 Update dartdoc to 1.0.0 (#85549)
This includes some major internal changes that should improve performance (the AOT template compiler) and the new lookup code. The big changes noticeable for Flutter will be resolution of field formal parameters, extension method support, and more consistent disambiguation in comment reference lookups.

While a vast net improvement, this PR will change a few links to point to the wrong place. #85484 will address that after this lands, as there was no good way to specify what the user wanted unambiguously before dartdoc 1.0.0 in a few cases. That PR includes more details on the introduced regressions and link changes.
2021-06-29 14:19:19 -07:00
Greg Spencer
b5f9612cac Randomize Framework tests, opt out some tests that currently fail. (#85159)
This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.

To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
2021-06-29 13:46:13 -07:00
Darren Austin
37bc722339 Migrate dev/benchmarks/macrobenchmarks to null safety. (#85501) 2021-06-29 11:49:27 -07:00
Christopher Fujino
67e4aeb602 Re-enable codesign integration test (#85507) 2021-06-28 23:16:05 -07:00
Jenn Magder
24d608b2ba Check ios-arm64_x86_64-simulator directory when validating codesigning entitlement (#85265) 2021-06-28 17:01:06 -07:00
Filip Hracek
76d5e62f42 Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
Justin McCandless
32e6de84db Remove out dated todos from integration tests with no issue links (#85461) 2021-06-28 13:21:03 -07:00
Hans Muller
93ca2b5ac0 Removed ButtonBar from flutter_gallery (#85351) 2021-06-28 13:01:04 -07:00
Jenn Magder
610ee89b17 Address jmagman todos (#85348) 2021-06-28 11:26:21 -07:00
Ren You
2be0d57fa2 Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)
This reverts commit 9846fa5145.
2021-06-28 09:55:31 -07:00
Jonah Williams
def601ac17 [flutter_tools] re-enable all tests on windows (#85384) 2021-06-27 05:26:02 -07:00
Dan Field
9846fa5145 Audit hashCode overrides outside of packages/flutter (#85370) 2021-06-26 17:36:04 -07:00
Dan Field
8e60c08bb4 Update stack_trace.dart (#85364) 2021-06-25 20:25:20 -07:00
Jenn Magder
c2980383e8 Run build_tests shard and check in project migrations (#85270) 2021-06-24 17:41:02 -07:00
gaaclarke
66fd0b28b0 replaced unawaited with synchronous / await calls where needed (#82839) 2021-06-24 16:22:43 -07:00
Jenn Magder
0de6bd41ba Migrate iOS app deployment target from 8.0 to 9.0 (#85174) 2021-06-24 10:21:05 -07:00
Jenn Magder
042fd77ce1 Check ios-arm64_armv7 directory when validating codesigning entitlements (#85053) 2021-06-23 16:46:03 -07:00
chunhtai
50a2fad986 Remove namesless todo (#85151) 2021-06-23 14:29:14 -07:00
Dan Field
9c0bd18c40 Reland eliminate timeouts from integration tests (#85141) 2021-06-23 13:08:51 -07:00
Jenn Magder
236a114ddb Remove tests checking Xcode 11 naming conventions (#85094) 2021-06-23 12:11:03 -07:00
Dan Field
69f2f8a18b Revert "Remove per-test timeouts from integration tests (#85098)" (#85133)
This reverts commit b96c3c22ce.
2021-06-23 08:17:27 -07:00
Dan Field
b96c3c22ce Remove per-test timeouts from integration tests (#85098) 2021-06-23 07:17:28 -07:00
Jenn Magder
67aee9a0c3 Avoid iOS app with extension checks that fail on M1 (#85087) 2021-06-22 20:56:02 -07:00
Jonah Williams
03d14a30c8 [versions] remove mockito (#85076) 2021-06-22 17:41:03 -07:00
Abhishek Ghaskata
3d124d25e8 migrate host agent (#84755) 2021-06-22 12:21:03 -07:00