initial import
[vuplus_webkit] / Tools / BuildSlaveSupport / build.webkit.org-config / public_html / TestFailures / index.html
1 <!--
2 Copyright (C) 2011 Apple Inc. All rights reserved.
3
4 Redistribution and use in source and binary forms, with or without
5 modification, are permitted provided that the following conditions
6 are met:
7 1. Redistributions of source code must retain the above copyright
8    notice, this list of conditions and the following disclaimer.
9 2. Redistributions in binary form must reproduce the above copyright
10    notice, this list of conditions and the following disclaimer in the
11    documentation and/or other materials provided with the distribution.
12
13 THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
14 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
15 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
17 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
23 THE POSSIBILITY OF SUCH DAMAGE.
24 -->
25
26 <!DOCTYPE html>
27 <html>
28 <head>
29     <link rel="stylesheet" href="styles/TestFailures.css"></link>
30     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
31
32     <script src="scripts/config.js"></script>
33     <script src="scripts/base.js"></script>
34     <script src="scripts/net.js"></script>
35     <script src="scripts/Trac.js"></script>
36
37     <script src="scripts/Utilities.js"></script>
38     <script src="scripts/NewBugForm.js"></script>
39     <script src="scripts/TestRelatedBugForm.js"></script>
40     <script src="scripts/FailingTestsBugForm.js"></script>
41     <script src="scripts/FlakyTestBugForm.js"></script>
42
43     <script src="scripts/Bugzilla.js"></script>
44     <script src="scripts/Buildbot.js"></script>
45     <script src="scripts/Builder.js"></script>
46     <script src="scripts/FlakyLayoutTestDetector.js"></script>
47     <script src="scripts/LayoutTestHistoryAnalyzer.js"></script>
48     <script src="scripts/LayoutTestResultsLoader.js"></script>
49     <script src="scripts/NRWTResultsParser.js"></script>
50     <script src="scripts/ORWTResultsParser.js"></script>
51     <script src="scripts/PersistentCache.js"></script>
52     <script src="scripts/ViewController.js"></script>
53     <script src="scripts/WebKitBugzilla.js"></script>
54     <script src="scripts/WebKitBuildbot.js"></script>
55     <script>
56         var viewController = new ViewController(new WebKitBuildbot());
57     </script>
58 </head>
59 <body>
60 </body>
61 </html>