Skip to content

[release/11.0-rc1] Disable ContextualReflection test on browser wasm - #132567

Merged
lewing merged 1 commit into
release/11.0-rc1from
backport/pr-132491-to-release/11.0-rc1
Aug 20, 2026
Merged

[release/11.0-rc1] Disable ContextualReflection test on browser wasm#132567
lewing merged 1 commit into
release/11.0-rc1from
backport/pr-132491-to-release/11.0-rc1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Backport of #132491 to release/11.0-rc1

/cc @lewing @davidwrighton

Customer Impact

  • Customer reported
  • Found internally

[Select one or both of the boxes. Describe how this issue impacts customers, citing the expected and actual behaviors and scope of the issue. If customer-reported, provide the issue number.]

Regression

  • Yes
  • No

[If yes, specify when the regression was introduced. Provide the PR or commit if known.]

Testing

[How was the fix verified? How was the issue missed previously? What tests were added?]

Risk

[High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]

IMPORTANT: If this backport is for a servicing release, please verify that:

  • For .NET 8 and .NET 9: The PR target branch is release/X.0-staging, not release/X.0.
  • For .NET 10+: The PR target branch is release/X.0 (no -staging suffix).

Package authoring no longer needed in .NET 9

IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.

Disable `Loader/ContextualReflection/ContextualReflection.csproj` for
the CoreCLR browser target while the current browser WASM failure is
being fixed.

The condition matches existing Loader test exclusions and leaves the
test enabled on other platforms and runtime flavors.

Failure:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=1556516&view=logs&jobId=33e61842-dc67-597b-7c8a-3f9fed635f50&j=33e61842-dc67-597b-7c8a-3f9fed635f50&t=5acdffa7-c2c6-5987-ba0a-609e87f6a40b

Validation:
- `CLRTestTargetUnsupported=true` for `RuntimeFlavor=coreclr`,
`TargetOS=browser`
- Property remains unset for `RuntimeFlavor=coreclr`, `TargetOS=windows`
- `src\tests\build.cmd -Test
Loader\ContextualReflection\ContextualReflection.csproj x64 checked`

> [!NOTE]
> This pull request description was generated with GitHub Copilot.

Copilot-Session: fc7bc3bf-05c6-4992-9637-92b700491ec8
@lewing
lewing requested review from davidwrighton and jkotas and a lite review from Copilot August 20, 2026 15:16
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
13 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR disables the Loader/ContextualReflection test project for the CoreCLR browser (WASM) target by setting CLRTestTargetUnsupported=true under an MSBuild condition, aligning with existing src/tests patterns for excluding unsupported CoreCLR browser tests.

Changes:

  • Mark ContextualReflection.csproj as unsupported when RuntimeFlavor=coreclr and TargetOS=browser.
  • Add an ActiveIssue comment linking the tracking issue for the exclusion.

@lewing

lewing commented Aug 20, 2026

Copy link
Copy Markdown
Member

/ba-g fast merge test disabling

@steveisok steveisok added the Servicing-approved Approved for servicing release label Aug 20, 2026
@lewing
lewing merged commit be80e4c into release/11.0-rc1 Aug 20, 2026
37 of 93 checks passed
@lewing
lewing deleted the backport/pr-132491-to-release/11.0-rc1 branch August 20, 2026 15:37
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-rc1 milestone Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Infrastructure Servicing-approved Approved for servicing release

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants