- 18 Aug, 2021 7 commits
-
-
Jenn Magder authored
-
Michael Goderbauer authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Kate Lovett authored
-
Anna Gringauze authored
-
Jenn Magder authored
This reverts commit a1ae4fea.
-
- 17 Aug, 2021 16 commits
-
-
chunhtai authored
-
engine-flutter-autoroll authored
-
Alexandre Daigle authored
-
Taha Tesser authored
-
Alex Li authored
-
Zachary Anderson authored
Revert "Refactor iOS integration_test API to support Swift, dynamically add native tests (#88013)" (#88377) This reverts commit 9e3de9a3.
-
Zachary Anderson authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
d58036f45 [quick_actions] Android support only calling initialize once (flutter/plugins#4204) (#88363)
-
Swiftaxe authored
-
engine-flutter-autoroll authored
-
Todd Volkert authored
-
Jonah Williams authored
-
Emmanuel Garcia authored
This reverts commit b586695c.
-
Emmanuel Garcia authored
* Bump to Gradle 7 and use Open JDK 11 * Add caches * Fixes * Remove org.gradle.java.home
-
engine-flutter-autoroll authored
-
- 16 Aug, 2021 17 commits
-
-
Christopher Fujino authored
-
Dan Field authored
-
Gary Qian authored
-
Dan Field authored
-
Jason Simmons authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
xubaolin authored
-
LongCatIsLooong authored
-
Kaushik Iska authored
-
engine-flutter-autoroll authored
-
YeungKC authored
Consolidate duplicated cut/copy/paste/selectall code so it can be done via Actions in the future.
-
Flutter GitHub Bot authored
-
Jenn Magder authored
-
Swiftaxe authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> The TapGestureRecognizer in the test named 'TapGestureRecognizer _sentTapDown toString' was not disposed, which was breaking a couple of other tests. This worked fine when not shuffling the tests as the test was executed last.
-
Swiftaxe authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> Fixes test/animation/animation_controller_test.dart in #85160 Problem: The test 'animateTo can deal with duration == Duration.Zero' was failing with the following error: Expected: <0> Actual: <5> Expected no animation. package:test_api expect package:flutter_test/src/widget_tester.dart 484:3 expect test/animation/animation_controller_test.dart 511:5 main. Following line finds 5 transientCallbacks scheduled, while expecting zero, if shuffled with seed 123: expect(SchedulerBinding.instance!.transientCallbackCount, equals(0), reason: 'Expected no animation.'); This is caused by some other test leaving transientCallbacks scheduled. Fix: By disposing the AnimationController after each test, the transientCallbacks get cleaned up. I chose to dispose all controllers in every test, to make sure there is no risk of leaks.
-