Skip to content

[libc][test] atan* and smoke/atan* tests need to have exception and errno checking fixed #90653

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

Open
Flandini opened this issue Apr 30, 2024 · 0 comments

Comments

@Flandini
Copy link
Contributor

These depends on ASSERT_GE and EXPECT_GE in {ASSERT,EXPECT}_FP_EXCEPTION. Using RoundingMode with the quick rounding mode tests ends up setting exceptions, so after switching these to {ASSERT,EXPECT}_EQ, these tests are failing and need to be changed to wrap the function invocation and not the entire RoundingMode test setup.

See #88816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants