- 31 Aug, 2020 4 commits
-
-
Dan Field authored
b/150295238 has been resolved for a while now.
-
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.
-
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.
-
Chris Bracken authored
Several of our tests make use of numbers without an exact floating point representation (frequently 0.x where x!=5) which, when scaled, also scale the error. The end result is that some of these tests currently implicitly rely on an implementation detail of floating point math and are sensitive to differences in the ~15th decimal place. This patch reduces the sensitivity of some of these tests, checking values using `moreOrLessEquals` from the flutter_test package rather than requiring en exact match.
-
- 29 Aug, 2020 1 commit
-
-
LongCatIsLooong authored
Reland "Prevent viewport.showOnScreen from scrolling the viewport if the specified Rect is already visible. (#56413)" reverted in #64091 (#64513)
-
- 28 Aug, 2020 8 commits
-
-
callumsteele4 authored
-
gaowanqiu authored
-
xubaolin authored
-
Broccolism authored
-
Broccolism authored
-
Paul Berry authored
-
xubaolin authored
-
Justin McCandless authored
-
- 27 Aug, 2020 8 commits
-
-
Matt Carroll authored
-
chunhtai authored
-
Ian Hickson authored
-
Ming Lyu (CareF) authored
-
Mouad Debbar authored
-
younghwan authored
-
Haeseok Lee authored
-
Alexander Brusher authored
-
- 26 Aug, 2020 4 commits
-
-
Remi Rousselet authored
* Use a LinkedList in ChangeNotifier implementation to take O(N^2) notification time to O(N)
-
Jonah Williams authored
Revert "Reland: Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64498)" (#64652) This reverts commit 54e2a0e6.
-
Ian Hickson authored
-
Dan Field authored
-
- 25 Aug, 2020 6 commits
-
-
Greg Spencer authored
-
LongCatIsLooong authored
This reverts commit 0ab5ecc8.
-
chunhtai authored
-
Mouad Debbar authored
-
LongCatIsLooong authored
-
Jonah Williams authored
Reland: Increase threshold for usage of compute for utf8 decoding on large strings to 50 KB (#64498)
-
- 24 Aug, 2020 9 commits
-
-
xubaolin authored
* fix bug when tap ListTitle when tristate enable #63846 * fix bug when tap ListTitle when tristate enable #63846 * code style * improve the unit test case * bow to convention
-
Hans Muller authored
-
Hans Muller authored
-
Todd Volkert authored
* Add GestureDetector.onDoubleTapDown() * Review comments
-
LongCatIsLooong authored
-
Apurv Jha authored
-
Alex Li authored
-
Jonah Williams authored
Removes more mockito to unblock migration of all tests to sound null safety. #62886
-
David Reveman authored
-