We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
conv.ovf.<to type>.un
Ecma standart was not clear about the result of:
ldc.r4 -1.0 conv.ovf.i1.un
#53189
so we clarified it in #56450 and added a new test and now it is failing on mono, because mono checks the value to be positive before the conv. I have disabled the test for now. These are failures example: https://dev.azure.com/dnceng/public/_build/results?buildId=1271733&view=ms.vss-test-web.build-test-results-tab&runId=37619764&resultId=100229&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
The text was updated successfully, but these errors were encountered:
BrzVlad
Successfully merging a pull request may close this issue.
Ecma standart was not clear about the result of:
#53189
so we clarified it in #56450 and added a new test and now it is failing on mono, because mono checks the value to be positive before the conv. I have disabled the test for now. These are failures example: https://dev.azure.com/dnceng/public/_build/results?buildId=1271733&view=ms.vss-test-web.build-test-results-tab&runId=37619764&resultId=100229&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
The text was updated successfully, but these errors were encountered: