Skip to content

Commit 9f3005c

Browse files
Manual roll Flutter from f92884c to ff4a0f6 (107 revisions) (flutter#5011)
Manual roll Flutter from f92884c to ff4a0f6 (107 revisions) Manual roll requested by [email protected] flutter/flutter@f92884c...ff4a0f6 2023-09-27 [email protected] Native assets support for Windows (flutter#134203) 2023-09-27 [email protected] ✨ `flutter config --list` (flutter#135401) 2023-09-27 [email protected] Roll Flutter Engine from 0a8ad23 to f70f65f (5 revisions) (flutter#135549) 2023-09-27 [email protected] Roll Flutter Engine from acdb364 to 0a8ad23 (5 revisions) (flutter#135527) 2023-09-27 [email protected] Revert "Switch flutter_tools to run frontend server from AOT snapshot" (flutter#135537) 2023-09-27 [email protected] [documentation] remove repeated "For example," in RenderSliverEdgeInsetsPadding documentation (flutter#135297) 2023-09-26 [email protected] [flutter_tools] fix tests with no native assets running native asset build (flutter#135474) 2023-09-26 [email protected] Allow multiple ParentDataWidgets to write to ParentData (flutter#133581) 2023-09-26 [email protected] SelectionArea long press selection overlay behavior should match native (flutter#133967) 2023-09-26 [email protected] Switch flutter_tools to run frontend server from AOT snapshot (flutter#135255) 2023-09-26 [email protected] Roll Flutter Engine from 7b989a2 to acdb364 (2 revisions) (flutter#135516) 2023-09-26 [email protected] [Windows] Add more Arm64 compile and run tests (flutter#135475) 2023-09-26 [email protected] Wait for CONFIGURATION_BUILD_DIR to update when debugging with Xcode (flutter#135444) 2023-09-26 [email protected] Roll Packages from e548ae1 to 619af75 (4 revisions) (flutter#135505) 2023-09-26 [email protected] Roll Flutter Engine from 230dfee to 7b989a2 (2 revisions) (flutter#135494) 2023-09-26 [email protected] Roll Flutter Engine from 75950dc to 230dfee (3 revisions) (flutter#135489) 2023-09-26 [email protected] Roll Flutter Engine from 6bf8067 to 75950dc (4 revisions) (flutter#135480) 2023-09-26 [email protected] Add "Frame Request Pending" lag to collected metrics (flutter#135279) 2023-09-26 [email protected] Roll Flutter Engine from 3f60657 to 6bf8067 (8 revisions) (flutter#135472) 2023-09-25 [email protected] Roll Flutter Engine from 1ae3d20 to 3f60657 (6 revisions) (flutter#135457) 2023-09-25 [email protected] [macOS,iOS] Improve CocoaPods upgrade instructions (flutter#135453) 2023-09-25 [email protected] Fix and Test Conditional Validator Behavior in FormField (flutter#132714) 2023-09-25 [email protected] [Velocity Tracker] Fix: Issue 97761: Flutter Scrolling does not match iOS; inadvertent scrolling when user lifts up finger (flutter#132291) 2023-09-25 [email protected] simulatedAccessibilityTraversal account for force merging (flutter#135178) 2023-09-25 [email protected] Roll Flutter Engine from 2c4c110 to 1ae3d20 (4 revisions) (flutter#135438) 2023-09-25 [email protected] Roll Packages from 98ebcd3 to e548ae1 (5 revisions) (flutter#135431) 2023-09-25 [email protected] Roll Flutter Engine from e6d3bac to 2c4c110 (1 revision) (flutter#135424) 2023-09-25 [email protected] Revert "Marks Linux_pixel_7pro hello_world_impeller to be unflaky" (flutter#135388) 2023-09-25 [email protected] Roll Flutter Engine from e1c1022 to e6d3bac (2 revisions) (flutter#135410) 2023-09-25 [email protected] Roll Flutter Engine from 3ea1174 to e1c1022 (2 revisions) (flutter#135403) 2023-09-25 [email protected] Roll Flutter Engine from 2daf5e7 to 3ea1174 (4 revisions) (flutter#135396) 2023-09-25 [email protected] Add a basic golden test for `CupertinoTextSelectionToolbar` (flutter#135267) 2023-09-25 [email protected] Revert "Marks Linux_samsung_a02 new_gallery__transition_perf to be unflaky" (flutter#135399) 2023-09-25 [email protected] Marks Linux_samsung_a02 new_gallery__transition_perf to be unflaky (flutter#135373) 2023-09-25 [email protected] Fix failing test at master. (flutter#135394) 2023-09-24 [email protected] Marks Linux_pixel_7pro hello_world_impeller to be unflaky (flutter#135372) 2023-09-24 [email protected] Marks Windows_android channels_integration_test_win to be unflaky (flutter#135374) 2023-09-24 [email protected] Marks Mac_ios draw_atlas_perf_ios__timeline_summary to be unflaky (flutter#134626) 2023-09-24 [email protected] Marks Mac_ios draw_vertices_perf_ios__timeline_summary to be unflaky (flutter#134625) 2023-09-24 [email protected] Marks Windows module_test to be unflaky (flutter#134121) 2023-09-24 [email protected] Marks Mac_ios dynamic_path_tessellation_perf_ios__timeline_summary to be unflaky (flutter#133128) 2023-09-24 [email protected] Marks Mac_ios draw_points_perf_ios__timeline_summary to be unflaky (flutter#127933) 2023-09-24 [email protected] Marks Linux_pixel_7pro picture_cache_perf__timeline_summary to be unflaky (flutter#134118) 2023-09-24 [email protected] Roll Flutter Engine from ee27600 to 2daf5e7 (1 revision) (flutter#135371) ... --------- Co-authored-by: Maurice Parrish <[email protected]>
1 parent 245a8a0 commit 9f3005c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f92884c7b846d0fde13a8c332ac648977fc9b631
1+
ff4a0f676f4194b19c3c298e1842e6b263e0a64c

packages/google_sign_in/google_sign_in_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlesigninexample/GoogleSignInTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88

99
import androidx.test.core.app.ActivityScenario;
1010
import io.flutter.plugins.googlesignin.GoogleSignInPlugin;
11+
import org.junit.Ignore;
1112
import org.junit.Test;
1213

1314
public class GoogleSignInTest {
1415
@Test
16+
@Ignore(
17+
"This is failing on Firebase Test Lab. See https://github.com/flutter/flutter/issues/135683")
1518
public void googleSignInPluginIsAdded() {
1619
final ActivityScenario<GoogleSignInTestActivity> scenario =
1720
ActivityScenario.launch(GoogleSignInTestActivity.class);

packages/image_picker/image_picker_android/example/android/app/src/androidTest/java/io/flutter/plugins/imagepickerexample/ImagePickerTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88

99
import androidx.test.core.app.ActivityScenario;
1010
import io.flutter.plugins.imagepicker.ImagePickerPlugin;
11+
import org.junit.Ignore;
1112
import org.junit.Test;
1213

1314
public class ImagePickerTest {
1415
@Test
16+
@Ignore(
17+
"This is failing on Firebase Test Lab. See https://github.com/flutter/flutter/issues/135683")
1518
public void imagePickerPluginIsAdded() {
1619
final ActivityScenario<ImagePickerTestActivity> scenario =
1720
ActivityScenario.launch(ImagePickerTestActivity.class);

0 commit comments

Comments
 (0)