You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native AOT doesn't support loading a test assembly from disk. To run the library tests on apple mobile platforms with Native AOT, it is required to implement the XHarness test discovery/running without the XunitFrontController, similar to the ThreadlessXunitRunner in XHarness or SingleFileTestRunner in the runtime.
Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.
Issue Details
Description
Native AOT doesn't support loading a test assembly from disk. To run the library tests on apple mobile platforms, it is required to implement the XHarness test discovery/running without the XunitFrontController.
Native AOT doesn't support loading a test assembly from disk. To run the library tests on apple mobile platforms, it is required to implement the XHarness test discovery/running without the XunitFrontController.
kotlarmilos
changed the title
Implement XHarness test discovery/running without the XunitFrontController
[infra] Implement XHarness test discovery/running without the XunitFrontController
Sep 11, 2023
Description
Native AOT doesn't support loading a test assembly from disk. To run the library tests on apple mobile platforms with Native AOT, it is required to implement the XHarness test discovery/running without the XunitFrontController, similar to the ThreadlessXunitRunner in XHarness or SingleFileTestRunner in the runtime.
Repro steps
The text was updated successfully, but these errors were encountered: