jdk/test/Makefile
changeset 10416 61d6ccadbfa2
parent 10328 06c93c42bca0
child 10435 e9df9d264894
equal deleted inserted replaced
10371:7da2112e4236 10416:61d6ccadbfa2
   533 	$(call RunSamevmBatch)
   533 	$(call RunSamevmBatch)
   534 
   534 
   535 # Stable othervm testruns (minus items from PROBLEM_LIST)
   535 # Stable othervm testruns (minus items from PROBLEM_LIST)
   536 #   Using samevm has serious problems with these tests
   536 #   Using samevm has serious problems with these tests
   537 JDK_ALL_TARGETS += jdk_security2
   537 JDK_ALL_TARGETS += jdk_security2
   538 jdk_security2: $(call TestDirs, javax/crypto com/sun/crypto)
   538 jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto)
   539 	$(call RunSamevmBatch)
   539 	$(call RunSamevmBatch)
   540 
   540 
   541 # Stable othervm testruns (minus items from PROBLEM_LIST)
   541 # Stable othervm testruns (minus items from PROBLEM_LIST)
   542 #   Using samevm has serious problems with these tests
   542 #   Using samevm has serious problems with these tests
   543 JDK_ALL_TARGETS += jdk_security3
   543 JDK_ALL_TARGETS += jdk_security3