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

Side by Side Diff: Tools/GardeningServer/run-unittests.html

Issue 409063002: Simplify failing builder lists. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: make resultTypes private Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 Copyright (C) 2011 Google Inc. All rights reserved. 2 Copyright (C) 2011 Google Inc. All rights reserved.
3 3
4 Redistribution and use in source and binary forms, with or without 4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions 5 modification, are permitted provided that the following conditions
6 are met: 6 are met:
7 1. Redistributions of source code must retain the above copyright 7 1. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer. 8 notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright 9 2. Redistributions in binary form must reproduce the above copyright
10 notice, this list of conditions and the following disclaimer in the 10 notice, this list of conditions and the following disclaimer in the
(...skipping 25 matching lines...) Expand all
36 </head> 36 </head>
37 37
38 <body> 38 <body>
39 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> 39 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1>
40 <h2 id="qunit-banner"></h2> 40 <h2 id="qunit-banner"></h2>
41 <div id="qunit-testrunner-toolbar"></div> 41 <div id="qunit-testrunner-toolbar"></div>
42 <h2 id="qunit-userAgent"></h2> 42 <h2 id="qunit-userAgent"></h2>
43 <ol id="qunit-tests"></ol> 43 <ol id="qunit-tests"></ol>
44 44
45 <script src="bower_components/sugar/release/sugar-full.development.js"></script> 45 <script src="bower_components/sugar/release/sugar-full.development.js"></script>
46 <script src="scripts/config.js"></script>
47 <script src="scripts/net.js"></script> 46 <script src="scripts/net.js"></script>
48 <script src="scripts/net_unittests.js"></script> 47 <script src="scripts/net_unittests.js"></script>
49 <script src="scripts/treestatus.js"></script> 48 <script src="scripts/treestatus.js"></script>
50 <script src="scripts/treestatus_unittests.js"></script> 49 <script src="scripts/treestatus_unittests.js"></script>
51 <script src="scripts/results.js"></script> 50 <script src="scripts/results.js"></script>
52 <script src="scripts/results_unittests.js"></script> 51 <script src="scripts/results_unittests.js"></script>
53 <script src="scripts/ui.js"></script> 52 <script src="scripts/ui.js"></script>
54 53
55 <script src="bower_components/platform/platform.js"></script> 54 <script src="bower_components/platform/platform.js"></script>
56 <link rel="import" href="bower_components/polymer/polymer.html"> 55 <link rel="import" href="bower_components/polymer/polymer.html">
(...skipping 11 matching lines...) Expand all
68 <link rel="import" href="ui/ct-results-by-builder-tests.html"> 67 <link rel="import" href="ui/ct-results-by-builder-tests.html">
69 <link rel="import" href="ui/ct-results-comparison-tests.html"> 68 <link rel="import" href="ui/ct-results-comparison-tests.html">
70 <link rel="import" href="ui/ct-results-comparison-zoomer-tests.html"> 69 <link rel="import" href="ui/ct-results-comparison-zoomer-tests.html">
71 <link rel="import" href="ui/ct-results-detail-tests.html"> 70 <link rel="import" href="ui/ct-results-detail-tests.html">
72 <link rel="import" href="ui/ct-results-panel-tests.html"> 71 <link rel="import" href="ui/ct-results-panel-tests.html">
73 <link rel="import" href="ui/ct-test-list-tests.html"> 72 <link rel="import" href="ui/ct-test-list-tests.html">
74 <link rel="import" href="ui/ct-test-output-tests.html"> 73 <link rel="import" href="ui/ct-test-output-tests.html">
75 <link rel="import" href="ui/ct-tree-status-tests.html"> 74 <link rel="import" href="ui/ct-tree-status-tests.html">
76 75
77 </body> 76 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698