-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable IlasmRoundTrip tests for merged tests #93368
Conversation
Tagging subscribers to this area: @hoyosjs Issue Detailsnull
|
I got the roundtrips working for windows, but re-enabling the roundtrip tests, we have some failures: https://dev.azure.com/dnceng-public/public/_build/results?buildId=437210&view=ms.vss-test-web.build-test-results-tab&runId=9719900&resultId=120758&paneView=debug I'll consider disabling these tests in roundtrips so we can move this PR forward. I'll see how bad the failures are. |
@dotnet/jit-contrib This is ready again, see results: https://dev.azure.com/dnceng-public/public/_build/results?buildId=444219&view=results |
@markples this is ready again. Results: https://dev.azure.com/dnceng-public/public/_build/results?buildId=449897&view=results Definitely removing the execution test made it go a lot faster. |
I'm happy seeing some of that old code go away. Thanks for the changes. |
Failures are unrelated:
merging |
Added a simple python script that gets generated in the merged test projects that handles roundtripping.
This also adds a very simple tool to check assemblies if they are managed and/or debug assemblies.