1. 28 Jul, 2021 1 commit
  2. 27 Jul, 2021 2 commits
  3. 26 Jul, 2021 1 commit
  4. 21 Jul, 2021 2 commits
  5. 20 Jul, 2021 1 commit
  6. 19 Jul, 2021 1 commit
  7. 15 Jul, 2021 1 commit
  8. 14 Jul, 2021 3 commits
  9. 13 Jul, 2021 2 commits
  10. 01 Jul, 2021 1 commit
  11. 29 Jun, 2021 1 commit
    • Greg Spencer's avatar
      Randomize Framework tests, opt out some tests that currently fail. (#85159) · b5f9612c
      Greg Spencer authored
      This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.
      
      To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
      b5f9612c
  12. 19 Jun, 2021 1 commit
  13. 04 Jun, 2021 2 commits
  14. 02 Jun, 2021 1 commit
    • Tong Mu's avatar
      Test WidgetTester handling test pointers (#83337) · e3da1bd7
      Tong Mu authored
      Adds tests to the following behaviors, which have existed without tests:
      
      - When tapping during live testing, a message is printed with widgets that contain the tap location.
      - When tapping during live testing, a mark is displayed on screen on the tap location.
      e3da1bd7
  15. 22 Apr, 2021 2 commits
  16. 21 Apr, 2021 1 commit
  17. 17 Apr, 2021 1 commit
  18. 08 Apr, 2021 1 commit
  19. 07 Apr, 2021 1 commit
  20. 11 Mar, 2021 1 commit
  21. 06 Mar, 2021 1 commit
  22. 29 Jan, 2021 1 commit
  23. 27 Jan, 2021 2 commits
  24. 09 Dec, 2020 1 commit
  25. 08 Dec, 2020 1 commit
  26. 18 Oct, 2020 1 commit
  27. 15 Oct, 2020 1 commit
  28. 05 Oct, 2020 1 commit
  29. 31 Aug, 2020 2 commits
    • Chris Bracken's avatar
      Prefer moreOrLessEquals over closeTo (#64915) · c0ea00ed
      Chris Bracken authored
      Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from
      the `matcher` package:
      
         * It emits the epsilon value in the test result on failure.
         * It uses a named parameter for epsilon, which improves readability
           at the call site.
         * It has a reasonable default for epsilon in cases where something
           more specific isn't required.
      
      Using it also has the nice property that it aids in its own discovery
      when when people go looking for such functionality in new tests.
      
      This change also includes a couple unrelated whitespace formatting cleanups.
      c0ea00ed
    • Chris Bracken's avatar
      Prefer moreOrLessEquals to closeTo (#64914) · c935a448
      Chris Bracken authored
      moreOrLessEquals is the preferred mechanism for checking that a value is
      within some error bound epsilon, with default value for epsilon of
      precisionErrorTolerance.
      
      This patch replaces instances of closeTo using precisionErrorTolerance.
      c935a448
  30. 10 Jul, 2020 1 commit
  31. 11 Jun, 2020 1 commit