test/Makefile

Print this page




 500         $(call RunAgentvmBatch)
 501 
 502 # Stable agentvm testruns (TestNG)
 503 JDK_DEFAULT_TARGETS += jdk_time
 504 jdk_time: $(call TestDirs, java/time)
 505         $(call RunOthervmBatch)
 506 
 507 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 508 JDK_ALL_TARGETS += jdk_other
 509 JDK_DEFAULT_TARGETS += jdk_other
 510 jdk_other: $(call TestDirs, \
 511           demo/jvmti demo/zipfs sample \
 512           javax/naming com/sun/jndi \
 513           javax/script \
 514           java/sql javax/sql \
 515           javax/smartcardio \
 516           javax/xml/ws com/sun/internal/ws \
 517           jdk/asm \
 518           com/sun/org/apache/xerces \
 519           com/sun/corba \
 520           com/sun/servicetag \
 521           com/sun/tracing \
 522           sun/usagetracker)
 523         $(call RunAgentvmBatch)
 524 
 525 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 526 JDK_ALL_TARGETS += jdk_net
 527 JDK_DEFAULT_TARGETS += jdk_net
 528 jdk_net: $(call TestDirs, com/sun/net java/net sun/net com/oracle/net)
 529         $(call RunAgentvmBatch)
 530 
 531 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 532 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio)
 533         $(call SharedLibraryPermissions,java/nio/channels)
 534         $(call RunAgentvmBatch)
 535 
 536 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 537 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 538         $(call RunAgentvmBatch)
 539 
 540 # Stable othervm testruns (minus items from PROBLEM_LIST)




 500         $(call RunAgentvmBatch)
 501 
 502 # Stable agentvm testruns (TestNG)
 503 JDK_DEFAULT_TARGETS += jdk_time
 504 jdk_time: $(call TestDirs, java/time)
 505         $(call RunOthervmBatch)
 506 
 507 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 508 JDK_ALL_TARGETS += jdk_other
 509 JDK_DEFAULT_TARGETS += jdk_other
 510 jdk_other: $(call TestDirs, \
 511           demo/jvmti demo/zipfs sample \
 512           javax/naming com/sun/jndi \
 513           javax/script \
 514           java/sql javax/sql \
 515           javax/smartcardio \
 516           javax/xml/ws com/sun/internal/ws \
 517           jdk/asm \
 518           com/sun/org/apache/xerces \
 519           com/sun/corba \

 520           com/sun/tracing \
 521           sun/usagetracker)
 522         $(call RunAgentvmBatch)
 523 
 524 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 525 JDK_ALL_TARGETS += jdk_net
 526 JDK_DEFAULT_TARGETS += jdk_net
 527 jdk_net: $(call TestDirs, com/sun/net java/net sun/net com/oracle/net)
 528         $(call RunAgentvmBatch)
 529 
 530 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 531 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio)
 532         $(call SharedLibraryPermissions,java/nio/channels)
 533         $(call RunAgentvmBatch)
 534 
 535 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 536 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 537         $(call RunAgentvmBatch)
 538 
 539 # Stable othervm testruns (minus items from PROBLEM_LIST)