changeset 4883:b60e88ef5d8d

7053252: New regression test does not compile on windows-amd64 Reviewed-by: valeriep
author wetmore
date Mon, 31 Oct 2011 16:23:43 -0700
parents 8681362a2f04
children 5f2838744544
files test/ProblemList.txt test/sun/security/pkcs11/Provider/Absolute.java
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test/ProblemList.txt	Mon Oct 31 11:54:19 2011 -0700
+++ b/test/ProblemList.txt	Mon Oct 31 16:23:43 2011 -0700
@@ -490,9 +490,6 @@
 #sun/security/pkcs11/ec/TestKeyFactory.java                     solaris-i586
 sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java            solaris-i586
 
-# Directly references PKCS11 class
-sun/security/pkcs11/Provider/Absolute.java                      windows-x64
-
 # Fails on Fedora 9/Ubuntu 10.04 64bit, PKCS11Exception: CKR_DEVICE_ERROR
 sun/security/pkcs11/KeyAgreement/TestDH.java                    generic-all
 
--- a/test/sun/security/pkcs11/Provider/Absolute.java	Mon Oct 31 11:54:19 2011 -0700
+++ b/test/sun/security/pkcs11/Provider/Absolute.java	Mon Oct 31 16:23:43 2011 -0700
@@ -27,7 +27,6 @@
  */
 import java.security.*;
 import java.lang.reflect.*;
-import sun.security.pkcs11.*;
 
 public class Absolute {