OpenJDK / amber / amber
changeset 10416:61d6ccadbfa2
7083576: add javax/xml/crypto into jdk_security2
Reviewed-by: mullan
author | weijun |
---|---|
date | Tue, 30 Aug 2011 10:46:27 +0800 |
parents | 7da2112e4236 |
children | 1d57022fdb6e |
files | jdk/test/Makefile jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/Makefile Mon Aug 29 12:23:54 2011 -0400 +++ b/jdk/test/Makefile Tue Aug 30 10:46:27 2011 +0800 @@ -535,7 +535,7 @@ # Stable othervm testruns (minus items from PROBLEM_LIST) # Using samevm has serious problems with these tests JDK_ALL_TARGETS += jdk_security2 -jdk_security2: $(call TestDirs, javax/crypto com/sun/crypto) +jdk_security2: $(call TestDirs, javax/crypto javax/xml/crypto com/sun/crypto) $(call RunSamevmBatch) # Stable othervm testruns (minus items from PROBLEM_LIST)
--- a/jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java Mon Aug 29 12:23:54 2011 -0400 +++ b/jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java Tue Aug 30 10:46:27 2011 +0800 @@ -26,6 +26,7 @@ * @bug 6436919 6460930 * @summary check that XML Signatures can be generated and validated with * SecurityManager enabled and default policy + * @run main/othervm XMLDSigWithSecMgr * @author Sean Mullan */ import java.io.*;