boost_test_container_lex.output 1.2 KB

123456789101112131415161718192021222324
  1. //[example_output
  2. > ./boost_test_container_lex --log_level=all
  3. Running 2 test cases...
  4. Entering test module "boost_test_container_lex"
  5. test.cpp:15: Entering test case "test_collections_vectors_lex"
  6. test.cpp:19: error: in "test_collections_vectors_lex": check a < a has failed
  7. Collections appear to be equal.
  8. test.cpp:20: error: in "test_collections_vectors_lex": check a < b has failed
  9. Failure at position 2: 3 >= 2.
  10. test.cpp:21: info: check a < c has passed
  11. test.cpp:22: error: in "test_collections_vectors_lex": check a >= c has failed
  12. Second collection has extra trailing elements.
  13. test.cpp:15: Leaving test case "test_collections_vectors_lex"; testing time: 178us
  14. test.cpp:28: Entering test case "test_compare_c_arrays_lexicographic"
  15. test.cpp:35: info: check a < b has passed
  16. test.cpp:36: error: in "test_compare_c_arrays_lexicographic": check b < c has failed
  17. Collections appear to be equal.
  18. test.cpp:37: error: in "test_compare_c_arrays_lexicographic": check c < a has failed
  19. Failure at position 1: 5 >= 2.
  20. test.cpp:28: Leaving test case "test_compare_c_arrays_lexicographic"; testing time: 88us
  21. Leaving test module "boost_test_container_lex"; testing time: 323us
  22. *** 5 failures are detected in the test module "boost_test_container_lex"
  23. //]