- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] null safety mode is used for dill naming * add bad test case
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 04 Jun, 2020 1 commit
-
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
- 27 Apr, 2020 1 commit
-
-
Jonah Williams authored
Support --enable-experiment in flutter test (for flutter_tester). Required minor change for null safety.
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 09 Mar, 2020 2 commits
-
-
George Wright authored
Revert "Put fuchsia tools into their own directory, and set source_dir to point at them. (#52266)" (#52277) This reverts commit ffcc7765.
-
George Wright authored
This worksaround an issue with the latest version of package_config which doesn't handle multiple dart packages sharing the same source directory. In this case, the fuchsia dart_tool targets were sharing a directory with their dependency, :flutter_tools
-
- 12 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 19 Nov, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 14 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Fixes various Flutter framework test failures when bytecode is enabled.
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 24 Jul, 2019 1 commit
-
-
Jiahao authored
An optimization to the coverage collection speed was added in #30811. This commit further expands on it to parameterize the CoverageCollector with a custom predicate, allowing internal use cases to filter the RPC calls to the Dart VM based on scripts of interest to coverage collection.
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Apr, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 01 Apr, 2019 1 commit
-
-
Zachary Anderson authored
-
- 04 Mar, 2019 1 commit
-
-
Joshua Seaton authored
This change permits (1) a relative --flutter-shell (2) relative (source, dill) entries within the test JSON file and enables portability in the invocation scripts produced by fuchsia's dart test GN template.
-
- 26 Feb, 2019 1 commit
-
-
Zachary Anderson authored
-
- 19 Nov, 2018 1 commit
-
-
Alexandre Ardhuin authored
* update lint list * enable sort_pub_dependencies * enable avoid_returning_null_for_void * enable flutter_style_todos
-
- 05 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Sep, 2018 1 commit
-
-
Jonah Williams authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 09 Sep, 2018 1 commit
-
-
Alexander Aprelev authored
* Update fuchsia-tester so it takes map of kernel test files * Set mainDart correctly. Cleanup nits.
-
- 05 Sep, 2018 1 commit
-
-
Chris Bracken authored
-
- 17 Aug, 2018 1 commit
-
-
Ian Hickson authored
All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`. I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests. While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others. Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
-
- 15 Aug, 2018 2 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
-
- 11 Aug, 2018 1 commit
-
-
Todd Volkert authored
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 2 commits
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
Todd Volkert authored
-
- 24 Jul, 2018 1 commit
-
-
Todd Volkert authored
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-