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

Unified Diff: tests/gtest_fake/expected.xml

Issue 12459014: Implement clustering support in run_test_cases.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: 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
Index: tests/gtest_fake/expected.xml
diff --git a/tests/gtest_fake/expected.xml b/tests/gtest_fake/expected.xml
index 6ff2f7a5617b53cb7f532084c574357c1498667d..c8ed797af2d678bb1a185ff2ec3b62943dc3d66d 100644
--- a/tests/gtest_fake/expected.xml
+++ b/tests/gtest_fake/expected.xml
@@ -8,12 +8,12 @@
[----------] Global test environment set-up.
[----------] 1 test from Foo
[ RUN ] Foo.Bar1
-[ OK ] Foo.Bar1 (0 ms)
-[----------] 1 test from Foo (0 ms total)
+[ OK ] Foo.Bar1 (100 ms)
+[----------] 1 test from Foo (100 ms total)
[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (0 ms total)
+[==========] 1 test from 1 test case ran. (30 ms total)
[ PASSED ] 1 test.
YOU HAVE 5 DISABLED TESTS
@@ -28,12 +28,12 @@
[----------] Global test environment set-up.
[----------] 1 test from Foo
[ RUN ] Foo.Bar5
-[ OK ] Foo.Bar5 (0 ms)
-[----------] 1 test from Foo (0 ms total)
+[ OK ] Foo.Bar5 (100 ms)
+[----------] 1 test from Foo (100 ms total)
[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (0 ms total)
+[==========] 1 test from 1 test case ran. (30 ms total)
[ PASSED ] 1 test.
YOU HAVE 5 DISABLED TESTS
@@ -48,12 +48,12 @@
[----------] Global test environment set-up.
[----------] 1 test from Foo
[ RUN ] Foo.Bar4
-[ OK ] Foo.Bar4 (0 ms)
-[----------] 1 test from Foo (0 ms total)
+[ OK ] Foo.Bar4 (100 ms)
+[----------] 1 test from Foo (100 ms total)
[----------] Global test environment tear-down
-[==========] 1 test from 1 test case ran. (0 ms total)
+[==========] 1 test from 1 test case ran. (30 ms total)
[ PASSED ] 1 test.
YOU HAVE 5 DISABLED TESTS
@@ -62,4 +62,4 @@
]]></failure></testcase>
</testsuite>
-</testsuites>
+</testsuites>

Powered by Google App Engine
This is Rietveld 408576698