1. 17 Jan, 2017 4 commits
    • Ian Hickson's avatar
      Make it easier to run local engine tests using the Travis test script. (#7512) · b72fa88f
      Ian Hickson authored
      Our test script is getting complicated enough that doing your own
      testing with a custom engine has become tedious. Now you can just do:
      
      ```bash
      (cd ~/dev/flutter/; FLUTTER_TEST_ARGS=--local-engine=host_debug_unopt dev/bots/test.sh)
      ```
      
      ...to run all your tests (assuming your flutter repo is in
      `~/dev/flutter` and your engine in `~/dev/engine`).
      b72fa88f
    • Adam Barth's avatar
      Fix several minor bugs and add many tests (#7506) · 2b742289
      Adam Barth authored
      * MultiTapGestureRecognizer previously would assert if there was no
         competition.
       * GestureArenaTeam would always select the first recongizer as the
         winner even if a later recognizer actually accepted the pointer
         sequence.
       * debugPrintStack would fail a type check if maxFrames was non-null.
       * FractionalOffset.lerp would throw a null-pointer exception if its
         second argument was null.
      
      Also, add a number of tests for previously untested lines of code.
      2b742289
    • Michael Goderbauer's avatar
      Add communication logging to Flutter Driver (#7485) · ecc49726
      Michael Goderbauer authored
      This is handy for debugging a test. Communication is logged to:
      * `flutter_driver_commands_{x}.log`, where {x} is an integer, and
      * (if requested by user) to stdout
      
      fixes #7473
      ecc49726
    • Phil Quitslund's avatar
      Update to Dart SDK `1.22.0-dev.8.0`. (#7461) · 41251d24
      Phil Quitslund authored
      * Update to Dart SDK `1.22.0-dev.6.0`.
      
      * Update SDK summary generation to create spec and strong summaries.
      
      * Updated to dev.8.0.
      
      * Fixed console out.
      41251d24
  2. 14 Jan, 2017 2 commits
  3. 13 Jan, 2017 9 commits
  4. 12 Jan, 2017 11 commits
  5. 11 Jan, 2017 14 commits