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

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

Issue 19917006: Move all googletest related scripts into googletest/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Remove unnecessary pylint warning disable Created 7 years, 4 months 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
« no previous file with comments | « tests/gtest_fake/__init__.py ('k') | tests/gtest_fake/gtest_fake_base.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 YOU HAVE 2 tests with ignored failures (FAILS prefix)
22
23 ]]></failure></testcase>
24 <testcase classname="Foo" name="Bar5" status="run" time="0.028001">
25 <failure><![CDATA[Note: Google Test filter = Foo.Bar5
26
27 [==========] Running 1 test from 1 test case.
28 [----------] Global test environment set-up.
29 [ RUN ] Foo.Bar5
30 [ FAILED ] Foo.Bar5 (100 ms)
31 [----------] 1 test from Foo
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>
44 <testcase classname="Foo" name="Bar4" status="run" time="0.029407">
45 <failure><![CDATA[Note: Google Test filter = Foo.Bar4
46
47 [==========] Running 1 test from 1 test case.
48 [----------] Global test environment set-up.
49 [ RUN ] Foo.Bar4
50 [ FAILED ] Foo.Bar4 (100 ms)
51 [----------] 1 test from Foo
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>
64 </testsuite>
65 </testsuites>
OLDNEW
« no previous file with comments | « tests/gtest_fake/__init__.py ('k') | tests/gtest_fake/gtest_fake_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698