1. 14 Jul, 2021 1 commit
  2. 12 Jul, 2021 2 commits
  3. 05 Jun, 2021 1 commit
  4. 21 Apr, 2021 1 commit
  5. 11 Feb, 2021 1 commit
    • godofredoc's avatar
      Add flutter update packages to some tests. (#75530) · a0e86814
      godofredoc authored
      * Add flutter update packages to some tests.
      
      Analyzer_benchmark and flutter_test_performance require to pub get
      multiple directories. Rather than delegating the recipes to run flutter
      update-packages we explicitly running on tests that need it.
      
      Bug: https://github.com/flutter/flutter/issues/75524
      
      * Add pub get directly on the analyis classes.
      
      * Run flutter get in dev/tools.
      
      * Fix directory path.
      
      * Add more dependency directories.
      
      * Fix typo.
      
      * Add more dependencies.
      
      * Add stocks dependency.
      
      * Fix paths to some apps.
      
      * Add more dependencies.
      
      * Complete dependencies definition.
      
      * More analysis dependencies.
      
      * Add examples dependencies.
      
      * Dev tool dependencies.
      
      * Use update-packages for analyzer benchmark.
      a0e86814
  6. 08 Jan, 2021 1 commit
    • jensjoha's avatar
      [dev] Don't use await for on stdout and stdin; pass local engine argument (#72136) · 5bc725be
      jensjoha authored
      * [dev] Don't use await for on stdout and stdin; pass local engine argument
      
      1) Don't use await for on stdout followd by await for on stderr.
         This can cause nothing to happen. E.g. if one didn't do something
         like `flutter pub upgrade` dev/automated_tests and the version in the
         old one was pre-nnbd (but flutter itself use lots of nnbd stuff) lots
         of errors would be emitted, but because we basically only listen to
         stdout nothing will happen (deadlock once stderr buffer runs out).
         Note that it still awaits the exit-code below.
      2) Pass --local-engine (if given) so there won't be any crashes because
         of that.
      5bc725be
  7. 23 Oct, 2020 2 commits
  8. 07 Oct, 2020 1 commit
  9. 28 May, 2020 1 commit
  10. 25 Feb, 2020 1 commit
    • Nate Bosch's avatar
      Don't use a default test randomize ordering seed (#51018) · 9228b87e
      Nate Bosch authored
      Fixes #51010
      
      The test package differentiates between passing and not passing this
      argument. A previous version had a bug that treated passing `0`
      identically to not passing the argument, and the flutter test runner
      relied on this bug by always passing a value and using a default of `0`.
      
      - Remove the argument defaults throughout to make it clear that `null`
        is a valid value and the default.
      - Remove the argument defaulting on the argument parser.
      - Update the wording of the usage for this argument, this will also be
        updated on the `package:test` side.
      9228b87e
  11. 18 Feb, 2020 1 commit
  12. 07 Jan, 2020 1 commit
  13. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  14. 09 Nov, 2019 1 commit
  15. 12 Sep, 2019 1 commit
  16. 25 May, 2019 1 commit
  17. 21 May, 2019 1 commit
  18. 30 Mar, 2019 1 commit
  19. 01 Oct, 2018 1 commit
  20. 12 Sep, 2018 1 commit
  21. 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
  22. 27 Jun, 2018 1 commit