< prev index next >

make/jprt.properties

Print this page




 432   linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
 433   macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
 434   solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
 435   solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
 436   windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
 437   windows_x64_6.3-*-default-hotspot_basicvmtest
 438 
 439 my.make.rule.test.targets.hotspot.reg.group=                            \
 440   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 441   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 442   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 443   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 444   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 445   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 446   windows_x64_6.3-fastdebug-c2-GROUP,                                   \
 447   linux_i586_3.8-fastdebug-c1-GROUP,                                    \
 448   windows_i586_6.3-fastdebug-c1-GROUP
 449 
 450 # Hotspot jtreg tests
 451 my.make.rule.test.targets.hotspot.reg=                                          \
 452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_1},      \
 453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_2},      \
 454   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_3},      \
 455   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_compiler_closed}, \
 456   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc},              \
 457   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_closed},       \
 458   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_gc_gcold},        \
 459   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime},         \
 460   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability},  \
 461   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},          \
 462   ${my.additional.make.rule.test.targets.hotspot.reg}
 463 
 464 # Other Makefile based Hotspot tests
 465 my.make.rule.test.targets.hotspot.other=                                \
 466   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
 467   ${my.additional.make.rule.test.targets.hotspot.other}
 468 
 469 # All the makefile based tests to run
 470 my.make.rule.test.targets.hotspot=                                      \
 471   ${my.make.rule.test.targets.hotspot.reg}                              \
 472   ${my.make.rule.test.targets.hotspot.other}
 473 
 474 # Install the test bundle for the testset hotspot jtreg tests
 475 # (but not for the other Makefile based tests)
 476 my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
 477 
 478 # Native jdk and hotspot test targets (testset=nativesanity)
 479 my.make.rule.test.targets.nativesanity=                                 \
 480     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \




 432   linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
 433   macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
 434   solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
 435   solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
 436   windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
 437   windows_x64_6.3-*-default-hotspot_basicvmtest
 438 
 439 my.make.rule.test.targets.hotspot.reg.group=                            \
 440   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 441   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 442   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 443   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 444   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 445   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 446   windows_x64_6.3-fastdebug-c2-GROUP,                                   \
 447   linux_i586_3.8-fastdebug-c1-GROUP,                                    \
 448   windows_i586_6.3-fastdebug-c1-GROUP
 449 
 450 # Hotspot jtreg tests
 451 my.make.rule.test.targets.hotspot.reg=                                                  \
 452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_1},         \
 453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_2},         \
 454   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_3},         \
 455   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_compiler_closed},    \
 456   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc},                 \
 457   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_closed},          \
 458   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_gc_gcold},           \
 459   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_runtime},            \
 460   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_fast_serviceability},     \
 461   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},                  \
 462   ${my.additional.make.rule.test.targets.hotspot.reg}
 463 
 464 # Other Makefile based Hotspot tests
 465 my.make.rule.test.targets.hotspot.other=                                \
 466   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
 467   ${my.additional.make.rule.test.targets.hotspot.other}
 468 
 469 # All the makefile based tests to run
 470 my.make.rule.test.targets.hotspot=                                      \
 471   ${my.make.rule.test.targets.hotspot.reg}                              \
 472   ${my.make.rule.test.targets.hotspot.other}
 473 
 474 # Install the test bundle for the testset hotspot jtreg tests
 475 # (but not for the other Makefile based tests)
 476 my.jprt.test.bundle.targets.hotspot=${my.make.rule.test.targets.hotspot.reg}
 477 
 478 # Native jdk and hotspot test targets (testset=nativesanity)
 479 my.make.rule.test.targets.nativesanity=                                 \
 480     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \


< prev index next >