- 04 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 18 Jul, 2018 1 commit
-
-
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.
-
- 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.
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Apr, 2018 1 commit
-
-
Alexander Aprelev authored
This fixes https://github.com/dart-lang/sdk/issues/32598.
-
- 19 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* With dart being default, move preview_dart_2 tests to dart1. * Swap out defaults for preview-dart-2 option in tests. Make dart1 explicit * Move suffix around * Rename files
-
- 12 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. Changes since last roll: ``` b6df7a637 Roll dart to 290c576264faa096a0b3206c71b2435309d9f904. (#4771) a6764dbd5 Add sources for Fuchsia target. (#4763) 2d5900615 [fuchsia] Remove unused header file. (#4769) 9717063b7 Revert "Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)" (#4768) 9a9814312 Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767) e74e8b35c [async] Update includes of async headers to new path (#4760) e2c4b2760 Use Dart 2 camel case constants in the engine Dart libraries (#4766) 9c1e48434 Updates for Fuchsia roll. (#4765) 14c940e27 Switch from fxl::Mutex to std::mutex (#4764) debf82c0b Roll Garnet (#4759) 5bffdefbb Use weak pointers to the accesibility bridge from objects vended to the UIKit accessibility framework. (#4761) ```
-
- 06 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Add a test that measures/verifies start from warm state(app was previously compiled). * Remove json file from the first run.
-
- 10 Jan, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 30 Nov, 2017 1 commit
-
-
Vyacheslav Egorov authored
* Change some of the dev/devicelab tests to support testing against local engine. We can already configure flutter tools to use local engine by setting FLUTTER_ENGINE environment variable. However when this variable is set this also requires setting --local-engine to specify which flavor of engine to use. This change changes tests in dev/devicelab to pass a sensible default for --local-engine, e.g. when testing hot reload on Android we pass android_debug and when testing release AOT build for IOS we pass ios_release. * Fix analysis issues * Update utils.dart
-
- 14 Oct, 2017 3 commits
-
-
Alexander Aprelev authored
This is follow-up to be1467e0.
-
Alexander Aprelev authored
Previously chosen pattern was generated in the output not quite at the end of the hot reload process.
-
Alexander Aprelev authored
* Restructure hot mode test so it runs interactively. This allows to add a benchmark for hot reload after actual source code change. * Add curly braces, refactory copyRecursive
-
- 06 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Add hotReloadInitialDevFSSyncMilliseconds to track how long user have to wait before being able to do first reload. This stat is significantly different between existing and preview-dart-2 setting (for the latter, this stat is ~3x slower: 13s vs ~4s). * Remove ws * Cleanup timer-related code
-
- 28 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Clone hot reload benchmark for --preview-dart-2 option. * Get rid of linux and win preview_dart_2 (only android would be sufficient for now). Refactor code into lib/tasks * Revert 2016 to 2017 * Mark new test as flaky
-
- 17 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 24 Jan, 2017 1 commit
-
-
Yegor authored
-
- 29 Sep, 2016 1 commit
-
-
Yegor authored
* fix flutter watch benchmark Syncs https://github.com/flutter/cocoon/commit/d2d7950ecd2c72421d75d9b5d54805cc554e92a8 * Split Android/iOS impl behind a unified interface Syncs https://github.com/flutter/cocoon/commit/db87e10fa54317115479d0b85280c7e5eed08ff7 * Switch from pub get to flutter packages get Syncs https://github.com/flutter/cocoon/commit/b378005cbbc5330058d5240a2970ca477c2c9722 * "silent" option in test runner; fix analysis errors;
-
- 19 Sep, 2016 1 commit
-
-
Yegor authored
-