[libc][test] atan*
and smoke/atan*
tests need to have exception and errno checking fixed
#90653
Labels
atan*
and smoke/atan*
tests need to have exception and errno checking fixed
#90653
These depends on
ASSERT_GE
andEXPECT_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
The text was updated successfully, but these errors were encountered: