1. 08 Nov, 2017 1 commit
  2. 02 Nov, 2017 1 commit
  3. 31 Oct, 2017 1 commit
  4. 30 Oct, 2017 1 commit
  5. 22 Oct, 2017 1 commit
  6. 21 Sep, 2017 1 commit
  7. 14 Jul, 2017 1 commit
  8. 15 Jun, 2017 1 commit
  9. 13 Jun, 2017 2 commits
  10. 05 May, 2017 1 commit
  11. 04 May, 2017 1 commit
  12. 03 May, 2017 2 commits
  13. 04 Apr, 2017 1 commit
  14. 31 Mar, 2017 1 commit
  15. 28 Mar, 2017 1 commit
    • Phil Quitslund's avatar
      Bump to Dart SDK 1.23.0-dev.10 (#9051) · ab6df3af
      Phil Quitslund authored
      * Bump to Dart SDK 1.23.0-dev.10
      
      * allows us to understand flutter usage via telemetry
      * brings in `@immutable`
      
      Fixes: #9042
      
      * completer fix
      
      * Update to platform 1.1.1.
      ab6df3af
  16. 15 Mar, 2017 1 commit
  17. 04 Mar, 2017 1 commit
  18. 16 Feb, 2017 1 commit
  19. 14 Feb, 2017 1 commit
  20. 28 Jan, 2017 1 commit
  21. 24 Jan, 2017 1 commit
  22. 23 Jan, 2017 2 commits
  23. 21 Jan, 2017 1 commit
  24. 20 Jan, 2017 1 commit
  25. 19 Jan, 2017 2 commits
    • Ian Hickson's avatar
      Remove randomness from port assignment during coverage collection. (#7548) · 3f1d6d3b
      Ian Hickson authored
      Also, defer to test package for throttling (this will require a test
      package update as well).
      
      Also, add a lot more instrumentation to --verbose mode for tests, and
      fix minor trivial things here and there, and add error handling in
      more places.
      
      Also, refactor how coverage works to be simpler and not use statics.
      3f1d6d3b
    • Todd Volkert's avatar
      Fix sky_shell test flakiness caused by CPU throttling (#7543) · 4e8628c1
      Todd Volkert authored
      When a machine is heavily loaded, it can severely delay the time it
      takes for the OS to start a process once it's asked to do so. Our
      5 second timeout that we were giving the test process to connect
      to the test harness seemed like plenty of time, were it not for the
      fact that the test process itself was not being started in time when
      CPU throttling was in effect.
      
      This change updates the test timeout to begin counting only once the
      test process has been started. We keep the original timeout in play
      in the event that the test process *never* starts up for some reason,
      but we up that timeout value to 5 minutes.
      4e8628c1
  26. 12 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Fix race condition in coverage collection (#7455) · 4f9e5c8d
      Todd Volkert authored
      Previously, it was possible for the test harness to bail
      and the test runner to complete before the platform plugin
      triggered the collection of coverage data. This fixes the
      race condition such that the pending coverage collection
      task is recorded immediately after starting the process.
      4f9e5c8d
  27. 10 Jan, 2017 2 commits
  28. 09 Jan, 2017 1 commit
  29. 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
  30. 15 Dec, 2016 2 commits
  31. 13 Dec, 2016 1 commit
  32. 05 Dec, 2016 1 commit
  33. 30 Nov, 2016 1 commit
  34. 18 Nov, 2016 1 commit