jdk/test/Makefile
changeset 10064 9f56d9f43ec1
parent 10061 3b9bd67298ea
child 10328 06c93c42bca0
equal deleted inserted replaced
10063:ef4f0513f8af 10064:9f56d9f43ec1
   508 	$(call SharedLibraryPermissions,java/nio/channels)
   508 	$(call SharedLibraryPermissions,java/nio/channels)
   509 	$(call RunSamevmBatch)
   509 	$(call RunSamevmBatch)
   510 
   510 
   511 # Stable samevm testruns (minus items from PROBLEM_LIST)
   511 # Stable samevm testruns (minus items from PROBLEM_LIST)
   512 JDK_ALL_TARGETS += jdk_nio3
   512 JDK_ALL_TARGETS += jdk_nio3
   513 jdk_nio3: $(call TestDirs, com/sun/nio sun/nio)
   513 jdk_nio3: $(call TestDirs, sun/nio)
   514 	$(call RunSamevmBatch)
   514 	$(call RunSamevmBatch)
   515 
   515 
   516 # All nio tests
   516 # All nio tests
   517 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
   517 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
   518 	@$(SummaryInfo)
   518 	@$(SummaryInfo)
       
   519 
       
   520 # Stable samevm testruns (minus items from PROBLEM_LIST)
       
   521 jdk_sctp: $(call TestDirs, com/sun/nio/sctp)
       
   522 	$(call RunSamevmBatch)
   519 
   523 
   520 # Stable othervm testruns (minus items from PROBLEM_LIST)
   524 # Stable othervm testruns (minus items from PROBLEM_LIST)
   521 #   Using samevm has serious problems with these tests
   525 #   Using samevm has serious problems with these tests
   522 JDK_ALL_TARGETS += jdk_rmi
   526 JDK_ALL_TARGETS += jdk_rmi
   523 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi)
   527 jdk_rmi: $(call TestDirs, java/rmi javax/rmi sun/rmi)