]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/exception_uncaught.output
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / test / doc / examples / exception_uncaught.output
1 //[example_output
2 > example --log_level=all
3 Running 2 test cases...
4 Entering test module "example"
5 test.cpp:20: Entering test case "test"
6 unknown location:0: fatal error: in "test": std::runtime_error: negative value not allowed
7 test.cpp:20: last checkpoint: "test" entry.
8 test.cpp:20: Leaving test case "test"; testing time: 247us
9 test.cpp:26: Entering test case "test2"
10 test.cpp:28: info: check true has passed
11 test.cpp:26: Leaving test case "test2"; testing time: 103us
12 Leaving test module "example"; testing time: 492us
13
14 *** 1 failure is detected in the test module "example"
15 //]