duke@0
|
1 #
|
ohair@2362
|
2 # Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved.
|
duke@0
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
duke@0
|
4 #
|
duke@0
|
5 # This code is free software; you can redistribute it and/or modify it
|
duke@0
|
6 # under the terms of the GNU General Public License version 2 only, as
|
ohair@2362
|
7 # published by the Free Software Foundation. Oracle designates this
|
duke@0
|
8 # particular file as subject to the "Classpath" exception as provided
|
ohair@2362
|
9 # by Oracle in the LICENSE file that accompanied this code.
|
duke@0
|
10 #
|
duke@0
|
11 # This code is distributed in the hope that it will be useful, but WITHOUT
|
duke@0
|
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
duke@0
|
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
duke@0
|
14 # version 2 for more details (a copy is included in the LICENSE file that
|
duke@0
|
15 # accompanied this code).
|
duke@0
|
16 #
|
duke@0
|
17 # You should have received a copy of the GNU General Public License version
|
duke@0
|
18 # 2 along with this work; if not, write to the Free Software Foundation,
|
duke@0
|
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
duke@0
|
20 #
|
ohair@2362
|
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
ohair@2362
|
22 # or visit www.oracle.com if you need additional information or have any
|
ohair@2362
|
23 # questions.
|
duke@0
|
24 #
|
duke@0
|
25
|
duke@0
|
26 # Properties for jprt
|
duke@0
|
27
|
ohair@2680
|
28 # Use whatever release that the submitted job requests
|
ohair@2680
|
29 jprt.tools.default.release=${jprt.submit.release}
|
duke@0
|
30
|
ohair@2680
|
31 # The different build flavors we want, we override here so we just get these 2
|
duke@0
|
32 jprt.build.flavors=product,fastdebug
|
duke@0
|
33
|
ohair@1821
|
34 # Standard test target for everybody
|
duke@0
|
35 jprt.test.targets=*-*-*-jvm98
|
ohair@1009
|
36
|
ohair@1821
|
37 # Test targets in test/Makefile (some longer running tests only test c2)
|
ohair@1821
|
38 jprt.make.rule.test.targets= \
|
ohair@1821
|
39 *-product-*-jdk_beans1, \
|
ohair@1821
|
40 *-product-*-jdk_beans2, \
|
ohair@1821
|
41 *-product-*-jdk_beans3, \
|
ohair@1821
|
42 *-product-*-jdk_io, \
|
ohair@1821
|
43 *-product-*-jdk_lang, \
|
ohair@1821
|
44 *-product-*-jdk_management1, \
|
ohair@1821
|
45 *-product-*-jdk_management2, \
|
ohair@1821
|
46 *-product-*-jdk_math, \
|
ohair@1821
|
47 *-product-*-jdk_misc, \
|
ohair@1821
|
48 *-product-*-jdk_net, \
|
ohair@1821
|
49 *-product-*-jdk_nio1, \
|
ohair@1821
|
50 *-product-*-jdk_nio2, \
|
ohair@1821
|
51 *-product-*-jdk_nio3, \
|
ohair@1821
|
52 *-product-*-jdk_security1, \
|
ohair@1821
|
53 *-product-*-jdk_security2, \
|
ohair@1821
|
54 *-product-*-jdk_security3, \
|
ohair@1821
|
55 *-product-*-jdk_text, \
|
ohair@1821
|
56 *-product-*-jdk_tools1, \
|
ohair@1821
|
57 *-product-*-jdk_tools2, \
|
ohair@1821
|
58 *-product-*-jdk_util
|
ohair@1821
|
59
|
ohair@1821
|
60 # Some of these are crashing Xvfb or windows manager, need dedicated DISPLAY per test batch
|
ohair@1821
|
61 jprt2.make.rule.test.targets= \
|
ohair@1821
|
62 *-product-*-jdk_awt, \
|
ohair@1821
|
63 *-product-*-jdk_rmi, \
|
ohair@1821
|
64 *-product-*-jdk_swing, \
|
duke@0
|
65
|
ohair@2680
|
66 # Directories to be excluded from the source bundles
|
ohair@2680
|
67 jprt.bundle.exclude.src.dirs=build dist webrev
|
duke@0
|
68
|