-
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
[ppc64le] Common.Tests and more tests are failing for missing opcode 'rcompare' on Power. #84401
Labels
Comments
vargaz
added a commit
to vargaz/runtime
that referenced
this issue
Apr 6, 2023
…its not used by any supported platforms. (dotnet#82005)' Some platforms don't support r4fp, so put back the general JIT support code. Force r4fp on platforms that support it. Fixes dotnet#84401.
Hi @vargaz , I could see pipeline build is failing with below error after reverting part of #82005
I could see the change
|
Should be fixed now. |
llvm issue is fixed in https://github.com/dotnet/runtime/pull/84473/files |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The Common.Tests and more tests are failing in CI pipeline with below error.
Opcode 'rcompare' missing from machine description file.
Detail:
Reproduction Steps
Run the runtime testcases.
Expected behavior
All the tests should pass without any failure or crash.
Actual behavior
Tests are failing with crash due to missing opcode 'rcompare'.
Regression?
No response
Known Workarounds
No response
Configuration
No response
The text was updated successfully, but these errors were encountered: