-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
WIP: Enable CoreClr runtime tests on Mono Windows x64. #47526
WIP: Enable CoreClr runtime tests on Mono Windows x64. #47526
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
b769e47
to
d6d4621
Compare
d6d4621
to
02228a5
Compare
Many of the failures in Runtime Windows x64 release is due to issue addressed in #47705. |
Taking fix from #47705 on a test drive. |
Test run now includes tests that are failing on Mono Windows x64 and needs to be addressed before lane can be turned on. Some seems to be failing due to missing COM support on netcore Mono, so probably needs to be turned of for Mono (not run on Unix platforms anyways, so could be excluded on Mono platform) and some seems to be around specific JIT constructions (potentially specific Windows tests). Since it will take some time to walk through an analyse failures it will probably need more formal prio and scheduling, but this PR will then be a good candidate to continue that work. |
Draft Pull Request was automatically closed for inactivity. It can be manually reopened in the next 30 days if the work resumes. |
Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it. |
No description provided.