提交 900e6763 编写于 作者: W weijun

7083576: add javax/xml/crypto into jdk_security2

Reviewed-by: mullan
上级 2629adac
...@@ -535,7 +535,7 @@ jdk_security1: $(call TestDirs, java/security) ...@@ -535,7 +535,7 @@ jdk_security1: $(call TestDirs, java/security)
# Stable othervm testruns (minus items from PROBLEM_LIST) # Stable othervm testruns (minus items from PROBLEM_LIST)
# Using samevm has serious problems with these tests # Using samevm has serious problems with these tests
JDK_ALL_TARGETS += jdk_security2 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) $(call RunSamevmBatch)
# Stable othervm testruns (minus items from PROBLEM_LIST) # Stable othervm testruns (minus items from PROBLEM_LIST)
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* @bug 6436919 6460930 * @bug 6436919 6460930
* @summary check that XML Signatures can be generated and validated with * @summary check that XML Signatures can be generated and validated with
* SecurityManager enabled and default policy * SecurityManager enabled and default policy
* @run main/othervm XMLDSigWithSecMgr
* @author Sean Mullan * @author Sean Mullan
*/ */
import java.io.*; import java.io.*;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册