| 55 | }; |
| 56 | |
| 57 | IGNORE_TEST(FE_Demo, should_fail_when__FE_DIVBYZERO__is_set) |
| 58 | { |
| 59 | f = 1.0f; |
| 60 | CHECK((f /= 0.0f) >= std::numeric_limits<float>::infinity()); |
| 61 | } |
| 62 | |
| 63 | IGNORE_TEST(FE_Demo, should_fail_when__FE_UNDERFLOW__is_set) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected