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