]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1//[example_output
2> ./boost_test_strings --log_level=all
3Running 2 test cases...
4Entering test module "boost_test_strings"
5test.cpp(15): Entering test case "test_pointers"
6test.cpp(19): info: check a == b has passed
7test.cpp(20): error: in "test_pointers": check pa == pb has failed [0x7fff51cdcc04 != 0x7fff51cdcc00]
8test.cpp(15): Leaving test case "test_pointers"; testing time: 306us
9test.cpp(23): Entering test case "test_strings"
10test.cpp(28): error: in "test_strings": check a == b has failed [test1 != test2]
11test.cpp(29): info: check a == c has passed
12test.cpp(23): Leaving test case "test_strings"; testing time: 198us
13Leaving test module "boost_test_strings"; testing time: 702us
14
15*** 2 failures are detected in the test module "boost_test_strings"
16//]