Skip to content

Revert - Fix Android stale ContainerView root leak #35372 - #36152

Merged
kubaflo merged 1 commit into
dotnet:inflight/candidatefrom
TamilarasanSF4853:revert-35372
Jun 30, 2026
Merged

Revert - Fix Android stale ContainerView root leak #35372#36152
kubaflo merged 1 commit into
dotnet:inflight/candidatefrom
TamilarasanSF4853:revert-35372

Conversation

@TamilarasanSF4853

Copy link
Copy Markdown
Contributor

On Android, control device test cases are failing in the candidate PR #35716 in CI, but it is not showing which tests are failing. When checking locally, the SwappingDetailPageWorksForSplitFlyoutBehavior test crashed. After reverting PR #35372, the SwappingDetailPageWorksForSplitFlyoutBehavior test no longer crashed. To confirm this, the changes from PR #35372 were reverted to identify the cause of the failures.

Note: Do not merge this PR

@dotnet-policy-service dotnet-policy-service Bot added the community ✨ Community Contribution label Jun 26, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hey there @@TamilarasanSF4853! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service Bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jun 26, 2026
@sheiksyedm

Copy link
Copy Markdown
Contributor

/azp run maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@sheiksyedm sheiksyedm closed this Jun 26, 2026
@sheiksyedm sheiksyedm reopened this Jun 30, 2026
@sheiksyedm sheiksyedm changed the title [Testing] Revert - Fix Android stale ContainerView root leak #35372 Revert - Fix Android stale ContainerView root leak #35372 Jun 30, 2026
@sheiksyedm
sheiksyedm marked this pull request as ready for review June 30, 2026 06:20
@sheiksyedm
sheiksyedm requested a review from kubaflo June 30, 2026 06:20
@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@kubaflo
kubaflo merged commit 46a0364 into dotnet:inflight/candidate Jun 30, 2026
45 checks passed
@github-actions github-actions Bot added this to the .NET 10 SR9 milestone Jun 30, 2026
PureWeen pushed a commit that referenced this pull request Jul 6, 2026
…ss-repo refs

Round-2 adversarial review surfaced two verified false-green paths in the
closed-fix-unlinked Tier-3 classifier:

1. Manual/hand-authored reverts (e.g. #36152 reverting #35372) carry neither
   GitHub's quoted 'Revert "..."' subject nor a 'This reverts commit <sha>'
   body line, so Get-RevertedPrFromSubject returned null. revertedPrSet then
   recorded only the revert PR; the reverted fix's original commit still
   satisfied the on-branch gate, and a 'fixed by #35372' comment on a CLOSED
   issue was falsely de-noised. Add a third, anchored pattern for the
   'Revert - <title> #N (#M)' form that recovers the reverted PR (#N) while
   never returning the revert's own trailing (#M).

2. Scheme-less cross-repo paths ('dotnet/runtime/pull/N', no github.com host,
   no #) matched the bare 'pull/' alternative and were mistaken for maui#N.
   Add a 'pathrepo' owner/repo group before the bare 'pull/' alternative and
   skip when it names a foreign repo; same-repo scheme-less paths are still
   accepted.

Adds 6 regression tests (4 revert-subject, 2 scheme-less cross-repo). Suite 824/0.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@sheiksyedm sheiksyedm linked an issue Jul 7, 2026 that may be closed by this pull request
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-window Window community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration platform/android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Android: Stale ContainerView retains replaced FlyoutPage graph

5 participants