MCPcopy Create free account
hub / github.com/cpputest/cpputest / IGNORE_TEST

Function IGNORE_TEST

examples/AllTests/FEDemoTest.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57IGNORE_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
63IGNORE_TEST(FE_Demo, should_fail_when__FE_UNDERFLOW__is_set)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected