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

Add tests for checking integral return types #26603

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

arezaii
Copy link
Collaborator

@arezaii arezaii commented Jan 24, 2025

This adds test cases for mixing of int and uint types in conditional branches for both dyno and prod.

A discrepancy in return types between prod and dyno was noticed in https://github.com/Cray/chapel-private/issues/6829 and determined to be a bug in prod, captured in #26991.

These tests capture the current state of prod and dyno, placing the prod tests in a future.

@arezaii arezaii force-pushed the dyno-int-uint-conditionals branch from 8de9352 to 557e41e Compare March 25, 2025 18:39
arezaii added 3 commits March 25, 2025 16:56
Signed-off-by: Ahmad Rezaii <[email protected]>
Signed-off-by: Ahmad Rezaii <[email protected]>
@arezaii arezaii force-pushed the dyno-int-uint-conditionals branch from 557e41e to d118884 Compare March 25, 2025 22:56
@arezaii arezaii marked this pull request as ready for review March 26, 2025 17:01
@arezaii arezaii force-pushed the dyno-int-uint-conditionals branch from 2a05509 to 65f73f2 Compare April 1, 2025 00:37
@arezaii arezaii force-pushed the dyno-int-uint-conditionals branch from 65f73f2 to b87f731 Compare April 1, 2025 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants