7083576: add javax/xml/crypto into jdk_security2

Reviewed-by: mullan
This commit is contained in:
Weijun Wang 2011-08-30 10:46:27 +08:00
parent 570739157d
commit 5dcff7325d
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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.*;