mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-22 08:21:27 +00:00
7083576: add javax/xml/crypto into jdk_security2
Reviewed-by: mullan
This commit is contained in:
parent
570739157d
commit
5dcff7325d
@ -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)
|
||||
|
||||
@ -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.*;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user