Uh oh!
There was an error while loading. Please reload this page.
Revert "Adding support for the X86Base.Pause intrinsic on Mono (#61707)" - #62157
Conversation
agocke
commented
Nov 29, 2021
FYI @tannergooding it looks like these tests are still failing in CI, reverting for now |
tannergooding
commented
Nov 30, 2021
Someone on the Mono team likely needs to join in and help diagnose the issue then. It's not clear what's causing the failure on Mono to me, particularly where the relevant support was added and it was passing locally on my box. |
imhameed
commented
Dec 1, 2021
I'll take a look (likely early next week). Is there an open issue tracking this? |
vargaz
commented
Dec 1, 2021
I think the patch is good, but its only implemented when running with --llvm. |
Yea, I'd start by un-reverting the patch, but move the issues.targets ExcludeList item so that it doesn't run on mini JIT, interp, non-LLVM AOT, etc. /cc @fanyang-mono |
This reverts commit 1997bee.
Looks like these tests are still failing after the change.