1. 19 Sep, 2019 1 commit
  2. 21 Aug, 2019 1 commit
  3. 13 Aug, 2019 1 commit
    • David Shuckerow's avatar
      Tests for `flutter test [some_directory]` (#36866) · 9615eb99
      David Shuckerow authored
      * Add a test for a directory instead of a single test.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Add test data to a child directory to test the command.
      
      * Correct test.
      9615eb99
  4. 09 Aug, 2019 2 commits
  5. 01 Aug, 2019 1 commit
    • Tong Mu's avatar
      Split Mouse from Listener (#36217) · 5bb8d8fc
      Tong Mu authored
      - Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility.
      - Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
      5bb8d8fc
  6. 16 Jul, 2019 1 commit
  7. 09 Jul, 2019 1 commit
  8. 28 May, 2019 1 commit
  9. 01 May, 2019 1 commit
  10. 29 Mar, 2019 1 commit
  11. 06 Nov, 2018 2 commits
  12. 04 Oct, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 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
  15. 18 Jun, 2018 1 commit
  16. 04 Jun, 2018 1 commit
    • Ian Hickson's avatar
      Be less verbose in the logs. (#17401) · e3427550
      Ian Hickson authored
      Now that we have thousands of tests, it doesn't make sense to display a separate line for each test. The result is just megabytes of logs that you have to scrub through to find error messages.
      e3427550
  17. 29 May, 2018 1 commit
  18. 28 May, 2018 2 commits
  19. 24 May, 2018 2 commits
  20. 20 Apr, 2018 2 commits
  21. 16 Apr, 2018 2 commits
  22. 16 Mar, 2018 1 commit
  23. 10 Feb, 2018 1 commit
  24. 18 Jan, 2018 1 commit
  25. 09 Dec, 2017 1 commit
  26. 22 Oct, 2017 1 commit
  27. 07 Oct, 2017 1 commit
  28. 04 Aug, 2017 1 commit
  29. 30 Jun, 2017 1 commit
  30. 13 Apr, 2017 1 commit
  31. 12 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Fix tests to use Ahem, and helpful changes around that (#9332) · 2a545243
      Ian Hickson authored
      * Fix tests to use Ahem, and helpful changes around that
      
      - Fix fonts that had metric-specific behaviours.
      
      - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed
        to LiveTestWidgetsFlutterBinding.framePolicy.
      
      - LiveTestWidgetsFlutterBinding now defaults to using a frame policy
        that pumps slightly more frames, to animate the pointer crosshairs.
      
      - Added "flutter run --use-test-fonts" to enable Ahem on devices.
      
      - Changed how idle() works to be more effective in live mode.
      
      - Display the test name in live mode (unless ahem fonts are enabled).
      
      - Added a toString to TextSelectionPoint.
      
      - Style nit fixes.
      
      * Roll engine to get Ahem changes.
      
      * Update tests for dartdoc changes.
      
      * Fix flutter_tools tests
      2a545243
  32. 07 Apr, 2017 1 commit
  33. 03 Feb, 2017 1 commit
  34. 31 Jan, 2017 1 commit
    • Ian Hickson's avatar
      Make tests more resilient to timing. (#7753) · b257f6ea
      Ian Hickson authored
      These tests would fail sometimes when run locally. Since they happen
      to also be the ones that are flaky on bots, maybe there's some
      relationship, even though the failure mode on bots is different. In
      any case, this removes a variable.
      b257f6ea