]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/boost_test_bitwise.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_bitwise.output
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_bitwise --log_level=all
3Running 1 test case...
4Entering test module "boost_test_bitwise"
5test.cpp(13): Entering test case "test_bitwise"
6test.cpp(17): error: in "test_bitwise": check a == (a & ~1) has failed [171 != 170]. Bitwise comparison failed
7Mismatch at position 0
8test.cpp(18): error: in "test_bitwise": check a == a + 1 has failed [171 != 172]. Bitwise comparison failed
9Mismatch at position 0
10Mismatch at position 1
11Mismatch at position 2
12test.cpp(19): info: check a != a + 1 has passed
13test.cpp(21): error: in "test_bitwise": check a == b has failed [171 != 136]. Bitwise comparison failed
14Mismatch at position 0
15Mismatch at position 1
16Mismatch at position 5
17test.cpp(13): Leaving test case "test_bitwise"; testing time: 627us
18Leaving test module "boost_test_bitwise"; testing time: 772us
19
20*** 3 failures are detected in the test module "boost_test_bitwise"
21//]