equal
deleted
inserted
replaced
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 |
544 jdk_security3: $(call TestDirs, com/sun/security lib/security \ |
544 jdk_security3: $(call TestDirs, com/sun/security lib/security \ |
545 javax/security sun/security) |
545 javax/security sun/security) |
546 $(call SharedLibraryPermissions,sun/security) |
546 $(call SharedLibraryPermissions,sun/security) |
547 $(call RunOthervmBatch) |
547 $(call RunSamevmBatch) |
548 |
548 |
549 # All security tests |
549 # All security tests |
550 jdk_security: jdk_security1 jdk_security2 jdk_security3 |
550 jdk_security: jdk_security1 jdk_security2 jdk_security3 |
551 @$(SummaryInfo) |
551 @$(SummaryInfo) |
552 |
552 |