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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/gtest_fake/__init__.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
deleted file mode 100644
index 819e2c45eba2de738019d579673aa352ae2f3374..0000000000000000000000000000000000000000
--- a/tests/gtest_fake/expected.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" ?>
-<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.
-[ RUN ] Foo.Bar1
-[ FAILED ] Foo.Bar1 (100 ms)
-[----------] 1 test from Foo
-[----------] 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.
-[ RUN ] Foo.Bar5
-[ FAILED ] Foo.Bar5 (100 ms)
-[----------] 1 test from Foo
-[----------] 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.
-[ RUN ] Foo.Bar4
-[ FAILED ] Foo.Bar4 (100 ms)
-[----------] 1 test from Foo
-[----------] 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 | « 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