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:
parent
25970190d1
commit
5b89cb1b70
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user