]> source.dussan.org Git - poi.git/commitdiff
Ignore file-leaks from openjpa/derby/log4j for the regression tests
authorDominik Stadler <centic@apache.org>
Sun, 27 Jan 2019 09:57:19 +0000 (09:57 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 27 Jan 2019 09:57:19 +0000 (09:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1852276 13f79535-47bb-0310-9956-ffa450edef68

file-leak-detector.exclude

index 80be7de0fad8099643548f72ffb0068abd6718e3..352e22ab83244453e8e9feb9bb301d1094d8fc83 100644 (file)
@@ -7,8 +7,6 @@ org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter.getDocument
 
 # JVM
 sun.security.jca.ProviderConfig.doLoadProvider
-javax.xml.parsers.FactoryFinder.findJarServiceProvider
-com.sun.org.apache.xerces.internal.utils.SecuritySupport.getResourceBundle
 java.util.ResourceBundle.getBundle
 
 # Codepage support loads classes
@@ -16,7 +14,6 @@ java.nio.charset.Charset.lookupViaProviders
 
 # Ant
 org.apache.tools.ant.Main.getAntVersion
-javax.xml.parsers.FactoryFinder.findJarServiceProvider
 org.apache.tools.ant.taskdefs.Antlib.createAntlib
 
 # 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.AttributeProperty.<init>
 com.sun.xml.internal.bind.v2.runtime.property.SingleElementNodeProperty.<init>
+javax.xml.parsers.FactoryFinder.findJarServiceProvider
 javax.xml.stream.FactoryFinder.findJarServiceProvider
 
 # XMLBeans
@@ -39,8 +37,17 @@ javax.crypto.Cipher.getMaxAllowedKeyLength
 # IntelliJ
 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.PCEnhancer.<init>
+org.apache.openjpa.lib.util.J2DoPrivHelper$7.run
+serp.bytecode.BCClass.read
+serp.util.Strings.toClass
 
 # Java
 sun.util.resources.LocaleData.getBundle
@@ -57,3 +64,4 @@ java.util.logging.Logger.findSystemResourceBundle
 java.text.BreakIterator.getBundle
 sun.java2d.SunGraphicsEnvironment.<init>
 org.kohsuke.file_leak_detector.AgentMain.runHttpServer
+org.apache.log4j.FileAppender.setFile