Skip to content

Conversation

@vitek-karas
Copy link
Member

On mobile runtimes AssemblyDependencyResolver is not implement and throws. Tests which rely on it will fail. Disabling two new tests which are hitting this condition.

On mobile runtimes AssemblyDependencyResolver is not implement and throws. Tests which rely on it will fail.
Disabling two new tests which are hitting this condition.
@vitek-karas vitek-karas self-assigned this Sep 17, 2025
Copilot AI review requested due to automatic review settings September 17, 2025 09:14
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 PR disables tests that rely on AssemblyDependencyResolver on mobile platforms where this functionality is not implemented. The change updates platform-specific test conditions to use the broader "mobile" category instead of just "browser" platforms.

  • Updates platform detection conditions from browser-specific to mobile-specific
  • Disables two TypeDescriptor tests that require AssemblyDependencyResolver on mobile platforms
  • Ensures consistent platform handling across test conditions and actual test logic

@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 Sep 17, 2025
@vitek-karas vitek-karas added os-android area-AssemblyLoader-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 Sep 17, 2025
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

@vitek-karas vitek-karas merged commit 2f5ffda into dotnet:main Sep 18, 2025
86 of 88 checks passed
@vitek-karas vitek-karas deleted the asmdepresolver_test_mobile branch September 18, 2025 16:33
xtqqczze pushed a commit to xtqqczze/dotnet-runtime that referenced this pull request Sep 20, 2025
…net#119801)

On mobile runtimes AssemblyDependencyResolver is not implement and throws. Tests which rely on it will fail.
Disabling two new tests which are hitting this condition.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants