1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE testconfig PUBLIC "-//NetBeans//DTD XTest Master Config 1.0//EN" "http://www.netbeans.org/dtds/xtest-master-config-1_0.dtd">
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6 Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
9 The contents of this file are subject to the terms of either the GNU
10 General Public License Version 2 only ("GPL") or the Common
11 Development and Distribution License("CDDL") (collectively, the
12 "License"). You may not use this file except in compliance with the
13 License. You can obtain a copy of the License at
14 http://www.netbeans.org/cddl-gplv2.html
15 or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
16 specific language governing permissions and limitations under the
17 License. When distributing the software, include this License Header
18 Notice in each file and include the License file at
19 nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this
20 particular file as subject to the "Classpath" exception as provided
21 by Sun in the GPL Version 2 section of the License file that
22 accompanied this code. If applicable, add the following below the
23 License Header, with the fields enclosed by brackets [] replaced by
24 your own identifying information:
25 "Portions Copyrighted [year] [name of copyright owner]"
29 The Original Software is NetBeans. The Initial Developer of the Original
30 Software is Sun Microsystems, Inc. Portions Copyright 1997-2008 Sun
31 Microsystems, Inc. All Rights Reserved.
33 If you wish your version of this file to be governed by only the CDDL
34 or only the GPL Version 2, indicate your decision by adding
35 "[Contributor] elects to include this software in this distribution
36 under the [CDDL or GPL Version 2] license." If you do not indicate a
37 single choice of license, a recipient has the option to distribute
38 your version of this file under either the CDDL, the GPL Version 2 or
39 to extend the choice of license to its licensees as provided above.
40 However, if you add GPL Version 2 code and therefore, elected the GPL
41 Version 2 license, then the option applies only if the new code is
42 made subject to such option by the copyright holder.
47 <!-- This file is not used to add unit tests for daily runs. It is configured
48 directly on Test4U or through binary tests distribution. See
49 http://jupiter.czech.sun.com/wiki/view/PlatformQE/DailyTestRunTestSuite.
54 <config name="qa-performance">
55 <module name="performance" testtypes="unit" attributes="measure_ide"/>
56 <module name="performance" testtypes="qa-functional" attributes="measure_ui"/>
59 <config name="qa-performance-ide">
60 <module name="performance" testtypes="unit" attributes="measure_ide"/>
63 <config name="qa-performance-ui">
64 <module name="performance" testtypes="qa-functional" attributes="measure_ui"/>
67 <config name="qa-web-performance">
68 <module name="web" testtypes="qa-performance" attributes="measure_ui"/>
69 <module name="j2ee" testtypes="qa-performance" attributes="measure_all"/>
70 <module name="performance" testtypes="qa-functional" attributes="measure_setup"/>
74 <!-- Validation tests configurations. Used in NetBeans continuous build process.
75 See http://wiki.netbeans.org/wiki/view/UICommitValidation.
77 <config name="commit-validation-nb">
78 <module name="o.n.core" testtypes="unit" attributes="commit"/>
79 <module name="core.windows" testtypes="unit" attributes="commit" />
80 <module name="javahelp" testtypes="unit" attributes="commit" />
81 <module name="ide.kit" testtypes="qa-functional" attributes="commit"/>
82 <module name="editor" testtypes="qa-functional" attributes="commit" />
85 <config name="commit-validation-enterprise">
86 <!--module name="enterprise/bpel" testtypes="qa-functional" attributes="commit"/-->
87 <module name="soa.kit" testtypes="qa-functional" attributes="commit"/>
88 <module name="xml.schema" testtypes="qa-functional" attributes="commit"/>
91 <config name="commit-validation-cnd">
92 <module name="ide.kit" testtypes="qa-functional" attributes="cnd"/>
95 <config name="commit-validation-profiler">
96 <module name="ide.kit" testtypes="qa-functional" attributes="profiler"/>
99 <config name="commit-validation-j2ee">
100 <module name="ide.kit" testtypes="qa-functional" attributes="j2ee"/>
103 <config name="commit-validation-mobility">
104 <module name="mobility.project" testtypes="qa-functional" attributes="commit">
105 <!-- Propagate wtk.dir property to build-qa-functional.xml. -->
106 <property name="wtk.dir" value="${wtk.dir}"/>
110 <config name="commit-validation-uml">
111 <module name="uml.kit" testtypes="qa-functional" attributes="commit"/>
114 <config name="commit-validation-ruby">
115 <module name="ide.kit" testtypes="qa-functional" attributes="ruby"/>
118 <!-- All commit configs in one. You can run them using:
119 ant -f nbbuild/build.xml commit-validation
120 -D"xtest.userdata|com.sun.aas.installRoot"=<glassfish install dir>
121 -Dwtk.dir=<path to wtk22_win.zip or wtk22_linux.zip>
122 -Dxtest.config=commit-validation-all
124 <config name="commit-validation-all">
125 <module name="o.n.core" testtypes="unit" attributes="commit"/>
126 <module name="core.windows" testtypes="unit" attributes="commit" />
127 <module name="javahelp" testtypes="unit" attributes="commit" />
128 <module name="editor" testtypes="qa-functional" attributes="commit" />
129 <!--module name="enterprise/bpel" testtypes="qa-functional" attributes="commit"/-->
130 <module name="ide.kit" testtypes="qa-functional" attributes="cnd,commit,j2ee,profiler,ruby"/>
131 <module name="mobility.project" testtypes="qa-functional" attributes="commit">
132 <!-- Propagate wtk.dir property to build-qa-functional.xml. -->
133 <property name="wtk.dir" value="${wtk.dir}"/>
135 <module name="soa.kit" testtypes="qa-functional" attributes="commit"/>
136 <module name="uml.kit" testtypes="qa-functional" attributes="commit"/>
137 <module name="xml.schema" testtypes="qa-functional" attributes="commit"/>