From 5dcff7325d7868540f2ef94d8fb2de236e085e99 Mon Sep 17 00:00:00 2001 From: Weijun Wang Date: Tue, 30 Aug 2011 10:46:27 +0800 Subject: [PATCH] 7083576: add javax/xml/crypto into jdk_security2 Reviewed-by: mullan --- jdk/test/Makefile | 2 +- .../xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/Makefile b/jdk/test/Makefile index 8ec0938b6cd..f0207c1f994 100644 --- a/jdk/test/Makefile +++ b/jdk/test/Makefile @@ -535,7 +535,7 @@ jdk_security1: $(call TestDirs, java/security) # 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) diff --git a/jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java b/jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java index c72fbaff3a4..bcbf96e771b 100644 --- a/jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java +++ b/jdk/test/javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java @@ -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.*;