1. 04 Oct, 2018 1 commit
  2. 12 Sep, 2018 1 commit
  3. 09 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Fix flutter_gallery_instrumentation_test (#20361) · 93b02651
      Ian Hickson authored
      Somehow I forgot to say "super.tap()" when calling "tap()" on the new
      superclass, so it was just recursing infinitely but ended up actually
      crashing on the first reuse of the finder.
      
      The error was previously swallowed, I made this print it instead.
      93b02651
  4. 26 Jun, 2018 1 commit
  5. 02 Feb, 2018 1 commit
  6. 19 Oct, 2017 1 commit
  7. 12 Jul, 2017 1 commit
  8. 11 Jul, 2017 1 commit
    • Yegor's avatar
      add Android instrumentation test (#11063) · 18d9b20f
      Yegor authored
      * add Android instrumentation test
      
      * add devicelab test
      
      * add to manifest.yaml
      
      * rename _smoke_test.dart to _smoketest.dart to prevent flutter test from picking it up
      
      * volatile fields; style fixes
      
      * use ConditionVariable; fix sh script
      18d9b20f