- 28 Jul, 2021 1 commit
-
- 27 Jul, 2021 2 commits
-
-
Tong Mu authored
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 26 Jul, 2021 1 commit
-
-
Darren Austin authored
-
- 21 Jul, 2021 2 commits
-
-
Tong Mu authored
This PR fixes several bugs related to live tests, adds more tests, and completes the documentation of several methods related to pointer events.
- 20 Jul, 2021 1 commit
-
-
Kate Lovett authored
Revert "Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (#86449)" (#86730) This reverts commit cd78190b.
-
- 19 Jul, 2021 1 commit
-
-
Tong Mu authored
This PR fixes several bugs related to live tests, adds more tests, and completes the documentation of several methods related to pointer events.
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 01 Jul, 2021 1 commit
-
-
Greg Spencer authored
This reverts commit b5f9612c because it is taking about 40% longer to run the tests, which is causing timeouts.
-
- 29 Jun, 2021 1 commit
-
-
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.
-
- 19 Jun, 2021 1 commit
-
-
Andrew Wilson authored
-
- 04 Jun, 2021 2 commits
-
-
Sam Rawlins authored
-
Alexandre Ardhuin authored
-
- 02 Jun, 2021 1 commit
-
-
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.
-
- 22 Apr, 2021 2 commits
-
-
Greg Spencer authored
This adds a "three point" cubic curve that combines two cubic curves into one curve, where the control points are all in the same coordinate system. It's called "three point" because it incorporates a middle point that the curve runs through, and that point is in addition to the existing implicit (0,0) and (1,1) points that a Curve already has. I also added an example of this curve, which is just a more emphasized version of the easeInOutCubic.
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 17 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 08 Apr, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 Apr, 2021 1 commit
-
-
xubaolin authored
-
- 11 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 27 Jan, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Jonah Williams authored
[flutter] throw more specific error messages if a lerp'd type does not conform to Tween API (#74684)
-
- 09 Dec, 2020 1 commit
-
-
houyushan authored
-
- 08 Dec, 2020 1 commit
-
-
houyushan authored
Fix the duration assertion error for the _animateToInternal method and refine the error description (#71137)
-
- 18 Oct, 2020 1 commit
-
-
nt4f04uNd authored
-
- 15 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 05 Oct, 2020 1 commit
-
-
Tong Mu authored
* Migrate
-
- 31 Aug, 2020 2 commits
-
-
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.
-
- 10 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-