Skip to content
Snippets Groups Projects
Commit 521f9a20 authored by Xue-Lei Andrew Fan's avatar Xue-Lei Andrew Fan
Browse files

8032473: Restructure JSSE regression test hierarchy in jdk test

Reviewed-by: weijun
parent 751adf9a
Branches
Tags
No related merge requests found
Showing
with 11 additions and 8 deletions
...@@ -101,7 +101,7 @@ jdk_nio = \ ...@@ -101,7 +101,7 @@ jdk_nio = \
jdk_net = \ jdk_net = \
java/net \ java/net \
com/sun/net \ com/sun/net/httpserver \
com/oracle/net \ com/oracle/net \
sun/net sun/net
...@@ -126,6 +126,9 @@ jdk_security3 = \ ...@@ -126,6 +126,9 @@ jdk_security3 = \
com/sun/security \ com/sun/security \
com/sun/org/apache/xml/internal/security \ com/sun/org/apache/xml/internal/security \
sun/security \ sun/security \
javax/net \
sun/net/www/protocol/https \
com/sun/net/ssl \
lib/security lib/security
jdk_security = \ jdk_security = \
...@@ -489,7 +492,7 @@ needs_compact3 = \ ...@@ -489,7 +492,7 @@ needs_compact3 = \
sun/security/provider/PolicyFile/Alias.java \ sun/security/provider/PolicyFile/Alias.java \
sun/security/provider/PolicyFile/Comparator.java \ sun/security/provider/PolicyFile/Comparator.java \
sun/security/provider/PolicyFile/SelfWildcard.java \ sun/security/provider/PolicyFile/SelfWildcard.java \
sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/SSLEngineDeadlock.java \ sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java \
sun/security/util/Oid/OidFormat.java \ sun/security/util/Oid/OidFormat.java \
sun/security/util/Resources/Format.java \ sun/security/util/Resources/Format.java \
sun/security/util/Resources/NewNamesFormat.java sun/security/util/Resources/NewNamesFormat.java
...@@ -587,8 +590,8 @@ needs_compact2 = \ ...@@ -587,8 +590,8 @@ needs_compact2 = \
java/util/zip/ZipFile/DeleteTempJar.java \ java/util/zip/ZipFile/DeleteTempJar.java \
javax/crypto/Cipher/CipherStreamClose.java \ javax/crypto/Cipher/CipherStreamClose.java \
sun/misc/URLClassPath/ClassnameCharTest.java \ sun/misc/URLClassPath/ClassnameCharTest.java \
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \ sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \
sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
# Compact 1 adds full VM tests # Compact 1 adds full VM tests
# #
......
...@@ -55,7 +55,7 @@ public class ImplicitHandshake { ...@@ -55,7 +55,7 @@ public class ImplicitHandshake {
/* /*
* Where do we find the keystores? * Where do we find the keystores?
*/ */
static String pathToStores = "../../../../etc"; static String pathToStores = "../etc";
static String keyStoreFile = "keystore"; static String keyStoreFile = "keystore";
static String trustStoreFile = "truststore"; static String trustStoreFile = "truststore";
static String passwd = "passphrase"; static String passwd = "passphrase";
......
...@@ -55,7 +55,7 @@ public class SSLSessionNulls { ...@@ -55,7 +55,7 @@ public class SSLSessionNulls {
/* /*
* Where do we find the keystores? * Where do we find the keystores?
*/ */
static String pathToStores = "../../../../etc"; static String pathToStores = "../etc";
static String keyStoreFile = "keystore"; static String keyStoreFile = "keystore";
static String trustStoreFile = "truststore"; static String trustStoreFile = "truststore";
static String passwd = "passphrase"; static String passwd = "passphrase";
......
...@@ -38,7 +38,7 @@ import java.net.*; ...@@ -38,7 +38,7 @@ import java.net.*;
import javax.net.ssl.*; import javax.net.ssl.*;
public class SSLSocketInherit { public class SSLSocketInherit {
String pathToStores = "../../../../etc"; String pathToStores = "../etc";
static String keyStoreFile = "keystore"; static String keyStoreFile = "keystore";
static String trustStoreFile = "truststore"; static String trustStoreFile = "truststore";
static String passwd = "passphrase"; static String passwd = "passphrase";
......
...@@ -54,7 +54,7 @@ public class GetResponseCode implements HostnameVerifier { ...@@ -54,7 +54,7 @@ public class GetResponseCode implements HostnameVerifier {
/* /*
* Where do we find the keystores? * Where do we find the keystores?
*/ */
static String pathToStores = "../../../../../../../../../etc"; static String pathToStores = "../etc";
static String keyStoreFile = "keystore"; static String keyStoreFile = "keystore";
static String trustStoreFile = "truststore"; static String trustStoreFile = "truststore";
static String passwd = "passphrase"; static String passwd = "passphrase";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment