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
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
The CoreCLR tests are distributed as a zip of pre-compiled assemblies. We unzip this and pass the contents of each tests' folder to ILC as input assemblies. Some tests contain native binary DLLs, though, and ILC fails to load these, failing the test.
For now we have a work-around in the ILC front-end that skips native binaries. Long term we should not even pass these in to ILC.
This was not a problem until PR #2765 which requires us to specify inputs as inputs, not references. In multi-module mode, references are not compiled at all.
The CoreCLR tests are distributed as a zip of pre-compiled assemblies. We unzip this and pass the contents of each tests' folder to ILC as input assemblies. Some tests contain native binary DLLs, though, and ILC fails to load these, failing the test.
For now we have a work-around in the ILC front-end that skips native binaries. Long term we should not even pass these in to ILC.
This was not a problem until PR #2765 which requires us to specify inputs as inputs, not references. In multi-module mode, references are not compiled at all.