1. 14 Oct, 2019 1 commit
  2. 04 Oct, 2019 1 commit
  3. 02 Oct, 2019 1 commit
  4. 24 Sep, 2019 2 commits
  5. 13 Sep, 2019 1 commit
  6. 13 Aug, 2019 1 commit
    • David Shuckerow's avatar
      Tests for `flutter test [some_directory]` (#36866) · 9615eb99
      David Shuckerow authored
      * Add a test for a directory instead of a single test.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Correct test.
      9615eb99
  7. 16 Jul, 2019 1 commit
  8. 13 Jul, 2019 1 commit
  9. 09 Jul, 2019 1 commit
  10. 27 Jun, 2019 1 commit
  11. 21 May, 2019 1 commit
  12. 01 May, 2019 1 commit
  13. 21 Feb, 2019 1 commit
  14. 05 Oct, 2018 1 commit
  15. 20 Sep, 2018 1 commit
    • Greg Spencer's avatar
      Simplify Gradle compiler output. (#21760) · efcd9a80
      Greg Spencer authored
      This changes the compiler output for gradle to be less verbose and more easily read.
      
      This only applies to compilation error messages: other gradle messages will continue to print as before.
      
      It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to.
      
      It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font).
      
      Addresses #17307
      efcd9a80
  16. 12 Sep, 2018 1 commit
  17. 16 Aug, 2018 1 commit
  18. 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
  19. 05 Jun, 2018 1 commit
  20. 02 Feb, 2018 1 commit
  21. 18 Jan, 2018 2 commits
  22. 09 Dec, 2017 1 commit
  23. 08 Nov, 2017 1 commit
  24. 04 Aug, 2017 1 commit
  25. 30 Jun, 2017 1 commit
  26. 12 May, 2017 1 commit
  27. 13 Apr, 2017 1 commit
  28. 22 Mar, 2017 1 commit
  29. 13 Mar, 2017 1 commit
  30. 10 Mar, 2017 1 commit
  31. 23 Feb, 2017 1 commit
    • Phil Quitslund's avatar
      Bump to test `0.12.20`. (#8349) · a002e720
      Phil Quitslund authored
      * Bump to test `0.12.20`.
      
      Some test `0.12.20` highlights:
        * introduces `expectLater()`  that returns a `Future` that completes when the matcher has finished running
        * deprecates the `verbose` parameter to `expect()` and the `formatFailure()` (to be removed in `0.13.0`)
      
      Otherwise:
        * to keep up w/ the deprecation of `verbose`, removes `widget_tester` API to pass `verbose` flag (alternatively we could suppress the warning for now)
      
      * Update stack manipulation.
      
      * Fix framecount.
      a002e720
  32. 14 Feb, 2017 1 commit
  33. 06 Feb, 2017 1 commit
  34. 03 Feb, 2017 1 commit
  35. 31 Jan, 2017 1 commit
  36. 10 Jan, 2017 1 commit
  37. 09 Jan, 2017 1 commit
  38. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034