OLD | NEW |
1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
2 <testsuites name="AllTests" tests="9" time="0.090379" timestamp="2013-02-06 21:4
0:20.043987"> | 2 <testsuites name="AllTests" tests="9" time="0.090379" timestamp="2013-02-06 21:4
0:20.043987"> |
3 <testsuite name="Foo" tests="3"> | 3 <testsuite name="Foo" tests="3"> |
4 <testcase classname="Foo" name="Bar1" status="run" time="0.029682"> | 4 <testcase classname="Foo" name="Bar1" status="run" time="0.029682"> |
5 <failure><![CDATA[Note: Google Test filter = Foo.Bar1 | 5 <failure><![CDATA[[ RUN ] Foo.Bar1 |
6 | |
7 [==========] Running 1 test from 1 test case. | |
8 [----------] Global test environment set-up. | |
9 [----------] 1 test from Foo | |
10 [ RUN ] Foo.Bar1 | |
11 [ FAILED ] Foo.Bar1 (100 ms) | 6 [ FAILED ] Foo.Bar1 (100 ms) |
12 [----------] 1 test from Foo (100 ms total) | |
13 | |
14 | |
15 [----------] Global test environment tear-down | |
16 [==========] 1 test from 1 test case ran. (30 ms total) | |
17 [ PASSED ] 1 test. | |
18 | |
19 YOU HAVE 5 DISABLED TESTS | |
20 | |
21 YOU HAVE 2 tests with ignored failures (FAILS prefix) | |
22 | |
23 ]]></failure></testcase> | 7 ]]></failure></testcase> |
24 <testcase classname="Foo" name="Bar5" status="run" time="0.028001"> | 8 <testcase classname="Foo" name="Bar5" status="run" time="0.028001"> |
25 <failure><![CDATA[Note: Google Test filter = Foo.Bar5 | 9 <failure><![CDATA[[ RUN ] Foo.Bar5 |
26 | |
27 [==========] Running 1 test from 1 test case. | |
28 [----------] Global test environment set-up. | |
29 [----------] 1 test from Foo | |
30 [ RUN ] Foo.Bar5 | |
31 [ FAILED ] Foo.Bar5 (100 ms) | 10 [ FAILED ] Foo.Bar5 (100 ms) |
32 [----------] 1 test from Foo (100 ms total) | |
33 | |
34 | |
35 [----------] Global test environment tear-down | |
36 [==========] 1 test from 1 test case ran. (30 ms total) | |
37 [ PASSED ] 1 test. | |
38 | |
39 YOU HAVE 5 DISABLED TESTS | |
40 | |
41 YOU HAVE 2 tests with ignored failures (FAILS prefix) | |
42 | |
43 ]]></failure></testcase> | 11 ]]></failure></testcase> |
44 <testcase classname="Foo" name="Bar4" status="run" time="0.029407"> | 12 <testcase classname="Foo" name="Bar4" status="run" time="0.029407"> |
45 <failure><![CDATA[Note: Google Test filter = Foo.Bar4 | 13 <failure><![CDATA[[ RUN ] Foo.Bar4 |
46 | |
47 [==========] Running 1 test from 1 test case. | |
48 [----------] Global test environment set-up. | |
49 [----------] 1 test from Foo | |
50 [ RUN ] Foo.Bar4 | |
51 [ FAILED ] Foo.Bar4 (100 ms) | 14 [ FAILED ] Foo.Bar4 (100 ms) |
52 [----------] 1 test from Foo (100 ms total) | |
53 | |
54 | |
55 [----------] Global test environment tear-down | |
56 [==========] 1 test from 1 test case ran. (30 ms total) | |
57 [ PASSED ] 1 test. | |
58 | |
59 YOU HAVE 5 DISABLED TESTS | |
60 | |
61 YOU HAVE 2 tests with ignored failures (FAILS prefix) | |
62 | |
63 ]]></failure></testcase> | 15 ]]></failure></testcase> |
64 </testsuite> | 16 </testsuite> |
65 </testsuites> | 17 </testsuites> |
OLD | NEW |