- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
...because otherwise, processes that think they're manipulating your filesystem will be doing crazy things the test is ignoring, leading to (at best) failures and (at worst) flakes or disk corruption.
-
- 04 Oct, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Sep, 2019 3 commits
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
Jonah Williams authored
-
Zachary Anderson authored
* [flutter_tool] Report to analytics when the tool is killed by a signal * Fix analyzer lint
-
- 27 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Sep, 2019 1 commit
-
-
Liam Appelbe authored
* Unit test for build.dart::GenSnapshot * Fix analysis errors * Switch to testLogger
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 11 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 05 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 03 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 30 Aug, 2019 1 commit
-
-
Dan Field authored
-
- 28 Aug, 2019 5 commits
-
-
Dan Field authored
-
Emmanuel Garcia authored
-
Jonah Williams authored
This reverts commit 202c1b42.
-
Dan Field authored
-
Zachary Anderson authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 20 Aug, 2019 2 commits
-
-
Zachary Anderson authored
-
Zachary Anderson authored
-
- 16 Aug, 2019 2 commits
-
-
Dan Field authored
-
Jonah Williams authored
-
- 15 Aug, 2019 2 commits
-
-
Zachary Anderson authored
-
Alexander Aprelev authored
On Flutter HHH buildbot some operations that over a second: 4 digits for milliseconds, rather than 3 that are currently allowed.
-
- 14 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 19 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 17 Jul, 2019 1 commit
-
-
xster authored
-
- 16 Jul, 2019 3 commits
-
-
Christopher Fujino authored
This reverts commit 5501a1c1.
-
sjindel-google authored
## Description Instead of detaching from the spawned App process on the device immediately, keep the LLDB client connection open (in autopilot mode) until the App quits or the server connection is lost. This replicates the behavior of Xcode, which also keeps a debugger attached to the App after launching it. ## Tests This change will be covered by all running benchmarks (which are launched via "flutter run"/"flutter drive"), and probably be covered by all tests as well. I also tested the workflow locally -- including cases where the App or Flutter CLI is terminated first. ## Breaking Change I don't believe this should introduce any breaking changes. The LLDB client automatically exits when the app dies or the device is disconnected, so there shouldn't even be any user-visible changes to the behavior of the tool (besides the output of "-v").
-
Zachary Anderson authored
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-