From 5b89cb1b70d45148c81223c16006a8ea5b43cf2a Mon Sep 17 00:00:00 2001 From: Sean Mullan Date: Tue, 5 Aug 2014 10:00:27 -0400 Subject: [PATCH] 7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode Reviewed-by: xuelei --- jdk/test/ProblemList.txt | 3 --- .../xml/internal/security/transforms/ClassLoaderTest.java | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/jdk/test/ProblemList.txt b/jdk/test/ProblemList.txt index 41f9001f1e1..774b43a811f 100644 --- a/jdk/test/ProblemList.txt +++ b/jdk/test/ProblemList.txt @@ -207,9 +207,6 @@ sun/security/pkcs11/ec/TestKeyFactory.java generic-all # 8051952: Unreachable.java test failing on Windows sun/security/krb5/auto/Unreachable.java windows-all,macosx-all -# 7147060 -com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java generic-all - # 6988842: 4 tests failing on Solaris 5.10 sun/security/pkcs11/Secmod/AddPrivateKey.java solaris-all sun/security/pkcs11/ec/ReadCertificates.java solaris-all diff --git a/jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java b/jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java index d0a56b6c7b8..010cdd1004c 100644 --- a/jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java +++ b/jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -24,9 +24,9 @@ /** * @test * @author Sean Mullan - * @bug 6461674 8009217 + * @bug 6461674 8009217 7147060 * @compile -XDignore.symbol.file ClassLoaderTest.java MyTransform.java - * @run main ClassLoaderTest + * @run main/othervm ClassLoaderTest * @summary Ensure Transform.register works with transform implementations * loaded by class loader other than system/boot class loader */