You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run some of the tests in https://github.com/awslabs/aws-c-common/blob/master/tests/math_test.c (at tag v0.4.2 (018e74c)) optimized using clang to compile them, the tests fail due to the overflow behavior being different from expected. Is there something particular relying on the overflow behavior defined by the tests? I can't tell if the failure of the tests is indicating that I should not be using the compiler/flags that I am, or if it just means that the tests are poorly written.
The text was updated successfully, but these errors were encountered:
jmklix
added
bug
This issue is a bug.
p2
This is a standard priority issue
needs-review
This issue or pull request needs review from a core team member.
labels
Aug 28, 2023
Is this still happening in the latest version? If so can you provide more details about the tests that are failing and the errors that you are seeing?
jmklix
added
response-requested
Waiting on additional info and feedback. Will move to 'closing-soon' in 2 days.
and removed
needs-review
This issue or pull request needs review from a core team member.
labels
Dec 13, 2023
I do not know, and unfortunately the situation where I observed this was at a company which no longer exists and unfortunately I appear to have failed to document exactly what I was observing 4.5 years ago... I do work with a couple of projects that import the SDK right now, so I may prod at this to see if I can surface any issues here.
When I run some of the tests in https://github.com/awslabs/aws-c-common/blob/master/tests/math_test.c (at tag v0.4.2 (018e74c)) optimized using clang to compile them, the tests fail due to the overflow behavior being different from expected. Is there something particular relying on the overflow behavior defined by the tests? I can't tell if the failure of the tests is indicating that I should not be using the compiler/flags that I am, or if it just means that the tests are poorly written.
The text was updated successfully, but these errors were encountered: