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

Side by Side Diff: googletest/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, 5 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 | « googletest/tests/gtest_fake/__init__.py ('k') | googletest/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
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[Note: Google Test filter = Foo.Bar1
6 6
7 [==========] Running 1 test from 1 test case. 7 [==========] Running 1 test from 1 test case.
8 [----------] Global test environment set-up. 8 [----------] Global test environment set-up.
9 [ RUN ] Foo.Bar1 9 [ RUN ] Foo.Bar1
10 [ FAILED ] Foo.Bar1 (100 ms) 10 [ FAILED ] Foo.Bar1 (100 ms)
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 [==========] 1 test from 1 test case ran. (30 ms total) 56 [==========] 1 test from 1 test case ran. (30 ms total)
57 [ PASSED ] 1 test. 57 [ PASSED ] 1 test.
58 58
59 YOU HAVE 5 DISABLED TESTS 59 YOU HAVE 5 DISABLED TESTS
60 60
61 YOU HAVE 2 tests with ignored failures (FAILS prefix) 61 YOU HAVE 2 tests with ignored failures (FAILS prefix)
62 62
63 ]]></failure></testcase> 63 ]]></failure></testcase>
64 </testsuite> 64 </testsuite>
65 </testsuites> 65 </testsuites>
OLDNEW
« no previous file with comments | « googletest/tests/gtest_fake/__init__.py ('k') | googletest/tests/gtest_fake/gtest_fake_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698