1. 09 Aug, 2019 1 commit
  2. 24 Jul, 2019 1 commit
  3. 22 Jul, 2019 1 commit
  4. 13 Jul, 2019 1 commit
  5. 30 May, 2019 1 commit
  6. 22 May, 2019 2 commits
  7. 09 May, 2019 1 commit
  8. 06 May, 2019 1 commit
  9. 19 Apr, 2019 2 commits
  10. 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
  11. 21 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. 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
  17. 10 Jan, 2019 1 commit
  18. 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
  19. 17 Dec, 2018 1 commit
  20. 12 Dec, 2018 1 commit
  21. 19 Nov, 2018 2 commits
  22. 08 Nov, 2018 1 commit
  23. 30 Oct, 2018 1 commit
  24. 24 Oct, 2018 2 commits
  25. 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
  26. 02 Oct, 2018 1 commit
  27. 01 Oct, 2018 1 commit
  28. 12 Sep, 2018 1 commit
  29. 06 Sep, 2018 2 commits
  30. 05 Sep, 2018 1 commit
  31. 31 Aug, 2018 1 commit
  32. 28 Aug, 2018 1 commit
    • Danny Tuppeny's avatar
      Don't time out if process terminates when told to stop (#21103) · 8b0227b4
      Danny Tuppeny authored
      * Don't time out if process terminates when told to stop but response was not processed
      
      While trying to reproduce #20822 I found a condition where the app may quit before the `app.stop` response is received but this code (which is called in integration test teardown) would sit around waiting and time out. With this change, the process exit is considered a valid response to the stop request.
      
      * Add process exit to log for better errors in failures
      
      This log can be turned on for debugging but is also dumped when a test fails (in certain conditions). With this in the log, it'll be clear if the timeout is because we're waiting for an event but the process quit.
      8b0227b4
  33. 22 Aug, 2018 2 commits