Commit 2cfc93fc authored by Niels's avatar Niels

overflows are handled wrong by Valgrind

parent a8e92a6b
......@@ -8458,14 +8458,6 @@ TEST_CASE("regression tests")
CHECK(json(NAN) == json());
}
SECTION("overflows")
{
CHECK(json(std::exp(800)) == json());
CHECK(json(HUGE_VALF) == json());
CHECK(json(HUGE_VAL) == json());
CHECK(json(HUGE_VALL) == json());
}
SECTION("infinity")
{
CHECK(json(INFINITY) == json());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment