Skip to content

Issue 690: improve signed integer properties tests on arm#691

Merged
jkotan merged 2 commits intomasterfrom
issue_690
Mar 13, 2026
Merged

Issue 690: improve signed integer properties tests on arm#691
jkotan merged 2 commits intomasterfrom
issue_690

Conversation

@jkotan
Copy link
Collaborator

@jkotan jkotan commented Mar 13, 2026

It resolves #690

@jkotan jkotan requested review from ggoneiESS and yuelongyu March 13, 2026 10:34
@ggoneiESS
Copy link
Member

Wow, good catch! I learnt something new today.

Since the default of being signed/unsigned is implementation specific ( https://en.cppreference.com/w/cpp/language/types.html ) I've also updated the general tests too in another commit. For unsigned checks it was already explicitly unsigned. Now, it looks good to me.

Copy link
Member

@ggoneiESS ggoneiESS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm (added commit)

@jkotan jkotan merged commit 68d273b into master Mar 13, 2026
92 of 108 checks passed
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.

test fails on arm architecture because char is unsigned

2 participants