]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/boost_test_string.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / boost_test_string.output
1 //[example_output
2 > ./boost_test_strings --log_level=all
3 Running 2 test cases...
4 Entering test module "boost_test_strings"
5 test.cpp(15): Entering test case "test_pointers"
6 test.cpp(19): info: check a == b has passed
7 test.cpp(20): error: in "test_pointers": check pa == pb has failed [0x7fff51cdcc04 != 0x7fff51cdcc00]
8 test.cpp(15): Leaving test case "test_pointers"; testing time: 306us
9 test.cpp(23): Entering test case "test_strings"
10 test.cpp(28): error: in "test_strings": check a == b has failed [test1 != test2]
11 test.cpp(29): info: check a == c has passed
12 test.cpp(23): Leaving test case "test_strings"; testing time: 198us
13 Leaving test module "boost_test_strings"; testing time: 702us
14
15 *** 2 failures are detected in the test module "boost_test_strings"
16 //]