dotnet / dotnet/runtime

[wasm][coreclr] native relinking for runtime tests

Open
#123,946 4 comments 2 reactions 3 assignees Claimed by @pavelsavara View on GitHub
arch-wasm area-Infrastructure
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

Some of the runtime tests need linking with native code. For example `JIT/jit64/jit64_1` tests.

They contain PInvokes to the code through `[DllImport(...)]`.

They will need to be relinked, either with corerun or corehost parts. We should also update the run scripts.

Some of the affected tests:
- [ ] https://github.com/dotnet/runtime/issues/124219

Disabled tests
- https://github.com/dotnet/runtime/pull/125062

Depends on https://github.com/dotnet/runtime/issues/123670

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.