Skip to content

[Testing] Fixed Test case failure in PR 37393 - Candidate - 2 - #38028

Merged
kubaflo merged 4 commits into
dotnet:inflight/candidatefrom
NafeelaNazhir:nafeela-aug-Candidate-fix03
Sep 3, 2026
Merged

kubaflo merged 4 commits into
dotnet:inflight/candidatefrom
NafeelaNazhir:nafeela-aug-Candidate-fix03

Conversation

@NafeelaNazhir

Copy link
Copy Markdown
Contributor

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Changes

1. Restrict MemoryLeakInFormsAppCompatActivity test on Android

  • MemoryLeakInFormsAppCompatActivity (Bugzilla40955) continuously fails in CI on Android.
  • Added [Ignore("Failing on net10 https://github.com/[net10.0] Enable back Memory leak tests on Android #27411")] under #if ANDROID to restrict the test on Android only, keeping other platforms unaffected.

2. Update stale iOS snapshot baselines

  • Updated iOS snapshot baselines that were mismatched against current rendering (iOS 18.5):
    • RadioButtonBorderCleared.png
    • RadioButtonBorderReapplied.png
    • RadioButtonBorderSet.png
    • VerifyImageWithBackgroundColorYellow.png
    • VerifyTextWhenKeyboardTypeSet.png
    • VerifyTextWhenReturnTypeSet.png

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

@Ahamed-Ali Ahamed-Ali added community ✨ Community Contribution area-testing Unit tests, device tests labels Aug 31, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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

@sheiksyedm

Copy link
Copy Markdown
Contributor

/azp run maui-pr-uitests

@azure-pipelines

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

@NafeelaNazhir
NafeelaNazhir force-pushed the nafeela-aug-Candidate-fix03 branch from 6a4918c to d6f5889 Compare September 1, 2026 11:05
@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-uitests , maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-uitests , maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

…due to testcase was failed in CI on windows platform.
@vishnumenon2684

Copy link
Copy Markdown
Contributor

/azp run maui-pr-uitests , maui-pr-devicetests

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).

@sheiksyedm
sheiksyedm marked this pull request as ready for review September 3, 2026 06:17
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

@sheiksyedm

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

@kubaflo
kubaflo merged commit 734de47 into dotnet:inflight/candidate Sep 3, 2026
163 of 172 checks passed
@github-actions github-actions Bot added this to the .NET 10 SR11 milestone Sep 3, 2026
kubaflo pushed a commit that referenced this pull request Sep 3, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

###  Changes

