39
40 # The different build flavors we want
41 jprt.build.flavors=product,fastdebug
42 jprt.run.flavors=c1,c2
43 jprt.solaris_sparcv9.run.flavors=c2
44 jprt.solaris_x64.run.flavors=c2
45 jprt.windows_x64.run.flavors=c2
46 jprt.linux_x64.run.flavors=c2
47 jprt.run.flavor.c1.option=-client
48 jprt.run.flavor.c2.option=-server
49
50 # Explicitly designate what the 32bit match is for the 64bit build
51 jprt.solaris_sparcv9.build.platform.match32=solaris_sparc_5.10
52 jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
53
54 # Standard test target for everybody
55 jprt.test.targets=*-*-*-jvm98
56
57 # Test targets in test/Makefile (some longer running tests only test c2)
58 jprt.make.rule.test.targets= \
59 *-product-*-jdk_beans1, \
60 *-product-*-jdk_beans2, \
61 *-product-*-jdk_beans3, \
62 *-product-*-jdk_io, \
63 *-product-*-jdk_lang, \
64 *-product-*-jdk_management1, \
65 *-product-*-jdk_management2, \
66 *-product-*-jdk_math, \
67 *-product-*-jdk_misc, \
68 *-product-*-jdk_net, \
69 *-product-*-jdk_nio1, \
70 *-product-*-jdk_nio2, \
71 *-product-*-jdk_nio3, \
72 *-product-*-jdk_security1, \
73 *-product-*-jdk_security2, \
74 *-product-*-jdk_security3, \
75 *-product-*-jdk_text, \
76 *-product-*-jdk_tools1, \
77 *-product-*-jdk_tools2, \
78 *-product-*-jdk_util
79
80 # Some of these are crashing Xvfb or windows manager, need dedicated DISPLAY per test batch
81 jprt2.make.rule.test.targets= \
82 *-product-*-jdk_awt, \
83 *-product-*-jdk_rmi, \
84 *-product-*-jdk_swing, \
85
86 # Directories needed to build
87 jprt.bundle.exclude.src.dirs=build
88
|
39
40 # The different build flavors we want
41 jprt.build.flavors=product,fastdebug
42 jprt.run.flavors=c1,c2
43 jprt.solaris_sparcv9.run.flavors=c2
44 jprt.solaris_x64.run.flavors=c2
45 jprt.windows_x64.run.flavors=c2
46 jprt.linux_x64.run.flavors=c2
47 jprt.run.flavor.c1.option=-client
48 jprt.run.flavor.c2.option=-server
49
50 # Explicitly designate what the 32bit match is for the 64bit build
51 jprt.solaris_sparcv9.build.platform.match32=solaris_sparc_5.10
52 jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
53
54 # Standard test target for everybody
55 jprt.test.targets=*-*-*-jvm98
56
57 # Test targets in test/Makefile (some longer running tests only test c2)
58 jprt.make.rule.test.targets= \
59 *-product-*-jdk_net, \
60 *-product-*-jdk_nio1, \
61 *-product-*-jdk_nio2, \
62 *-product-*-jdk_nio3
63
64 # Some of these are crashing Xvfb or windows manager, need dedicated DISPLAY per test batch
65
66 # Directories needed to build
67 jprt.bundle.exclude.src.dirs=build
68
|