]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/exception_api.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / exception_api.output
CommitLineData
7c673cae
FG
1//[example_output
2> example --log_level=all
3Running 1 test case...
4Entering test module "example"
5test.cpp:47: Entering test case "test_throw_behaviour"
6test.cpp:50: info: check 'no exceptions thrown by FileWordHistogram("test")' has passed
7test.cpp:54: info: check 'exception std::exception is caught' has passed
8unknown location:0: fatal error: in "test_throw_behaviour": std::runtime_error: "process" has not been called or was not successful
9test.cpp:62: last checkpoint
10test.cpp:47: Leaving test case "test_throw_behaviour"; testing time: 533us
11Leaving test module "example"; testing time: 643us
12
13*** 1 failure is detected in the test module "example"
14//]