- 10 Oct, 2018 1 commit
-
-
Greg Spencer authored
We decided that redefining the default for templates was premature. We're going to go back to having "module" in experimental land again, and we'll try again when we have the feature set fully baked. This keeps the writing of the .metadata files, and writing the template type to them, because that was a good improvement, and there are still a bunch of added tests that improve our coverage.
-
- 04 Oct, 2018 1 commit
-
-
Greg Spencer authored
I missed some create template conversions in the devicelab directory.
-
- 03 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
The only reds on the dashboard for this test are on rows that have many failures across the run; this does not appear to be at all flaky.
-
- 25 Sep, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
* Prototype * Fix paths to Flutter library resources * Invoke pod install as necessary for materialized modules * Add devicelab test for module use on iOS * Remove debug output * Rebase, reame materialize editable * Add devicelab test editable iOS host app * Removed add2app test section
-
- 17 Sep, 2018 1 commit
-
-
Ian Hickson authored
These tests don't seem particularly more flaky than ony others any more.
-
- 06 Sep, 2018 1 commit
-
-
Jonah Williams authored
-
- 24 Aug, 2018 1 commit
-
-
amirh authored
Was marked as flaky as that's our policy for assing new device lab tests. It's been consistently green so marking as non flaky.
-
- 23 Aug, 2018 2 commits
-
-
amirh authored
-
Jonah Williams authored
-
- 13 Aug, 2018 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 11 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 08 Aug, 2018 1 commit
-
-
liyuqian authored
-
- 07 Aug, 2018 1 commit
-
-
Greg Spencer authored
This removes the final traces of Travis and Appveyor from the Flutter tree. I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow). There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor). FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
-
- 02 Aug, 2018 1 commit
-
-
liyuqian authored
-
- 01 Aug, 2018 1 commit
-
-
Ryan Macnak authored
This reverts commit 7a9dd709. Bug: https://github.com/flutter/flutter/issues/19490
-
- 18 Jul, 2018 2 commits
-
-
Chris Bracken authored
Flutter app development has been Dart 2 only for a significant amount of time, and we're about to remove all support for Dart 1.
-
Michael Goderbauer authored
-
- 29 Jun, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 27 Jun, 2018 2 commits
-
-
Danny Tuppeny authored
See #18879.
-
Ian Hickson authored
-
- 26 Jun, 2018 1 commit
-
-
Ian Hickson authored
-
- 25 Jun, 2018 3 commits
-
-
Mikkel Nygaard Ravn authored
-
Chris Bracken authored
Introduced in d248725e, but has been red since landing. Marking flaky rather than reverting since it's the only failure.
-
Florian Loitsch authored
Add `flutter attach` command. This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
-
- 16 Jun, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 14 Jun, 2018 1 commit
-
-
Ian Hickson authored
(second attempt)
-
- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 08 Jun, 2018 3 commits
-
-
Chris Bracken authored
* It's time to #deleteDart1 (#18293) Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1 benchmarks. All commands now run in Dart 1 mode only. Eliminates --preview-dart-2 / --no-preview-dart-2 support. * Fix indentation, remove no longer necessary .toList() * Only push udpated kernel if >0 invalidated srcs
-
Chris Bracken authored
Several benchmarks started failing during kernel compile: 1. Timeouts: * commands_test * hot_mode_dev_cycle__benchmark * run_machine_concurrent_hot_reload * service_extensions_test 2. Kernel compiler crash: * hot_mode_dev_cycle_linux__benchmark * routing_test 3. Unexpected termination: * hot_mode_dev_cycle_win__benchmark This reverts commit ed63e708.
-
Chris Bracken authored
Eliminates support for Dart 1 in flutter_tools, and drops our Dart 1 benchmarks. All commands now run in Dart 1 mode only. Eliminates --preview-dart-2 / --no-preview-dart-2 support.
-
- 04 Jun, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 4f1b6604.
-
Ian Hickson authored
-
- 30 May, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 24 May, 2018 1 commit
-
-
Todd Volkert authored
They've been mostly green since https://github.com/flutter/flutter/pull/17812
-
- 16 May, 2018 4 commits
-
-
Chris Bracken authored
Remaining issue was fixed in 580c844c.
-
Chris Bracken authored
-
Chris Bracken authored
-
Sarah Zakarias authored
-
- 14 May, 2018 1 commit
-
-
Chris Bracken authored
-