-
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
Disable JIT.HardwareIntrinsics NotSupported runtime tests on Mono #35901
Conversation
Tagging subscribers to this area: @ViktorHofer |
Since the fix for the coreclr test failure is already in PR, I reverted that change and only kept disabling the tests for Mono. |
@safern, do you have a link to one of the failing tests? It would be good to ensure we have a corresponding issue |
I think @naricc will follow up on those issues later, not sure what the process is there, but just following what he has been doing for other runtime tests failing on Mono. This is part of the logs:
|
Thanks! I'd guess this is one of the cases where mono is hitting an intrinsic they don't implement yet. |
It's probably best to just create a new issue for mono with what information you have and link it in the issues.targets as part of this change. |
@naricc can you take care of that? |
@naricc disabling these tests on Mono as I've seen some failures not related to the issue linked for the coreclr disable section.
cc: @tannergooding