boost_test_container_lex_default.output 992 B

12345678910111213141516171819
  1. //[example_output
  2. > ./boost_test_container_lex_default --log_level=all
  3. Running 1 test case...
  4. Entering test module "boost_test_container_lex_default"
  5. test.cpp:17: Entering test case "test_collections_vectors_lex"
  6. test.cpp:22: error: in "test_collections_vectors_lex": check a < a has failed.
  7. Collections appear to be equal.
  8. test.cpp:23: error: in "test_collections_vectors_lex": check a < b has failed.
  9. Failure at position 2: 3 >= 2.
  10. test.cpp:24: error: in "test_collections_vectors_lex": check a == b has failed.
  11. Mismatch at position 2: 3 != 2.
  12. test.cpp:25: info: check a != b has passed
  13. test.cpp:26: error: in "test_collections_vectors_lex": check c < d has failed
  14. test.cpp:27: error: in "test_collections_vectors_lex": check c == d has failed
  15. test.cpp:17: Leaving test case "test_collections_vectors_lex"; testing time: 155us
  16. Leaving test module "boost_test_container_lex_default"; testing time: 177us
  17. *** 5 failures are detected in the test module "boost_test_container_lex_default"
  18. //]