• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//[example_output
2> ./boost_test_sequence_per_element
3Running 2 test cases...
4test.cpp:21: error: in "test_sequence_per_element": check a == b has failed
5Mismatch at position 1: 2 != 5.
6test.cpp:23: error: in "test_sequence_per_element": check a != b has failed
7Mismatch at position 0: 1 == 1.
8Mismatch at position 2: 3 == 3.
9test.cpp:25: error: in "test_sequence_per_element": check b < c has failed
10Collections size mismatch: 3 != 4
11test.cpp:26: error: in "test_sequence_per_element": check b >= c has failed
12Collections size mismatch: 3 != 4
13test.cpp:27: error: in "test_sequence_per_element": check b != c has failed
14Collections size mismatch: 3 != 4
15test.cpp:35: error: in "test_compare_c_arrays_element_wise": check a == b has failed
16Mismatch at position 1: 2 != 5.
17test.cpp:36: error: in "test_compare_c_arrays_element_wise": check a != b has failed
18Mismatch at position 0: 1 == 1.
19Mismatch at position 2: 3 == 3.
20test.cpp:37: error: in "test_compare_c_arrays_element_wise": check a < b has failed
21Mismatch at position 0: 1 >= 1.
22Mismatch at position 2: 3 >= 3.
23test.cpp:38: error: in "test_compare_c_arrays_element_wise": check b < c has failed
24Mismatch at position 0: 1 >= 1.
25Mismatch at position 1: 5 >= 5.
26Mismatch at position 2: 3 >= 3.
27test.cpp:39: error: in "test_compare_c_arrays_element_wise": check c < a has failed
28Mismatch at position 0: 1 >= 1.
29Mismatch at position 1: 5 >= 2.
30Mismatch at position 2: 3 >= 3.
31
32*** 10 failures are detected in the test module "boost_test_sequence_per_element"
33//]
34