mirror of
https://github.com/boostorg/test.git
synced 2026-02-01 21:12:07 +00:00
12 lines
900 B
Plaintext
12 lines
900 B
Plaintext
Running 2 test cases...
|
|
/Users/raffi/Personnel/boost_github/libs/test/doc/examples/boost_test_macro_container_float.cpp:18: error: in "test_collections_vectors_floats": check a == b has failed.
|
|
Mismatch at position 0: 0.100000001 != 0.11.
|
|
Mismatch at position 1: 0.200000003 != 0.20000000000000001.
|
|
Mismatch at position 2: 0.300000012 != 0.28999999999999998.
|
|
/Users/raffi/Personnel/boost_github/libs/test/doc/examples/boost_test_macro_container_float.cpp:19: error: in "test_collections_vectors_floats": check a == b has failed.
|
|
Mismatch at position 0: 0.100000001 != 0.11.
|
|
Mismatch at position 1: 0.200000003 != 0.20000000000000001.
|
|
Mismatch at position 2: 0.300000012 != 0.28999999999999998.
|
|
/Users/raffi/Personnel/boost_github/libs/test/doc/examples/boost_test_macro_container_float.cpp:30: error: in "test_collections_vectors2": check a == b has failed.
|
|
Mismatch at position 1: 2 != 5.
|