Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: swarm_client/googletest/tests/gtest_fake/expected.xml

Issue 69143004: Delete swarm_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" ?>
2 <testsuites name="AllTests" tests="9" time="0.090379" timestamp="2013-02-06 21:4 0:20.043987">
3 <testsuite name="Foo" tests="3">
4 <testcase classname="Foo" name="Bar1" status="run" time="0.029682">
5 <failure><![CDATA[Note: Google Test filter = Foo.Bar1
6
7 [==========] Running 1 test from 1 test case.
8 [----------] Global test environment set-up.
9 [ RUN ] Foo.Bar1
10 [ FAILED ] Foo.Bar1 (100 ms)
11 [----------] 1 test from Foo
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 ]]></failure></testcase>
22 <testcase classname="Foo" name="Bar5" status="run" time="0.028001">
23 <failure><![CDATA[Note: Google Test filter = Foo.Bar5
24
25 [==========] Running 1 test from 1 test case.
26 [----------] Global test environment set-up.
27 [ RUN ] Foo.Bar5
28 [ FAILED ] Foo.Bar5 (100 ms)
29 [----------] 1 test from Foo
30 [----------] 1 test from Foo (100 ms total)
31
32
33 [----------] Global test environment tear-down
34 [==========] 1 test from 1 test case ran. (30 ms total)
35 [ PASSED ] 1 test.
36
37 YOU HAVE 5 DISABLED TESTS
38
39 ]]></failure></testcase>
40 <testcase classname="Foo" name="Bar4" status="run" time="0.029407">
41 <failure><![CDATA[Note: Google Test filter = Foo.Bar4
42
43 [==========] Running 1 test from 1 test case.
44 [----------] Global test environment set-up.
45 [ RUN ] Foo.Bar4
46 [ FAILED ] Foo.Bar4 (100 ms)
47 [----------] 1 test from Foo
48 [----------] 1 test from Foo (100 ms total)
49
50
51 [----------] Global test environment tear-down
52 [==========] 1 test from 1 test case ran. (30 ms total)
53 [ PASSED ] 1 test.
54
55 YOU HAVE 5 DISABLED TESTS
56
57 ]]></failure></testcase>
58 </testsuite>
59 </testsuites>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698