OpenJDK / jdk / jdk10
changeset 25813:4640a86f2b43
7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
Reviewed-by: xuelei
author | mullan |
---|---|
date | Tue, 05 Aug 2014 10:00:27 -0400 |
parents | e8971dbd447d |
children | 040219b86923 |
files | jdk/test/ProblemList.txt jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java |
diffstat | 2 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/ProblemList.txt Mon Aug 04 15:34:12 2014 -0700 +++ b/jdk/test/ProblemList.txt Tue Aug 05 10:00:27 2014 -0400 @@ -207,9 +207,6 @@ # 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
--- a/jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java Mon Aug 04 15:34:12 2014 -0700 +++ b/jdk/test/com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java Tue Aug 05 10:00:27 2014 -0400 @@ -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 */