7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode

Reviewed-by: xuelei
This commit is contained in:
Sean Mullan 2014-08-05 10:00:27 -04:00
parent 25970190d1
commit 5b89cb1b70
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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
*/