#### 1. Restrict MemoryLeakInFormsAppCompatActivity test on Android
- MemoryLeakInFormsAppCompatActivity (Bugzilla40955) continuously fails
in CI on Android.
- Added [Ignore("Failing on net10
#27411")] under #if ANDROID to
restrict the test on Android only, keeping other platforms unaffected.

#### 2. Update stale iOS snapshot baselines
- Updated iOS snapshot baselines that were mismatched against current
rendering (iOS 18.5):
  - RadioButtonBorderCleared.png
  - RadioButtonBorderReapplied.png
  - RadioButtonBorderSet.png
  - VerifyImageWithBackgroundColorYellow.png
  - VerifyTextWhenKeyboardTypeSet.png
  - VerifyTextWhenReturnTypeSet.png

---------

Co-authored-by: BagavathiPerumal <bagavathiperumal.a@syncfusion.com>
kubaflo pushed a commit that referenced this pull request Sep 4, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

###  Changes

#### 1. Restrict MemoryLeakInFormsAppCompatActivity test on Android
- MemoryLeakInFormsAppCompatActivity (Bugzilla40955) continuously fails
in CI on Android.
- Added [Ignore("Failing on net10
#27411")] under #if ANDROID to
restrict the test on Android only, keeping other platforms unaffected.

#### 2. Update stale iOS snapshot baselines
- Updated iOS snapshot baselines that were mismatched against current
rendering (iOS 18.5):
  - RadioButtonBorderCleared.png
  - RadioButtonBorderReapplied.png
  - RadioButtonBorderSet.png
  - VerifyImageWithBackgroundColorYellow.png
  - VerifyTextWhenKeyboardTypeSet.png
  - VerifyTextWhenReturnTypeSet.png

---------

Co-authored-by: BagavathiPerumal <bagavathiperumal.a@syncfusion.com>
@kubaflo kubaflo mentioned this pull request Sep 6, 2026
8 tasks
kubaflo pushed a commit that referenced this pull request Sep 7, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

###  Changes

#### 1. Restrict MemoryLeakInFormsAppCompatActivity test on Android
- MemoryLeakInFormsAppCompatActivity (Bugzilla40955) continuously fails
in CI on Android.
- Added [Ignore("Failing on net10
#27411")] under #if ANDROID to
restrict the test on Android only, keeping other platforms unaffected.

#### 2. Update stale iOS snapshot baselines
- Updated iOS snapshot baselines that were mismatched against current
rendering (iOS 18.5):
  - RadioButtonBorderCleared.png
  - RadioButtonBorderReapplied.png
  - RadioButtonBorderSet.png
  - VerifyImageWithBackgroundColorYellow.png
  - VerifyTextWhenKeyboardTypeSet.png
  - VerifyTextWhenReturnTypeSet.png

---------

Co-authored-by: BagavathiPerumal <bagavathiperumal.a@syncfusion.com>
kubaflo pushed a commit that referenced this pull request Sep 8, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

###  Changes

#### 1. Restrict MemoryLeakInFormsAppCompatActivity test on Android
- MemoryLeakInFormsAppCompatActivity (Bugzilla40955) continuously fails
in CI on Android.
- Added [Ignore("Failing on net10
#27411")] under #if ANDROID to
restrict the test on Android only, keeping other platforms unaffected.

#### 2. Update stale iOS snapshot baselines
- Updated iOS snapshot baselines that were mismatched against current
rendering (iOS 18.5):
  - RadioButtonBorderCleared.png
  - RadioButtonBorderReapplied.png
  - RadioButtonBorderSet.png
  - VerifyImageWithBackgroundColorYellow.png
  - VerifyTextWhenKeyboardTypeSet.png
  - VerifyTextWhenReturnTypeSet.png

---------

Co-authored-by: BagavathiPerumal <bagavathiperumal.a@syncfusion.com>
kubaflo pushed a commit that referenced this pull request Sep 9, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

###  Changes

#### 1. Restrict MemoryLeakInFormsAppCompatActivity test on Android
- MemoryLeakInFormsAppCompatActivity (Bugzilla40955) continuously fails
in CI on Android.
- Added [Ignore("Failing on net10
#27411")] under #if ANDROID to
restrict the test on Android only, keeping other platforms unaffected.

#### 2. Update stale iOS snapshot baselines
- Updated iOS snapshot baselines that were mismatched against current
rendering (iOS 18.5):
  - RadioButtonBorderCleared.png
  - RadioButtonBorderReapplied.png
  - RadioButtonBorderSet.png
  - VerifyImageWithBackgroundColorYellow.png
  - VerifyTextWhenKeyboardTypeSet.png
  - VerifyTextWhenReturnTypeSet.png

---------

Co-authored-by: BagavathiPerumal <bagavathiperumal.a@syncfusion.com>
kubaflo added a commit that referenced this pull request Sep 11, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

## What's Coming

This draft promotes the current `inflight/candidate` contents into
`main` for the .NET 10 SR11 (`10.0.110`) candidate cycle.

## Candidate Snapshot

- Initial source: `inflight/current`, followed by candidate-specific
stabilization and approved backports
- Rebased onto `main`:
[`b96aa036`](b96aa03)
- Current candidate head:
[`b643a7e3`](b643a7e)
- Final candidate commits relative to `main`: [111
commits](b96aa03...inflight/candidate)
- Rebase accounting: all 111 pre-rebase commits map exactly to 111
rebased commits, with no modified, dropped, or added patches
- Patch version: `110`
- PR #37033 remains intentionally excluded because it merged into
`inflight/current` after the initial candidate cut.

## Stabilization Since the Initial Cut

- #37669 fixes the MauiBlazorWebView device-test build.
- #37672 reverts unstable iOS and Mac Catalyst leak tests.
- #37810 reverts the iOS wrapped-scroll-content large-title change.
- #37837 completes iOS `ScrollView` requests inside collapsed branches.
- #37438 updates the first set of candidate test failures.
- #38021 fixes the Windows `ContentPresenter` device-test regression;
its patch is now supplied by `main`.
- #38096 reverts the Accelerometer weak-event change.
- #38126 backports the BlazorWebView and HybridWebView fixes.
- #38028 updates the remaining candidate test failures and stale iOS
snapshots.

## Rebase Validation

- [x] Commit accounting: 111 exact mappings with no modified, dropped,
or added patches
- [x] Independent reference merge and rebased branch have the identical
tree ID `3e10281363c889cbafd4de790911efb0ae365e2a`
- [x] BuildTasks succeeds with 0 warnings and 0 errors across the
restored Android, iOS, Mac Catalyst, and .NET targets
- [x] All 39 focused `ScrollViewUnitTests` pass
- [x] No merge commits, conflict markers, or new whitespace warnings;
the 26 existing whitespace warnings remain unchanged
- [ ] Post-rebase `maui-pr`, `maui-pr-devicetests`, and
`maui-pr-uitests` runs complete
- [ ] Candidate-only build and test failures triaged
- [ ] Release-readiness assessment completed

This PR remains a draft while candidate validation and stabilization
continue.

Co-authored-by: Jakub Florkowski <42434498+kubaflo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-testing Unit tests, device tests community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration platform/android platform/ios

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants