1. 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
  2. 20 Aug, 2019 1 commit
    • James D. Lin's avatar
      Instrument pending timers in tests (#37646) · b2f8d3a6
      James D. Lin authored
      Flutter widget tests assert if a test completes with timers still
      pending.  However, it can be hard to diagnose where a pending timer
      came from.  For example, a widget might consume a third-party library
      that internally uses a timer.
      
      I added a FakeAsync.pendingTimersDebugInfo getter to quiver
      (https://github.com/google/quiver-dart/pull/500).  Make flutter_test
      use it.
      
      Additionally modify Flutter's debugPrintStack to take an optional
      StackTrace argument instead of always printing StackTrace.current.
      
      Fixes #4237.
      b2f8d3a6
  3. 13 Jun, 2019 1 commit
  4. 12 Sep, 2018 1 commit
  5. 12 Aug, 2018 1 commit
  6. 27 Jul, 2018 1 commit
  7. 20 Jul, 2018 1 commit
  8. 11 Jun, 2018 1 commit
    • Ian Hickson's avatar
      More flexible timeout logic in flutter_test (#18256) · dac2ebf0
      Ian Hickson authored
      This should reduce the number of flakes without actually increasing
      the timeout, so we'll still find out quickly if a test is hanging.
      
      The numbers here might need tweaking. Maybe the default two seconds is
      too short for CI bots.
      dac2ebf0
  9. 18 May, 2018 1 commit
    • Todd Volkert's avatar
      Add support for custom test error reporters (#17727) · 1808ac33
      Todd Volkert authored
      This allows test environments other than `flutter test` to have a hook
      into the test exception reporting. Some test environments, for example,
      don't just dump error details to the console, but rather require them
      to be reported to a separate server.
      1808ac33
  10. 04 May, 2018 2 commits
  11. 18 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Fix tests (#12132) · 88cd043d
      Ian Hickson authored
      Fixes some tests that weren't aggressively catching exceptions.
      Fixes some actual failures that were found because of this.
      Tries to fix an intermittent failure with crash1_test.dart which could be a race condition.
      88cd043d
  12. 08 Feb, 2017 1 commit
  13. 15 Dec, 2016 1 commit
  14. 17 May, 2016 1 commit
    • Ian Hickson's avatar
      Fix tests (#3977) · f284c1a0
      Ian Hickson authored
      Also, make sure that broken tests actually break the bots.
      
      And add a test to make sure that keeps happening.
      f284c1a0