jdk/test/Makefile
changeset 5970 d4e98bbfb0be
parent 5813 8e455cd3e807
child 8769 728aa3db9869
equal deleted inserted replaced
5968:4e9dd25279c7 5970:d4e98bbfb0be
   493 # Stable samevm testruns (minus items from PROBLEM_LIST)
   493 # Stable samevm testruns (minus items from PROBLEM_LIST)
   494 JDK_ALL_TARGETS += jdk_nio1
   494 JDK_ALL_TARGETS += jdk_nio1
   495 jdk_nio1: java/nio/file
   495 jdk_nio1: java/nio/file
   496 	$(call RunSamevmBatch)
   496 	$(call RunSamevmBatch)
   497 
   497 
   498 # Stable othervm testruns (minus items from PROBLEM_LIST)
   498 # Stable samevm testruns (minus items from PROBLEM_LIST)
   499 #   Using samevm has serious problems with these tests
       
   500 JDK_ALL_TARGETS += jdk_nio2
   499 JDK_ALL_TARGETS += jdk_nio2
   501 jdk_nio2: java/nio/Buffer java/nio/ByteOrder \
   500 jdk_nio2: java/nio/Buffer java/nio/ByteOrder \
   502           java/nio/channels java/nio/BufferPoolMXBean java/nio/MappedByteBuffer
   501           java/nio/channels java/nio/BufferPoolMXBean java/nio/MappedByteBuffer
   503 	$(call SharedLibraryPermissions,java/nio/channels)
   502 	$(call SharedLibraryPermissions,java/nio/channels)
   504 	$(call RunOthervmBatch)
   503 	$(call RunSamevmBatch)
   505 
   504 
   506 # Stable othervm testruns (minus items from PROBLEM_LIST)
   505 # Stable samevm testruns (minus items from PROBLEM_LIST)
   507 #   Using samevm has serious problems with these tests
       
   508 JDK_ALL_TARGETS += jdk_nio3
   506 JDK_ALL_TARGETS += jdk_nio3
   509 jdk_nio3: com/sun/nio sun/nio
   507 jdk_nio3: com/sun/nio sun/nio
   510 	$(call RunOthervmBatch)
   508 	$(call RunSamevmBatch)
   511 
   509 
   512 # All nio tests
   510 # All nio tests
   513 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
   511 jdk_nio: jdk_nio1 jdk_nio2 jdk_nio3
   514 	@$(SummaryInfo)
   512 	@$(SummaryInfo)
   515 
   513