[wasm][coreclr] native relinking for runtime tests
Open
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
Assessment
This issue has not been assessed yet.