< prev index next >

./make/jprt.properties

Print this page
rev 2692 : [mq]: 8181053


 394 # The complete list of test targets for jprt
 395 my.test.targets.hotspot=                                                \
 396   ${my.test.targets.hotspot.open},                                      \
 397   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 398   ${my.test.targets.hotspot.solaris.x64},                               \
 399   ${my.test.targets.hotspot.linux.i586},                                \
 400   ${my.test.targets.hotspot.linux.x64},                                 \
 401   ${my.test.targets.hotspot.macosx.x64},                                \
 402   ${my.test.targets.hotspot.windows.i586},                              \
 403   ${my.test.targets.hotspot.windows.x64},                               \
 404   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 405   ${my.test.targets.hotspot.solaris.x64},                               \
 406   ${my.test.targets.hotspot.linux.x64},                                 \
 407   ${my.test.targets.hotspot.windows.i586},                              \
 408   ${my.test.targets.hotspot.windows.x64},                               \
 409   ${my.additional.test.targets.hotspot}
 410 
 411 
 412 # Make file based test targets
 413 
 414 my.make.rule.test.targets.hotspot.basicvmtests=                         \
 415   linux_i586_3.8-*-default-hotspot_basicvmtest,                         \
 416   linux_x64_3.8-*-default-hotspot_basicvmtest,                          \
 417   macosx_x64_10.9-*-default-hotspot_basicvmtest,                        \
 418   solaris_sparcv9_5.11-*-default-hotspot_basicvmtest,                   \
 419   solaris_x64_5.11-*-default-hotspot_basicvmtest,                       \
 420   windows_i586_6.3-*-default-hotspot_basicvmtest,                       \
 421   windows_x64_6.3-*-default-hotspot_basicvmtest
 422 
 423 my.make.rule.test.targets.hotspot.gtest= \
 424   linux_i586_3.8-*-default-hotspot_gtest, \
 425   linux_x64_3.8-*-default-hotspot_gtest, \
 426   macosx_x64_10.9-*-default-hotspot_gtest, \
 427   solaris_sparcv9_5.11-*-default-hotspot_gtest, \
 428   solaris_x64_5.11-*-default-hotspot_gtest, \
 429   windows_i586_6.3-*-default-hotspot_gtest, \
 430   windows_x64_6.3-*-default-hotspot_gtest, \
 431   ${my.additional.make.rule.test.targets.hotspot.gtest}
 432 
 433 my.make.rule.test.targets.hotspot.reg.group=                            \
 434   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 435   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 436   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 437   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 438   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 439   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 440   windows_x64_6.3-fastdebug-c2-GROUP
 441 
 442 # Hotspot jtreg tests


 447   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed},   \
 448   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1},              \
 449   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2},              \
 450   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed},         \
 451   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold},          \
 452   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher},       \
 453   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime},           \
 454   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability},    \
 455   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},                  \
 456   solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher,                            \
 457   solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher,                                        \
 458   linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher,                                  \
 459   linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher,                                   \
 460   macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher,                                 \
 461   windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                        \
 462   windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                  \
 463   ${my.additional.make.rule.test.targets.hotspot.reg}
 464 
 465 # Other Makefile based Hotspot tests
 466 my.make.rule.test.targets.hotspot.other=                                \
 467   ${my.make.rule.test.targets.hotspot.basicvmtests},                    \
 468   ${my.make.rule.test.targets.hotspot.gtest},                           \
 469   ${my.additional.make.rule.test.targets.hotspot.other}
 470 
 471 # All the makefile based tests to run
 472 my.make.rule.test.targets.hotspot=                                      \
 473   ${my.make.rule.test.targets.hotspot.reg}                              \
 474   ${my.make.rule.test.targets.hotspot.other}
 475 
 476 # Install the test bundle for the testset hotspot jtreg tests
 477 # (but not for the other Makefile based tests)
 478 my.jprt.test.bundle.targets.hotspot= \
 479   ${my.make.rule.test.targets.hotspot.reg}, \
 480   ${my.make.rule.test.targets.hotspot.gtest}
 481 
 482 # Native jdk and hotspot test targets (testset=nativesanity)
 483 my.make.rule.test.targets.nativesanity=                                 \
 484     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \
 485     ${my.test.target.set:TESTNAME=hotspot_native_sanity}
 486 
 487 # Install the test bundle for the nativesanity jtreg tests




 394 # The complete list of test targets for jprt
 395 my.test.targets.hotspot=                                                \
 396   ${my.test.targets.hotspot.open},                                      \
 397   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 398   ${my.test.targets.hotspot.solaris.x64},                               \
 399   ${my.test.targets.hotspot.linux.i586},                                \
 400   ${my.test.targets.hotspot.linux.x64},                                 \
 401   ${my.test.targets.hotspot.macosx.x64},                                \
 402   ${my.test.targets.hotspot.windows.i586},                              \
 403   ${my.test.targets.hotspot.windows.x64},                               \
 404   ${my.test.targets.hotspot.solaris.sparcv9},                           \
 405   ${my.test.targets.hotspot.solaris.x64},                               \
 406   ${my.test.targets.hotspot.linux.x64},                                 \
 407   ${my.test.targets.hotspot.windows.i586},                              \
 408   ${my.test.targets.hotspot.windows.x64},                               \
 409   ${my.additional.test.targets.hotspot}
 410 
 411 
 412 # Make file based test targets
 413 









 414 my.make.rule.test.targets.hotspot.gtest= \
 415   linux_i586_3.8-*-default-hotspot_gtest, \
 416   linux_x64_3.8-*-default-hotspot_gtest, \
 417   macosx_x64_10.9-*-default-hotspot_gtest, \
 418   solaris_sparcv9_5.11-*-default-hotspot_gtest, \
 419   solaris_x64_5.11-*-default-hotspot_gtest, \
 420   windows_i586_6.3-*-default-hotspot_gtest, \
 421   windows_x64_6.3-*-default-hotspot_gtest, \
 422   ${my.additional.make.rule.test.targets.hotspot.gtest}
 423 
 424 my.make.rule.test.targets.hotspot.reg.group=                            \
 425   solaris_sparcv9_5.11-fastdebug-c2-GROUP,                              \
 426   solaris_x64_5.11-fastdebug-c2-GROUP,                                  \
 427   linux_i586_3.8-fastdebug-c2-GROUP,                                    \
 428   linux_x64_3.8-fastdebug-c2-GROUP,                                     \
 429   macosx_x64_10.9-fastdebug-c2-GROUP,                                   \
 430   windows_i586_6.3-fastdebug-c2-GROUP,                                  \
 431   windows_x64_6.3-fastdebug-c2-GROUP
 432 
 433 # Hotspot jtreg tests


 438   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_compiler_closed},   \
 439   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_1},              \
 440   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_2},              \
 441   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_closed},         \
 442   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcold},          \
 443   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_gc_gcbasher},       \
 444   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_runtime},           \
 445   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_tier1_serviceability},    \
 446   ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity},                  \
 447   solaris_sparcv9_5.11-product-c2-hotspot_tier1_gc_gcbasher,                            \
 448   solaris_x64_5.11-product-c2-hotspot_tier1_gc_gcbasher,                                        \
 449   linux_i586_3.8-product-c2-hotspot_tier1_gc_gcbasher,                                  \
 450   linux_x64_3.8-product-c2-hotspot_tier1_gc_gcbasher,                                   \
 451   macosx_x64_10.9-product-c2-hotspot_tier1_gc_gcbasher,                                 \
 452   windows_i586_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                        \
 453   windows_x64_6.3-product-c2-hotspot_tier1_gc_gcbasher,                                  \
 454   ${my.additional.make.rule.test.targets.hotspot.reg}
 455 
 456 # Other Makefile based Hotspot tests
 457 my.make.rule.test.targets.hotspot.other=                                \

 458   ${my.make.rule.test.targets.hotspot.gtest},                           \
 459   ${my.additional.make.rule.test.targets.hotspot.other}
 460 
 461 # All the makefile based tests to run
 462 my.make.rule.test.targets.hotspot=                                      \
 463   ${my.make.rule.test.targets.hotspot.reg}                              \
 464   ${my.make.rule.test.targets.hotspot.other}
 465 
 466 # Install the test bundle for the testset hotspot jtreg tests
 467 # (but not for the other Makefile based tests)
 468 my.jprt.test.bundle.targets.hotspot= \
 469   ${my.make.rule.test.targets.hotspot.reg}, \
 470   ${my.make.rule.test.targets.hotspot.gtest}
 471 
 472 # Native jdk and hotspot test targets (testset=nativesanity)
 473 my.make.rule.test.targets.nativesanity=                                 \
 474     ${my.test.target.set:TESTNAME=jdk_native_sanity},                   \
 475     ${my.test.target.set:TESTNAME=hotspot_native_sanity}
 476 
 477 # Install the test bundle for the nativesanity jtreg tests


< prev index next >