1. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  2. 06 Aug, 2018 1 commit
  3. 02 Aug, 2018 3 commits
  4. 27 Jul, 2018 1 commit
  5. 23 Jul, 2018 1 commit
  6. 16 Jul, 2018 2 commits
  7. 03 Jul, 2018 1 commit
    • Danny Tuppeny's avatar
      Include stdout/stderr in failure messages for devicelab's tests (#18990) · 0329f0c1
      Danny Tuppeny authored
      * Include stdout/stderr in failure messages
      
      Sometimes some of these tests unexpectedly fail with a non-zero exit code. This ensures stdout/stderr is included in the test failure message when this happens so that we can track down the issue.
      
      * Remove redundant info about exit code
      
      * Remove unnecessary indenting
      
      The [markers] make it fairly clear so this just makes the test code noisy.
      0329f0c1
  8. 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
  9. 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
  10. 04 Jun, 2018 1 commit
    • Ian Hickson's avatar
      Be less verbose in the logs. (#17401) · e3427550
      Ian Hickson authored
      Now that we have thousands of tests, it doesn't make sense to display a separate line for each test. The result is just megabytes of logs that you have to scrub through to find error messages.
      e3427550
  11. 30 May, 2018 2 commits
  12. 05 Feb, 2018 1 commit
  13. 01 Feb, 2018 1 commit
  14. 09 Aug, 2017 1 commit
  15. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  16. 24 Jun, 2017 1 commit
  17. 31 May, 2017 1 commit
  18. 07 Apr, 2017 1 commit
  19. 04 Apr, 2017 1 commit
  20. 17 Mar, 2017 1 commit
  21. 15 Mar, 2017 1 commit
  22. 04 Mar, 2017 1 commit
  23. 14 Feb, 2017 1 commit
  24. 08 Feb, 2017 1 commit
  25. 27 Jan, 2017 1 commit
  26. 16 Nov, 2016 1 commit
  27. 19 Oct, 2016 1 commit
  28. 18 Oct, 2016 1 commit
  29. 29 Sep, 2016 1 commit
  30. 20 Sep, 2016 1 commit
  31. 14 Sep, 2016 1 commit