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

Side by Side Diff: tools/sharding_supervisor/data/gtest_results.xml1

Issue 65143003: GTTF: Remove obsolete sharding_supervisor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <testsuites name="AllTests" tests="" failures="" disabled="" errors="" time="">
3 <!-- See comments in gtest_results.xml0 for what the different suites represen t -->
4 <testsuite name="Suite0" tests="1" failures="" disabled="" errors="" time="">
5 </testsuite>
6 <testsuite name="Suite1" tests="1" failures="" disabled="" errors="" time="">
7 <testcase name="Test0" status="run" time="1" classname="Suite1">
8 <failure message="" type="" ignored="true"></failure>
9 </testcase>
10 </testsuite>
11 <testsuite name="Suite2" tests="2" failures="" disabled="" errors="" time="">
12 <testcase name="Test1" status="run" time="0" classname="Suite2" />
13 </testsuite>
14 <testsuite name="Suite3" tests="1" failures="" disabled="" errors="" time="">
15 <testcase name="Test0" status="run" time="0" classname="Suite3">
16 <failure message="" type="" ignored="true"></failure>
17 </testcase>
18 </testsuite>
19 </testsuites>
OLDNEW
« no previous file with comments | « tools/sharding_supervisor/data/gtest_results.xml0 ('k') | tools/sharding_supervisor/data/gtest_results_expected.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698