1. 15 Nov, 2018 1 commit
  2. 10 Nov, 2018 1 commit
  3. 02 Nov, 2018 1 commit
  4. 30 Oct, 2018 1 commit
  5. 24 Oct, 2018 1 commit
  6. 23 Oct, 2018 2 commits
    • Michael Klimushyn's avatar
      Revert "E2E test setting and using isolate names (#23388)" (#23416) · e70f1952
      Michael Klimushyn authored
      This reverts commit 93573de2.
      
      Fails in the devicelab:
      
      ```
      run:stderr: A problem occurred evaluating project ':app'.
      run:stderr: > Could not resolve all files for configuration 'classpath'.2018-10-23T10:46:46.335864:
      run:stderr:    > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1).2018-10-23T10:46:46.335960:
      run:stderr:      Searched in the following locations:2018-10-23T10:46:46.336048:
      ```
      e70f1952
    • Michael Klimushyn's avatar
      E2E test setting and using isolate names (#23388) · 93573de2
      Michael Klimushyn authored
      Adds an integration devicelab test that runs an Android app with two
      custom named isolates. Tests that the isolate names are present and that
      it's possible to attach to just one of the isolates.
      
      Fixes flutter/flutter#22009
      93573de2
  7. 22 Oct, 2018 1 commit
  8. 17 Oct, 2018 1 commit
  9. 10 Oct, 2018 1 commit
    • Greg Spencer's avatar
      Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) · 0ff9e8a9
      Greg Spencer authored
      We decided that redefining the default for templates was premature. We're going to go back to having "module" in experimental land again, and we'll try again when we have the feature set fully baked.
      
      This keeps the writing of the .metadata files, and writing the template type to them, because that was a good improvement, and there are still a bunch of added tests that improve our coverage.
      0ff9e8a9
  10. 04 Oct, 2018 3 commits
  11. 01 Oct, 2018 1 commit
  12. 28 Sep, 2018 2 commits
  13. 25 Sep, 2018 1 commit
    • Mikkel Nygaard Ravn's avatar
      Support materializing Flutter module host app on iOS (#21276) · a600fe7f
      Mikkel Nygaard Ravn authored
      * Prototype
      
      * Fix paths to Flutter library resources
      
      * Invoke pod install as necessary for materialized modules
      
      * Add devicelab test for module use on iOS
      
      * Remove debug output
      
      * Rebase, reame materialize editable
      
      * Add devicelab test editable iOS host app
      
      * Removed add2app test section
      a600fe7f
  14. 20 Sep, 2018 2 commits
  15. 19 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 11 Sep, 2018 1 commit
  18. 06 Sep, 2018 2 commits
  19. 31 Aug, 2018 1 commit
  20. 23 Aug, 2018 1 commit
  21. 21 Aug, 2018 2 commits
  22. 18 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Revert "Track number of package dependencies in Flutter" (#20774) · 809721d0
      Ian Hickson authored
      * Revert "Deprecated CupertinoDialog in favor of a new widget called CupertinoP… (#20649)"
      
      This reverts commit 3a4ae280.
      
      * Revert "Feature pesto new recipes (#19415)"
      
      This reverts commit e2f3b3d6.
      
      * Revert "Use markdown table (#20721)"
      
      This reverts commit 82d43b95.
      
      * Revert "Documentation regarding tap gesture callbacks (#20647)"
      
      This reverts commit 3acc2785.
      
      * Revert "Add branch to footer information in flutter docs (#20711)"
      
      This reverts commit 9118d3d7.
      
      * Revert "Performance test cleanup (#20652)"
      
      This reverts commit 1993a673.
      
      * Revert "Track number of package dependencies in Flutter (#20722)"
      
      This reverts commit 03d6f18f.
      809721d0
  23. 17 Aug, 2018 2 commits
    • Ian Hickson's avatar
      03d6f18f
    • Ian Hickson's avatar
      Clean up usage of temporary directories (#20682) · 3dec6a69
      Ian Hickson authored
      All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`.
      
      I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests.
      
      While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others.
      
      Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
      3dec6a69
  24. 16 Aug, 2018 1 commit
  25. 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
  26. 13 Aug, 2018 1 commit
  27. 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
  28. 06 Aug, 2018 1 commit
  29. 04 Aug, 2018 1 commit
  30. 02 Aug, 2018 3 commits