1. 30 May, 2019 1 commit
  2. 22 May, 2019 2 commits
  3. 21 May, 2019 1 commit
  4. 09 May, 2019 1 commit
  5. 06 May, 2019 1 commit
  6. 19 Apr, 2019 2 commits
  7. 07 Mar, 2019 1 commit
  8. 06 Mar, 2019 1 commit
  9. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  10. 21 Feb, 2019 1 commit
  11. 11 Feb, 2019 1 commit
  12. 05 Feb, 2019 1 commit
  13. 29 Jan, 2019 1 commit
  14. 23 Jan, 2019 1 commit
  15. 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
  16. 17 Jan, 2019 1 commit
  17. 15 Jan, 2019 1 commit
    • Danny Tuppeny's avatar
      Fix+unskip `flutter test` expression eval tests (#26579) · fda193aa
      Danny Tuppeny authored
      * Fix `flutter test`e xpression eval tests
      
      We weren't passing `beforeStart` through so the breakpoints were never being set, which means the evaluations were happening while the code was running.
      
      * Ensure we wait for breakpoints before trying to evaluate
      fda193aa
  18. 14 Jan, 2019 1 commit
  19. 10 Jan, 2019 1 commit
  20. 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
  21. 17 Dec, 2018 1 commit
  22. 12 Dec, 2018 1 commit
  23. 19 Nov, 2018 2 commits
  24. 15 Nov, 2018 1 commit
  25. 08 Nov, 2018 1 commit
  26. 30 Oct, 2018 1 commit
  27. 24 Oct, 2018 3 commits
  28. 23 Oct, 2018 1 commit
  29. 22 Oct, 2018 2 commits
  30. 19 Oct, 2018 1 commit
    • Danny Tuppeny's avatar
      Switch to URIs for breakpoints and unskip tests on Windows (#22510) · f87a2a32
      Danny Tuppeny authored
      * Switch to URIs for breakpoints and unskip tests on Windows
      
      addBreakpointWithScriptUri expects Uris. By coincidence, FS paths work on Mac/Linux but they fail on Windows. One of the issues in the skip comment is fixed, the other one seems not relevant here.
      
      * Apply symlink resolution to all integration tests
      
      The default temp folders we get include symlinks which breaks breakpoints.
      
      * Save :rolling_eyes:
      
      * Fix typo
      f87a2a32
  31. 16 Oct, 2018 2 commits
  32. 02 Oct, 2018 1 commit