Uh oh!
There was an error while loading. Please reload this page.
IL cleanup - remove .module and make .assembly match source name - #62812
Conversation
ghost
commented
Dec 14, 2021
Tagging subscribers to this area: @hoyosjs Issue Details/cc @dotnet/jit-contrib
|
trylek
commented
Dec 14, 2021
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
BruceForstall
commented
Dec 15, 2021
Question: all these cleanups are nice. Will newly written tests be required to follow all the cleanup "rules"? |
trylek
commented
Dec 15, 2021
@BruceForstall - we'll definitely need to add documentation describing the new testing model in more detail. Once all tests have been converted to the new merged wrapper model, authoring a new ILPROJ test will require applying the three transformations (removing .module, making sure .assembly matches the file and adding the [Fact] attribute on main), otherwise the test simply won't work (the Roslyn source generator cannot locate its entrypoint). |
/cc @dotnet/jit-contrib