1. 20 Jun, 2018 1 commit
  2. 19 Jun, 2018 1 commit
  3. 18 Jun, 2018 1 commit
  4. 15 Jun, 2018 2 commits
  5. 14 Jun, 2018 1 commit
  6. 11 Jun, 2018 1 commit
    • Ian Hickson's avatar
      More flexible timeout logic in flutter_test (#18256) · dac2ebf0
      Ian Hickson authored
      This should reduce the number of flakes without actually increasing
      the timeout, so we'll still find out quickly if a test is hanging.
      
      The numbers here might need tweaking. Maybe the default two seconds is
      too short for CI bots.
      dac2ebf0
  7. 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
  8. 29 May, 2018 1 commit
  9. 28 May, 2018 2 commits
  10. 24 May, 2018 2 commits
  11. 18 May, 2018 1 commit
    • Todd Volkert's avatar
      Add support for custom test error reporters (#17727) · 1808ac33
      Todd Volkert authored
      This allows test environments other than `flutter test` to have a hook
      into the test exception reporting. Some test environments, for example,
      don't just dump error details to the console, but rather require them
      to be reported to a separate server.
      1808ac33
  12. 11 May, 2018 2 commits
  13. 10 May, 2018 1 commit
  14. 04 May, 2018 2 commits
  15. 20 Apr, 2018 2 commits
  16. 16 Apr, 2018 2 commits
  17. 10 Apr, 2018 1 commit
  18. 09 Apr, 2018 1 commit
  19. 04 Apr, 2018 1 commit
  20. 03 Apr, 2018 1 commit
  21. 23 Mar, 2018 1 commit
  22. 21 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Traverse dependencies and dev dependencies separately (#15581) · ad9506d2
      Jonah Williams authored
      * traverse dependencies and dev dependencies separately
      
      * separate dev and reg deps
      
      * update pubspecs
      
      * add checksum string and update transitive dep string.  Add additional verify command to check checksum
      
      * cleanup comments
      
      * add missing space, quote, run verify-onlu from bot script
      
      * rerun tool with fixed string
      
      * ensure correct working directory and bump versions
      
      * flutter not flutterRoot
      ad9506d2
  23. 16 Mar, 2018 1 commit
  24. 13 Mar, 2018 1 commit
  25. 09 Mar, 2018 1 commit
  26. 08 Mar, 2018 1 commit
  27. 23 Feb, 2018 1 commit
  28. 14 Feb, 2018 1 commit
  29. 10 Feb, 2018 1 commit
  30. 09 Feb, 2018 1 commit
  31. 07 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Fix process running during package creation (#14508) · df791279
      Greg Spencer authored
      There were some problems I introduced with the last PR for this. It passed the test, but failed in practice.
      
      This adds tests for those failure cases, adds a "--help" and fixes the test so that it doesn't try and actually download MinGit as part of the Windows test.
      
      I added package:platform as a dependency, so I did a force upgrade on the packages.
      
      Also, re-enabling 'create package' in the cache warming code, now that #14448 is fixed.
      df791279
  32. 26 Jan, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Unpin test and upgrade packages (#14282) · c23509e9
      Vyacheslav Egorov authored
      * Unpin package:test and upgrade packages
      
      * Update packages/flutter/test/foundation/stack_trace_test.dart
      
      * Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
      c23509e9
  33. 19 Jan, 2018 1 commit