mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 07:22:11 +00:00
14 lines
734 B
Plaintext
14 lines
734 B
Plaintext
//[example_output
|
|
> ./boost_test_macro_float --log_level=all
|
|
Running 1 test case...
|
|
Entering test module "boost_test_float"
|
|
boost_test_macro_float.cpp:12: Entering test case "test_float"
|
|
boost_test_macro_float.cpp:19: error: in "test_float": check d1 == d2 has failed [1.1e-05 != 1.101e-05]. Relative difference exceeds tolerance [0.000909091 > 1e-07]
|
|
boost_test_macro_float.cpp:22: error: in "test_float": check d1 == d2 has failed [1.1e-05 != 1.101e-05]. Relative difference exceeds tolerance [0.000909091 > 1e-07]
|
|
boost_test_macro_float.cpp:12: Leaving test case "test_float"; testing time: 344mks
|
|
Leaving test module "boost_test_float"; testing time: 447mks
|
|
|
|
*** 2 failures are detected in the test module "boost_test_float"
|
|
|
|
//]
|