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:
Disabled tests
Depends on #123670
Some of the runtime tests need linking with native code. For example
JIT/jit64/jit64_1tests.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:
Disabled tests
Depends on #123670