1. 10 Jul, 2018 1 commit
  2. 09 Jul, 2018 1 commit
  3. 02 Jul, 2018 2 commits
  4. 28 Jun, 2018 1 commit
  5. 21 Jun, 2018 1 commit
  6. 20 Jun, 2018 1 commit
  7. 19 Jun, 2018 1 commit
  8. 15 Jun, 2018 2 commits
  9. 14 Jun, 2018 1 commit
  10. 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
  11. 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
  12. 08 Jun, 2018 1 commit
  13. 05 Jun, 2018 1 commit
  14. 30 May, 2018 2 commits
  15. 18 May, 2018 1 commit
  16. 15 May, 2018 1 commit
  17. 11 May, 2018 2 commits
  18. 10 May, 2018 1 commit
  19. 04 May, 2018 2 commits
  20. 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
  21. 02 May, 2018 1 commit
  22. 20 Apr, 2018 1 commit
  23. 19 Apr, 2018 1 commit
    • Todd Volkert's avatar
      Add a few timeouts to FlutterDriver.connect() (#16762) · 9da0ec27
      Todd Volkert authored
      We're seeing occasional test timeouts trying to call `FlutterDriver.connect()`.
      Unfortunately, when the test is timed out at the test runner level, you don't
      get a meaningful test failure or stack trace of where the timeout occurrred.
      Your test harness also doesn't get to clean up, which can include things like
      saving the device logs to see what was going on in the device.
      
      Thus, this change adds timeouts in the places where we've most
      commonly observed hangs during tests.
      9da0ec27
  24. 10 Apr, 2018 1 commit
  25. 09 Apr, 2018 2 commits
  26. 04 Apr, 2018 1 commit
  27. 03 Apr, 2018 1 commit
  28. 28 Mar, 2018 1 commit
    • Alexander Aprelev's avatar
      Again move mockito to 300plus2 (#15981) · bffae215
      Alexander Aprelev authored
      * Revert "Revert "Move mockito to 3.0.0-alpha. (#15949)" (#15979)"
      
      This reverts commit e59651f9.
      
      * More thenReturn to thenAnswer when mocking Futures
      
      * Revert "More thenReturn to thenAnswer when mocking Futures"
      
      This reverts commit 194d2cf41754ad171efd6bb5898cf73bce5a75ab as we are reverting engine roll.
      
      * Revert "Revert "More thenReturn to thenAnswer when mocking Futures""
      
      This reverts commit 52c9e96b304b220f66d78a252fccea0c8e0ef24c.
      
      * Add dependency override
      
      * Fix issue
      bffae215
  29. 27 Mar, 2018 6 commits