test/Makefile

Print this page




 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/soap \
 517           javax/xml/ws com/sun/internal/ws \
 518           jdk/asm \
 519           com/sun/org/apache/xerces \
 520           com/sun/corba \
 521           com/sun/servicetag \
 522           com/sun/tracing \
 523           sun/usagetracker)
 524         $(call RunAgentvmBatch)
 525 
 526 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 527 JDK_ALL_TARGETS += jdk_net
 528 JDK_DEFAULT_TARGETS += jdk_net
 529 jdk_net: $(call TestDirs, com/sun/net java/net sun/net com/oracle/net)
 530         $(call RunAgentvmBatch)
 531 
 532 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 533 jdk_nio: $(call TestDirs, java/nio sun/nio com/oracle/nio)
 534         $(call SharedLibraryPermissions,java/nio/channels)
 535         $(call RunAgentvmBatch)
 536 
 537 # Stable agentvm testruns (minus items from PROBLEM_LIST)
 538 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
 539         $(call RunAgentvmBatch)
 540 
 541 # Stable othervm testruns (minus items from PROBLEM_LIST)




 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/soap \
 517           javax/xml/ws com/sun/internal/ws \
 518           jdk/asm \
 519           com/sun/org/apache/xerces \
 520           com/sun/corba \

 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)