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

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

Issue 405843002: Delete garden-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update run_unittests.html 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 24 matching lines...) Expand all
35 </script> 35 </script>
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 <link rel="stylesheet" href="styles/results.css">
46
47 <script src="bower_components/sugar/release/sugar-full.development.js"></script> 45 <script src="bower_components/sugar/release/sugar-full.development.js"></script>
48 <script src="scripts/base.js"></script> 46 <script src="scripts/base.js"></script>
49 <script src="scripts/config.js"></script> 47 <script src="scripts/config.js"></script>
50 <script src="scripts/base_unittests.js"></script> 48 <script src="scripts/base_unittests.js"></script>
51 <script src="scripts/net.js"></script> 49 <script src="scripts/net.js"></script>
52 <script src="scripts/net_unittests.js"></script> 50 <script src="scripts/net_unittests.js"></script>
53 <script src="scripts/rollbot.js"></script> 51 <script src="scripts/rollbot.js"></script>
54 <script src="scripts/rollbot_unittests.js"></script> 52 <script src="scripts/rollbot_unittests.js"></script>
55 <script src="scripts/svn-log.js"></script> 53 <script src="scripts/svn-log.js"></script>
56 <script src="scripts/svn-log_unittests.js"></script> 54 <script src="scripts/svn-log_unittests.js"></script>
57 <script src="scripts/treestatus.js"></script> 55 <script src="scripts/treestatus.js"></script>
58 <script src="scripts/treestatus_unittests.js"></script> 56 <script src="scripts/treestatus_unittests.js"></script>
59 <script src="scripts/builders.js"></script> 57 <script src="scripts/builders.js"></script>
60 <script src="scripts/builders_unittests.js"></script> 58 <script src="scripts/builders_unittests.js"></script>
61 <script src="scripts/results.js"></script> 59 <script src="scripts/results.js"></script>
62 <script src="scripts/results_unittests.js"></script> 60 <script src="scripts/results_unittests.js"></script>
63 <script src="scripts/ui.js"></script> 61 <script src="scripts/ui.js"></script>
64 <script src="scripts/ui/actions.js"></script>
65 <script src="scripts/ui/actions_unittests.js"></script>
66 <script src="scripts/ui/failures.js"></script>
67 <script src="scripts/ui/failures_unittests.js"></script>
68 <script src="scripts/ui/results.js"></script>
69 <script src="scripts/controllers.js"></script> <!-- This script is slightly of o rder. -->
70 <script src="scripts/ui/results_unittests.js"></script>
71 <script src="scripts/ui_unittests.js"></script> 62 <script src="scripts/ui_unittests.js"></script>
72 <script src="scripts/model.js"></script> 63 <script src="scripts/model.js"></script>
73 <script src="scripts/model_unittests.js"></script> 64 <script src="scripts/model_unittests.js"></script>
74 <script src="scripts/ui/notifications.js"></script>
75 <script src="scripts/ui/notifications_unittests.js"></script>
76 <script src="scripts/controllers_unittests.js"></script>
77 65
78 <script src="bower_components/platform/platform.js"></script> 66 <script src="bower_components/platform/platform.js"></script>
79 <link rel="import" href="bower_components/polymer/polymer.html"> 67 <link rel="import" href="bower_components/polymer/polymer.html">
80 <link rel="import" href="polymer-load-warning.html"> 68 <link rel="import" href="polymer-load-warning.html">
81 <link rel="import" href="ui/ct-builder-grid-tests.html"> 69 <link rel="import" href="ui/ct-builder-grid-tests.html">
82 <link rel="import" href="ui/ct-builder-tests.html"> 70 <link rel="import" href="ui/ct-builder-tests.html">
83 <link rel="import" href="ui/ct-commit-data-tests.html"> 71 <link rel="import" href="ui/ct-commit-data-tests.html">
84 <link rel="import" href="ui/ct-commit-tests.html"> 72 <link rel="import" href="ui/ct-commit-tests.html">
85 <link rel="import" href="ui/ct-embedded-flakiness-dashboard-tests.html"> 73 <link rel="import" href="ui/ct-embedded-flakiness-dashboard-tests.html">
86 <link rel="import" href="ui/ct-failure-card-tests.html"> 74 <link rel="import" href="ui/ct-failure-card-tests.html">
87 <link rel="import" href="ui/ct-failure-grouper-tests.html"> 75 <link rel="import" href="ui/ct-failure-grouper-tests.html">
88 <link rel="import" href="ui/ct-failure-stream-tests.html"> 76 <link rel="import" href="ui/ct-failure-stream-tests.html">
89 <link rel="import" href="ui/ct-failing-builders-tests.html"> 77 <link rel="import" href="ui/ct-failing-builders-tests.html">
90 <link rel="import" href="ui/ct-results-by-builder-tests.html"> 78 <link rel="import" href="ui/ct-results-by-builder-tests.html">
91 <link rel="import" href="ui/ct-results-comparison-tests.html"> 79 <link rel="import" href="ui/ct-results-comparison-tests.html">
92 <link rel="import" href="ui/ct-results-detail-tests.html"> 80 <link rel="import" href="ui/ct-results-detail-tests.html">
93 <link rel="import" href="ui/ct-results-panel-tests.html"> 81 <link rel="import" href="ui/ct-results-panel-tests.html">
94 <link rel="import" href="ui/ct-test-list-tests.html"> 82 <link rel="import" href="ui/ct-test-list-tests.html">
95 <link rel="import" href="ui/ct-test-output-tests.html"> 83 <link rel="import" href="ui/ct-test-output-tests.html">
96 <link rel="import" href="ui/ct-tree-status-tests.html"> 84 <link rel="import" href="ui/ct-tree-status-tests.html">
97 85
98 </body> 86 </body>
OLDNEW
« no previous file with comments | « Tools/GardeningServer/images/favicon-red.png ('k') | Tools/GardeningServer/scripts/controllers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698