1. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810
  2. 15 Nov, 2018 1 commit
  3. 21 Oct, 2018 1 commit
  4. 16 Oct, 2018 1 commit
  5. 08 Oct, 2018 1 commit
  6. 04 Oct, 2018 1 commit
  7. 02 Oct, 2018 1 commit
  8. 01 Oct, 2018 2 commits
  9. 14 Sep, 2018 2 commits
  10. 12 Sep, 2018 1 commit
  11. 21 Aug, 2018 1 commit
  12. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Performance test cleanup (#20652) · 1993a673
      Ian Hickson authored
      * Fix TODO syntax.
      * Clarify messages for some timeouts, to aid debugging.
      * Increase some other timeouts that were a needlessly short, to reduce sources of flakes.
      * Remove some more timeouts that were mostly redundant, to remove complexity.
      * Minor style cleanup.
      * Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
      1993a673
  13. 06 Aug, 2018 1 commit
  14. 03 Aug, 2018 1 commit
  15. 02 Aug, 2018 3 commits
  16. 27 Jul, 2018 1 commit
  17. 23 Jul, 2018 1 commit
  18. 20 Jul, 2018 2 commits
  19. 16 Jul, 2018 2 commits
  20. 09 Jul, 2018 1 commit
  21. 02 Jul, 2018 1 commit
  22. 28 Jun, 2018 1 commit
  23. 13 Jun, 2018 1 commit
    • Chris Bracken's avatar
      Revert elimination of Dart 1 (#18460) · 2ae48845
      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)
      2ae48845
  24. 11 Jun, 2018 1 commit
    • Greg Spencer's avatar
      Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) · 6c56bb24
      Greg Spencer authored
      Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax.
      
      Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml.
      
      No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
      6c56bb24
  25. 08 Jun, 2018 1 commit
  26. 05 Jun, 2018 1 commit
  27. 30 May, 2018 2 commits
  28. 18 May, 2018 1 commit
  29. 15 May, 2018 1 commit
  30. 04 May, 2018 2 commits
  31. 03 May, 2018 1 commit
    • Andrew Davies's avatar
      [frdp] Adds DartVM events/driver support. (#17170) · 5d590afa
      Andrew Davies authored
      This change adds Dart VM event support (listening for when a VM starts/stops by using a periodic heartbeat).
      
      This also adds support to connect to a specific `IsolateRef` through the flutter driver, so that when an application spawns, it can immediately be driven (as shown in included example code).
      5d590afa