1. 21 Feb, 2019 1 commit
  2. 16 Feb, 2019 1 commit
  3. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      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.
      31a9626c
  4. 09 Jan, 2019 1 commit
    • Andrew Davies's avatar
      [flutter_driver] Move Fuchsia logging code. (#26266) · bd6ac326
      Andrew Davies authored
      When setting the Fuchsia logging function, it should happen before any
      initialization code, as init can still cause warning/error/info messages
      to get printed to logs. Since the default stderr/stdout fd's aren't
      correct, this can cause a program to crash for unclear reasons.
      bd6ac326
  5. 07 Jan, 2019 1 commit
  6. 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
  7. 15 Nov, 2018 1 commit
  8. 21 Oct, 2018 1 commit
  9. 16 Oct, 2018 1 commit
  10. 08 Oct, 2018 1 commit
  11. 04 Oct, 2018 1 commit
  12. 02 Oct, 2018 1 commit
  13. 01 Oct, 2018 2 commits
  14. 14 Sep, 2018 2 commits
  15. 12 Sep, 2018 1 commit
  16. 21 Aug, 2018 1 commit
  17. 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
  18. 06 Aug, 2018 1 commit
  19. 03 Aug, 2018 1 commit
  20. 02 Aug, 2018 3 commits
  21. 27 Jul, 2018 1 commit
  22. 23 Jul, 2018 1 commit
  23. 20 Jul, 2018 2 commits
  24. 16 Jul, 2018 2 commits
  25. 09 Jul, 2018 1 commit
  26. 02 Jul, 2018 1 commit
  27. 28 Jun, 2018 1 commit
  28. 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
  29. 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
  30. 08 Jun, 2018 1 commit
  31. 05 Jun, 2018 1 commit
  32. 30 May, 2018 2 commits