1. 12 Dec, 2017 1 commit
  2. 21 Sep, 2017 1 commit
  3. 13 Jun, 2017 1 commit
  4. 05 May, 2017 1 commit
  5. 04 Mar, 2017 1 commit
  6. 16 Feb, 2017 1 commit
  7. 14 Feb, 2017 1 commit
  8. 06 Feb, 2017 1 commit
    • Jacob Richman's avatar
      Small Flutter strong mode cleanup fixes. (#7825) · 53fc96da
      Jacob Richman authored
      * Small Flutter strong mode cleanup fixes.
      
      These are cases where strong mode down cast composite errors
      generally indicated cases that would performance or correctness
      issues if Flutter code was run in a strong mode VM.
      
      * Fix Command API so that it is always in terms of Map<String,String>.
      
      * Fix typedef
      53fc96da
  9. 23 Jan, 2017 1 commit
  10. 19 Jan, 2017 1 commit
    • 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
  11. 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
  12. 09 Jan, 2017 1 commit
  13. 15 Dec, 2016 1 commit
  14. 04 Aug, 2016 2 commits
  15. 03 Aug, 2016 1 commit
  16. 28 Jun, 2016 1 commit
  17. 23 Jun, 2016 1 commit
  18. 22 Jun, 2016 2 commits