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

Unified Diff: tools/sharding_supervisor/gtest_results.xml1

Issue 10749018: Make merging of shard test results handle test suites that are split across shards better. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: tools/sharding_supervisor/gtest_results.xml1
diff --git a/tools/sharding_supervisor/gtest_results.xml1 b/tools/sharding_supervisor/gtest_results.xml1
new file mode 100644
index 0000000000000000000000000000000000000000..6d8bef886d66bdca54d759ac90aebc1f62df9315
--- /dev/null
+++ b/tools/sharding_supervisor/gtest_results.xml1
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<testsuites name="AllTests" tests="" failures="" disabled="" errors="" time="">
+ <!-- See comments in gtest_results.xml0 for what the different suites represent -->
+ <testsuite name="Suite0" tests="1" failures="" disabled="" errors="" time="">
+ </testsuite>
+ <testsuite name="Suite1" tests="1" failures="" disabled="" errors="" time="">
+ <testcase name="Test0" status="run" time="1" classname="Suite1">
+ <failure message="" type="" ignored="true"></failure>
+ </testcase>
+ </testsuite>
+ <testsuite name="Suite2" tests="2" failures="" disabled="" errors="" time="">
+ <testcase name="Test1" status="run" time="0" classname="Suite2" />
+ </testsuite>
+ <testsuite name="Suite3" tests="1" failures="" disabled="" errors="" time="">
+ <testcase name="Test0" status="run" time="0" classname="Suite3">
+ <failure message="" type="" ignored="true"></failure>
+ </testcase>
+ </testsuite>
+</testsuites>

Powered by Google App Engine
This is Rietveld 408576698