- 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)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 13 Jul, 2018 1 commit
-
-
Gary Miguel authored
This reverts commit e22f9974. Adding the exit(exitCode) fixes the hang. Tested by running `fx run-host-tests` with a topaz checkout. Verified the hang before, no hang after.
-
- 12 Jul, 2018 1 commit
-
-
Zachary Anderson authored
This reverts commit 032f8cdb. The test runner hangs on exit after all tests pass when trying to roll this into Fuchsia.
-
- 09 Jul, 2018 1 commit
-
-
Gary Miguel authored
This allows us to collect code coverage for Fuchsia tests.
-
- 28 Mar, 2018 1 commit
-
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 22 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Feb, 2018 1 commit
-
-
jcollins-g authored
* Populate AnsiTerminal in context for daemon launches * Strip out AnsiTerminal additions to context since they are no longer needed
-
- 30 Oct, 2017 1 commit
-
-
Adam Barth authored
Previously, the usage analytics would generate a write to the user's HOME directory during the Fuchsia build. We're tightening down the environment in which we run the Fuchsia build, and these writes are now more obvious. This patch removes the usage analytics during the Fuchsia build, avoiding the write to the user's HOME directory.
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Oct, 2017 1 commit
-
-
P.Y. Laligand authored
-
- 21 Sep, 2017 1 commit
-
-
xster authored
* round 3 * partially address comments * merge * review notes * review * review * review
-
- 21 Jun, 2017 1 commit
-
-
P.Y. Laligand authored
-
- 13 Jun, 2017 1 commit
-
-
Brian Slesinsky authored
Currently this just prints the observatory URL as a JSON event. Refactored the code to make this fit in.
-