Skip to content
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

[release/6.0] [mono][s390x] Fix OP_FCONV_TO_I and OP_RCONV_TO_I #65328

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 14, 2022

Backport of #65185 to release/6.0

/cc @lambdageek @uweigand

Customer Impact

Conversions from a float to a native integer type incorrectly treat the result as a 32-bit quantity on 64-bit platforms. This PR is for the S390x platform only, the x64 and arm64 fix is in #65329

Testing

CI

Risk

Low.

* OP_[FR]CONV_TO_I should result in an 8-byte integer
@lambdageek lambdageek added this to the 6.0.x milestone Feb 14, 2022
@lambdageek lambdageek added the Servicing-consider Issue for next servicing release review label Feb 14, 2022
@lambdageek
Copy link
Member

The x64 and arm64 fix for the same issue is #65329

@uweigand
Copy link
Contributor

Note that this fixes a regression, at least as far as CI status is concerned: when #64556 was merged into 6.0 recently, some of the new test cases added as part of that PR now fail on s390x, making the CI status red. This PR should get us back to green again. (Of course, the bug was pre-existing and only exposed by the new test, but it is worth fixing anyway.)

@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Feb 22, 2022
@rbhanda rbhanda modified the milestones: 6.0.x, 6.0.4 Feb 22, 2022
@lewing
Copy link
Member

lewing commented Mar 10, 2022

the wasm aot failure is #66366

@ericstj ericstj merged commit 752d927 into release/6.0 Mar 10, 2022
@akoeplinger akoeplinger deleted the backport/pr-65185-to-release/6.0 branch March 11, 2022 16:30
@ghost ghost locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-JIT-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants