]> git.proxmox.com Git - ceph.git/blob - 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
1 //[example_output
2 > example --log_level=all
3 Running 1 test case...
4 Entering test module "example"
5 test.cpp:47: Entering test case "test_throw_behaviour"
6 test.cpp:50: info: check 'no exceptions thrown by FileWordHistogram("test")' has passed
7 test.cpp:54: info: check 'exception std::exception is caught' has passed
8 unknown location:0: fatal error: in "test_throw_behaviour": std::runtime_error: "process" has not been called or was not successful
9 test.cpp:62: last checkpoint
10 test.cpp:47: Leaving test case "test_throw_behaviour"; testing time: 533us
11 Leaving test module "example"; testing time: 643us
12
13 *** 1 failure is detected in the test module "example"
14 //]