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

Unified Diff: tests/gtest_fake/expected.xml

Issue 12976005: Get rid of the single test_case code path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Rebase take two Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « run_test_cases.py ('k') | tests/gtest_fake/gtest_fake_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gtest_fake/expected.xml
diff --git a/tests/gtest_fake/expected.xml b/tests/gtest_fake/expected.xml
index 05fca86b0fb582dadafe67bbb589df56f84da4c0..5ed9f96c789132fa2178f0bb1673ce0d95243cd5 100644
--- a/tests/gtest_fake/expected.xml
+++ b/tests/gtest_fake/expected.xml
@@ -2,64 +2,16 @@
<testsuites name="AllTests" tests="9" time="0.090379" timestamp="2013-02-06 21:40:20.043987">
<testsuite name="Foo" tests="3">
<testcase classname="Foo" name="Bar1" status="run" time="0.029682">
-<failure><![CDATA[Note: Google Test filter = Foo.Bar1
-
-[==========] Running 1 test from 1 test case.
-[----------] Global test environment set-up.
-[----------] 1 test from Foo
-[ RUN ] Foo.Bar1
+<failure><![CDATA[[ RUN ] Foo.Bar1
[ FAILED ] Foo.Bar1 (100 ms)
-[----------] 1 test from Foo (100 ms total)
-
-
-[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (30 ms total)
-[ PASSED ] 1 test.
-
- YOU HAVE 5 DISABLED TESTS
-
- YOU HAVE 2 tests with ignored failures (FAILS prefix)
-
]]></failure></testcase>
<testcase classname="Foo" name="Bar5" status="run" time="0.028001">
-<failure><![CDATA[Note: Google Test filter = Foo.Bar5
-
-[==========] Running 1 test from 1 test case.
-[----------] Global test environment set-up.
-[----------] 1 test from Foo
-[ RUN ] Foo.Bar5
+<failure><![CDATA[[ RUN ] Foo.Bar5
[ FAILED ] Foo.Bar5 (100 ms)
-[----------] 1 test from Foo (100 ms total)
-
-
-[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (30 ms total)
-[ PASSED ] 1 test.
-
- YOU HAVE 5 DISABLED TESTS
-
- YOU HAVE 2 tests with ignored failures (FAILS prefix)
-
]]></failure></testcase>
<testcase classname="Foo" name="Bar4" status="run" time="0.029407">
-<failure><![CDATA[Note: Google Test filter = Foo.Bar4
-
-[==========] Running 1 test from 1 test case.
-[----------] Global test environment set-up.
-[----------] 1 test from Foo
-[ RUN ] Foo.Bar4
+<failure><![CDATA[[ RUN ] Foo.Bar4
[ FAILED ] Foo.Bar4 (100 ms)
-[----------] 1 test from Foo (100 ms total)
-
-
-[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (30 ms total)
-[ PASSED ] 1 test.
-
- YOU HAVE 5 DISABLED TESTS
-
- YOU HAVE 2 tests with ignored failures (FAILS prefix)
-
]]></failure></testcase>
</testsuite>
</testsuites>
« no previous file with comments | « run_test_cases.py ('k') | tests/gtest_fake/gtest_fake_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698