- 12 Aug, 2021 1 commit
-
-
Greg Spencer authored
Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples. This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo. The snippets code is deleted in this PR. I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place. The snippets package resides in the assets-for-api-docs repo. The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
-
- 31 Jul, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Jul, 2021 2 commits
-
-
stuartmorgan authored
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 20 Jul, 2021 1 commit
-
-
Greg Spencer authored
The (new, not yet used) code gen for iOS was setting up a std::map from key codes to logical and physical key codes, but it was using uint32_t, which isn't big enough to hold the Flutter key codes. Also, iOS needs to be able to filter out function keys, so I added a function key set.
-
- 19 Jul, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 13 Jul, 2021 1 commit
-
-
Ian Hickson authored
-
- 12 Jul, 2021 1 commit
-
-
Ian Hickson authored
-
- 09 Jul, 2021 1 commit
-
-
Yegor authored
* [web] move e2e tests from flutter/engine to flutter/flutter * flutter update-packages --force-upgrade
-
- 01 Jul, 2021 1 commit
-
-
Greg Spencer authored
This reverts commit b5f9612c because it is taking about 40% longer to run the tests, which is causing timeouts.
-
- 29 Jun, 2021 1 commit
-
-
Greg Spencer authored
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.
-
- 27 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 Jun, 2021 1 commit
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 May, 2021 2 commits
-
-
Christopher Fujino authored
* Migrate flutter conductor out of dev/tools and into its own directory * flesh out documentation * fix analysis options * fix integration test
-
sigmundch authored
This is bassically reapplying #71721, but only enables it on web tests. There are known issues that several tests under the `integration.shard` depend on a specific platform, and as a result they require some additional flexiblity (bots need to build more than one engine, and the test flags should allow for secondary engines to be picked by such tests). By enabling this on the web-test shard, we will reduce the false positives in the dart-flutter-HHH-web bot. Fixing the more general problem is tracked by #72368.
-
- 20 May, 2021 1 commit
-
-
David Iglesias authored
-
- 13 May, 2021 3 commits
-
-
godofredoc authored
This reverts commit a66e5a7f.
-
Yegor authored
-
Jenn Magder authored
-
- 12 May, 2021 2 commits
-
-
Yegor authored
* consolidate all web integration tests under the same shard
-
stuartmorgan authored
Manual plugin roll to account for a rename of the script used to run analysis.
-
- 11 May, 2021 1 commit
-
-
Yegor authored
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
-
- 15 Apr, 2021 1 commit
-
-
Dan Field authored
-
- 06 Apr, 2021 2 commits
-
-
Casey Hillers authored
This reverts commit 0c9781e3.
-
Casey Hillers authored
-
- 25 Mar, 2021 1 commit
-
-
David Iglesias authored
-
- 19 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 16 Mar, 2021 2 commits
-
-
Casey Hillers authored
This reverts commit 93fb2586.
-
Casey Hillers authored
-
- 05 Mar, 2021 1 commit
-
-
Gary Qian authored
-
- 23 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 11 Feb, 2021 1 commit
-
-
Yegor authored
-
- 03 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 02 Feb, 2021 3 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-