1. 09 May, 2019 1 commit
  2. 06 May, 2019 1 commit
  3. 19 Apr, 2019 2 commits
  4. 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
  5. 21 Feb, 2019 1 commit
  6. 05 Feb, 2019 1 commit
  7. 29 Jan, 2019 1 commit
  8. 23 Jan, 2019 1 commit
  9. 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
  10. 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
  11. 10 Jan, 2019 1 commit
  12. 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
  13. 17 Dec, 2018 1 commit
  14. 12 Dec, 2018 1 commit
  15. 19 Nov, 2018 2 commits
  16. 08 Nov, 2018 1 commit
  17. 30 Oct, 2018 1 commit
  18. 24 Oct, 2018 2 commits
  19. 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
  20. 02 Oct, 2018 1 commit
  21. 01 Oct, 2018 1 commit
  22. 12 Sep, 2018 1 commit
  23. 06 Sep, 2018 2 commits
  24. 05 Sep, 2018 1 commit
  25. 31 Aug, 2018 1 commit
  26. 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
  27. 22 Aug, 2018 2 commits
  28. 21 Aug, 2018 1 commit
  29. 17 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Clean up usage of temporary directories (#20682) · 3dec6a69
      Ian Hickson authored
      All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`.
      
      I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests.
      
      While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others.
      
      Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
      3dec6a69
  30. 02 Aug, 2018 1 commit
  31. 31 Jul, 2018 1 commit
  32. 27 Jul, 2018 1 commit
  33. 25 Jul, 2018 1 commit
  34. 23 Jul, 2018 1 commit