1. 15 Jul, 2019 1 commit
  2. 13 Jul, 2019 1 commit
  3. 08 Jul, 2019 1 commit
  4. 26 Jun, 2019 1 commit
  5. 18 Jun, 2019 1 commit
  6. 05 Oct, 2018 1 commit
  7. 04 Oct, 2018 1 commit
  8. 12 Sep, 2018 1 commit
  9. 31 Aug, 2018 1 commit
  10. 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
  11. 26 Apr, 2017 1 commit
    • Todd Volkert's avatar
      Switch many `Device` methods to be async (#9587) · 60c5ffc1
      Todd Volkert authored
      `adb` can sometimes hang, which will in turn hang the Dart isolate if
      we're using `Process.runSync()`. This changes many of the `Device` methods
      to return `Future<T>` in order to allow them to use the async process
      methods. A future change will add timeouts to the associated calls so
      that we can properly alert the user to the hung `adb` process.
      
      This is work towards #7102, #9567
      60c5ffc1
  12. 04 Mar, 2017 1 commit
  13. 01 Sep, 2016 1 commit
  14. 30 Aug, 2016 1 commit
  15. 10 Mar, 2016 1 commit
  16. 13 Feb, 2016 1 commit
  17. 10 Feb, 2016 1 commit
  18. 28 Jan, 2016 1 commit
  19. 27 Jan, 2016 1 commit