Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Skip test that crashes platform #34675

Merged
merged 2 commits into from
Jul 14, 2022
Merged

Skip test that crashes platform #34675

merged 2 commits into from
Jul 14, 2022

Conversation

dnfield
Copy link
Contributor

@dnfield dnfield commented Jul 14, 2022

Fixes flutter/flutter#107667

Skips test that intentionally creates a vastly oversized platform view using the Virtual Display backend, which causes a crash.

This test was made flaky by #34414

We can't safely run it until the underlying issue is fixed - the suggestion I gave @blasten turned out to cause unintended regressions.

@dnfield dnfield requested review from cyanglaz and zanderso July 14, 2022 21:09
@Test
public void testPlatformViewLargerThanDisplaySize() throws Exception {
// Regression test for https://github.com/flutter/flutter/issues/2897.
// Regression test for https://github.com/flutter/flutter/issues/28978.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drive by - the issue number was wrong here, fixing it.

@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 14, 2022
@auto-submit
Copy link
Contributor

auto-submit bot commented Jul 14, 2022

  • The status or check suite Linux Android Emulator Tests has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Jul 14, 2022
@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 14, 2022
@skia-gold
Copy link

Gold has detected about 8 new digest(s) on patchset 2.
View them at https://flutter-engine-gold.skia.org/cl/github/34675

Copy link
Contributor

@cyanglaz cyanglaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Sorry I should have caught this in my original PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scenario App Integration Tests on Linux Android Emulator Tests are flaky
4 participants