mirror of https://github.com/apache/poi.git
Ignore file-leaks from openjpa/derby/log4j for the regression tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a08b69df80
commit
e59f9c6461
|
@ -7,8 +7,6 @@ org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.getDocument
|
||||||
|
|
||||||
# JVM
|
# JVM
|
||||||
sun.security.jca.ProviderConfig.doLoadProvider
|
sun.security.jca.ProviderConfig.doLoadProvider
|
||||||
javax.xml.parsers.FactoryFinder.findJarServiceProvider
|
|
||||||
com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle
|
|
||||||
java.util.ResourceBundle.getBundle
|
java.util.ResourceBundle.getBundle
|
||||||
|
|
||||||
# Codepage support loads classes
|
# Codepage support loads classes
|
||||||
|
@ -16,7 +14,6 @@ java.nio.charset.Charset.lookupViaProviders
|
||||||
|
|
||||||
# Ant
|
# Ant
|
||||||
org.apache.tools.ant.Main.getAntVersion
|
org.apache.tools.ant.Main.getAntVersion
|
||||||
javax.xml.parsers.FactoryFinder.findJarServiceProvider
|
|
||||||
org.apache.tools.ant.taskdefs.Antlib.createAntlib
|
org.apache.tools.ant.taskdefs.Antlib.createAntlib
|
||||||
|
|
||||||
# XML Parser
|
# XML Parser
|
||||||
|
@ -25,6 +22,7 @@ com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory.loadPropertie
|
||||||
com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty.<init>
|
com.sun.xml.internal.bind.v2.runtime.property.ArrayElementNodeProperty.<init>
|
||||||
com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.<init>
|
com.sun.xml.internal.bind.v2.runtime.property.AttributeProperty.<init>
|
||||||
com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init>
|
com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init>
|
||||||
|
javax.xml.parsers.FactoryFinder.findJarServiceProvider
|
||||||
javax.xml.stream.FactoryFinder.findJarServiceProvider
|
javax.xml.stream.FactoryFinder.findJarServiceProvider
|
||||||
|
|
||||||
# XMLBeans
|
# XMLBeans
|
||||||
|
@ -39,8 +37,17 @@ javax.crypto.Cipher.getMaxAllowedKeyLength
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
com.intellij.junit4.JUnit4TestRunnerUtil.<clinit>
|
com.intellij.junit4.JUnit4TestRunnerUtil.<clinit>
|
||||||
|
|
||||||
# OpenJPA (regression testing)
|
# OpenJPA/Derby (regression testing)
|
||||||
|
org.apache.derby.impl.services.stream.SingleStream.PBmakeFileHPW
|
||||||
|
org.apache.derby.impl.io.DirFile.getExclusiveFileLock
|
||||||
|
org.apache.derby.impl.store.raw.data.RAFContainer.run
|
||||||
|
org.apache.derby.impl.store.raw.log.LogToFile.run
|
||||||
|
org.apache.derby.client.net.OpenSocketAction.run
|
||||||
org.apache.openjpa.enhance.InstrumentationFactory.loadVMClass
|
org.apache.openjpa.enhance.InstrumentationFactory.loadVMClass
|
||||||
|
org.apache.openjpa.enhance.PCEnhancer.<init>
|
||||||
|
org.apache.openjpa.lib.util.J2DoPrivHelper$7.run
|
||||||
|
serp.bytecode.BCClass.read
|
||||||
|
serp.util.Strings.toClass
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
sun.util.resources.LocaleData.getBundle
|
sun.util.resources.LocaleData.getBundle
|
||||||
|
@ -57,3 +64,4 @@ java.util.logging.Logger.findSystemResourceBundle
|
||||||
java.text.BreakIterator.getBundle
|
java.text.BreakIterator.getBundle
|
||||||
sun.java2d.SunGraphicsEnvironment.<init>
|
sun.java2d.SunGraphicsEnvironment.<init>
|
||||||
org.kohsuke.file_leak_detector.AgentMain.runHttpServer
|
org.kohsuke.file_leak_detector.AgentMain.runHttpServer
|
||||||
|
org.apache.log4j.FileAppender.setFile
|
||||||
|
|
Loading…
Reference in New Issue