make/jprt.properties
changeset 39190 a6b5b18fd06c
parent 37971 df5f275ebdac
child 42005 7c65b06a0b86
equal deleted inserted replaced
38630:ced9f79a0d3f 39190:a6b5b18fd06c
    73 jprt.windows.6.3.jdk9.compiler=
    73 jprt.windows.6.3.jdk9.compiler=
    74 jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
    74 jprt.windows.jdk9.target.attribute.compilerVS2013.appliesTo.builds=none
    75 jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
    75 jprt.macosx.jdk9.target.attribute.compilerXcode511.appliesTo.builds=none
    76 
    76 
    77 # Set up the run flavors (jvm variants)
    77 # Set up the run flavors (jvm variants)
    78 jprt.run.flavors=c1,c2,default,${my.additional.run.flavors}
    78 jprt.run.flavors=c2,default,${my.additional.run.flavors}
    79 
    79 
    80 # Setup jib profiles
    80 # Setup jib profiles
    81 jprt.linux_i586.product.build.jib.profile=linux-x86
    81 jprt.linux_i586.product.build.jib.profile=linux-x86
    82 jprt.linux_x64.product.build.jib.profile=linux-x64
    82 jprt.linux_x64.product.build.jib.profile=linux-x64
    83 jprt.macosx_x64.product.build.jib.profile=macosx-x64
    83 jprt.macosx_x64.product.build.jib.profile=macosx-x64
   206 
   206 
   207 # Test target list (no fastdebug & limited c2 testing)
   207 # Test target list (no fastdebug & limited c2 testing)
   208 my.test.target.set=							\
   208 my.test.target.set=							\
   209     solaris_sparcv9_5.11-product-c2-TESTNAME,				\
   209     solaris_sparcv9_5.11-product-c2-TESTNAME,				\
   210     solaris_x64_5.11-product-c2-TESTNAME,				\
   210     solaris_x64_5.11-product-c2-TESTNAME,				\
   211     linux_i586_3.8-product-{c1|c2}-TESTNAME,				\
   211     linux_i586_3.8-product-c2-TESTNAME, 				\
   212     linux_x64_3.8-product-c2-TESTNAME,					\
   212     linux_x64_3.8-product-c2-TESTNAME,					\
   213     macosx_x64_10.9-product-c2-TESTNAME,				\
   213     macosx_x64_10.9-product-c2-TESTNAME,				\
   214     windows_i586_6.3-product-c1-TESTNAME,				\
   214     windows_i586_6.3-product-c2-TESTNAME,				\
   215     windows_x64_6.3-product-c2-TESTNAME
   215     windows_x64_6.3-product-c2-TESTNAME
   216 
   216 
   217 # Default vm test targets (testset=default)
   217 # Default vm test targets (testset=default)
   218 my.test.targets.default=						\
   218 my.test.targets.default=						\
   219     ${my.test.target.set:TESTNAME=jvm98},				\
   219     ${my.test.target.set:TESTNAME=jvm98},				\
   294 
   294 
   295 # JCK test targets in test/Makefile (no windows)
   295 # JCK test targets in test/Makefile (no windows)
   296 my.test.target.set.jck=							\
   296 my.test.target.set.jck=							\
   297     solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
   297     solaris_sparcv9_5.11-product-c2-JCK7TESTRULE,			\
   298     solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
   298     solaris_x64_5.11-product-c2-JCK7TESTRULE,				\
   299     linux_i586_3.8-product-c1-JCK7TESTRULE,				\
   299     linux_i586_3.8-product-c2-JCK7TESTRULE,				\
   300     linux_x64_3.8-product-c2-JCK7TESTRULE
   300     linux_x64_3.8-product-c2-JCK7TESTRULE
   301 
   301 
   302 # JCK testset targets
   302 # JCK testset targets
   303 my.make.rule.test.targets.jck=						\
   303 my.make.rule.test.targets.jck=						\
   304     ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},		\
   304     ${my.test.target.set.jck:JCK7TESTRULE=jck7devtools},		\