File gluegen2-0003-disable-executable-tmp-tests.patch of Package gluegen2
diff --git a/src/junit/com/jogamp/common/util/TestTempJarCache.java b/src/junit/com/jogamp/common/util/TestTempJarCache.java
index 62a916a..1cb8282 100644
--- a/src/junit/com/jogamp/common/util/TestTempJarCache.java
+++ b/src/junit/com/jogamp/common/util/TestTempJarCache.java
@@ -190,7 +190,8 @@ public class TestTempJarCache extends JunitTracer {
Assert.assertTrue(f1.exists());
Assert.assertEquals(f0, f1);
}
-
+
+ @org.junit.Ignore
@Test
public void testTempJarCache02AddNativeLibs() throws IOException, IllegalArgumentException, URISyntaxException {
if(AndroidVersion.isAvailable) { System.err.println("n/a on Android"); return; }
@@ -211,6 +212,7 @@ public class TestTempJarCache extends JunitTracer {
Assert.assertTrue(f.exists());
}
+ @org.junit.Ignore
@Test
public void testTempJarCache03AddNativeJarLibs() throws IOException {
if(AndroidVersion.isAvailable) { System.err.println("n/a on Android"); return; }
@@ -226,6 +228,7 @@ public class TestTempJarCache extends JunitTracer {
Assert.assertTrue(f.exists());
}
+ @org.junit.Ignore
@Test
public void testTempJarCache04aSameClassLoader() throws IOException {
assertTempFileCachesIndividualInstances(true, TempJarCache.getTempFileCache(), TempJarCache.getTempFileCache());