1. 30 Aug, 2021 1 commit
  2. 16 Aug, 2021 1 commit
  3. 27 Jul, 2021 1 commit
  4. 20 Jul, 2021 1 commit
  5. 15 Jul, 2021 1 commit
  6. 14 Jul, 2021 3 commits
  7. 13 Jul, 2021 2 commits
  8. 01 Jul, 2021 1 commit
  9. 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
  10. 02 Jun, 2021 1 commit
  11. 13 May, 2021 1 commit
  12. 28 Apr, 2021 1 commit
  13. 25 Mar, 2021 1 commit
  14. 23 Mar, 2021 1 commit
  15. 02 Mar, 2021 1 commit
  16. 16 Feb, 2021 1 commit
  17. 23 Jan, 2021 1 commit
  18. 25 Nov, 2020 1 commit
  19. 20 Nov, 2020 1 commit
  20. 12 Nov, 2020 1 commit
  21. 26 Oct, 2020 1 commit
  22. 21 Oct, 2020 1 commit
  23. 09 Oct, 2020 1 commit
  24. 08 Oct, 2020 1 commit
  25. 27 Sep, 2020 1 commit
  26. 31 Aug, 2020 1 commit
    • 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
  27. 08 Aug, 2020 1 commit
  28. 05 Aug, 2020 1 commit
  29. 28 Jul, 2020 1 commit
  30. 23 Jul, 2020 1 commit
  31. 16 Jul, 2020 1 commit
    • Todd Volkert's avatar
      Allow transparent barrierColor in showDialog methods (#61516) · e2cdc9f9
      Todd Volkert authored
      `showDialog()` and `showGeneralDialog()` were allowing transparent
      colors but then triggering an assertion down the stack while building
      the modal barrier. The assertion existed to keep from animating from
      transparent to transparent, but there's no need for the assertion,
      since we can just treat the transparent case as the same as the null
      case -- no animation necessary.
      e2cdc9f9
  32. 15 Jul, 2020 1 commit
    • Todd Volkert's avatar
      Add defaults to `showGeneralDialog()` (#61503) · 0d2421d5
      Todd Volkert authored
      The function passes most of its arguments through to
      `_DialogRoute`, but it wasn't providing the default
      values that `_DialogRoute` was, causing it to override
      the defaults will null values.
      0d2421d5
  33. 25 Jun, 2020 1 commit
  34. 24 Jun, 2020 1 commit
  35. 18 Jun, 2020 1 commit
  36. 11 Jun, 2020 2 commits