]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/test/doc/examples/decorator_08.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / decorator_08.output
CommitLineData
7c673cae
FG
1//[example_output
2> decorator_08 --log_level=test_suite
3Running 4 test cases...
4Entering test module "decorator_08"
5test.cpp(6): Entering test case "test1"
6test.cpp(6): Leaving test case "test1"; testing time: 1ms
7test.cpp(11): Entering test case "test2"
8test.cpp(13): error: in "test2": check false has failed
9test.cpp(11): Leaving test case "test2"; testing time: 2ms
10test.cpp(39): Entering test case "test3"
11test.cpp(41): error: in "test3": check false has failed
12test.cpp(39): Leaving test case "test3"; testing time: 2ms
13test.cpp(45): Test case "test4" is skipped because test2 and test3 failed
14Leaving test module "decorator_08"; testing time: 16ms
15
16*** 2 failures are detected in the test module "decorator_08"
17//]