Skip to content

Conversation

@kotlarmilos
Copy link
Member

Description

This PR adds platform-specific skip for iOS/tvOS in NamedPipeClientStream test and disables HugeArray1 with tracking issue.

… and update HugeArray1 project file with tracking issue
Copilot AI review requested due to automatic review settings November 3, 2025 11:12
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 3, 2025
@kotlarmilos kotlarmilos added area-Infrastructure-mono os-ios Apple iOS and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 3, 2025
@kotlarmilos kotlarmilos added this to the 11.0.0 milestone Nov 3, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request adds platform-specific test exclusions to improve test reliability on iOS/tvOS and the Mono interpreter. The changes disable specific tests that fail due to platform limitations related to domain socket path lengths and a JIT test that doesn't work correctly under the Mono interpreter.

  • Disables a JIT optimization test (HugeArray1) on Mono interpreter due to a known issue
  • Skips a named pipe test on iOS/tvOS that exceeds domain socket path length limits

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/tests/JIT/jit64/opt/cse/HugeArray1.csproj Disables project build for Mono interpreter runtime with tracking issue reference
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CreateClient.cs Adds platform skip attribute for iOS/tvOS to avoid domain socket path length issue

@kotlarmilos
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kotlarmilos
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kotlarmilos
Copy link
Member Author

/ba-g Android queue timeouts dotnet/dnceng#3008

@kotlarmilos kotlarmilos merged commit 119baa9 into dotnet:main Nov 4, 2025
157 of 174 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants