summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-22 03:35:06 +0100
committerSven Gothel <[email protected]>2023-01-22 03:35:06 +0100
commit5b8f42a801de10c6b324edae0dacfbbdd2742467 (patch)
tree99de8427ec346941604e07d121b9dda0c364458e /make
parentd509a3d435e8357a6148617d7792f164dbd0b529 (diff)
scripts/tests*.sh: Put 'ulimit -c unlimited' in root script
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/tests-osx-aarch64.sh2
-rwxr-xr-xmake/scripts/tests-osx-x64.sh2
-rw-r--r--make/scripts/tests.sh7
3 files changed, 5 insertions, 6 deletions
diff --git a/make/scripts/tests-osx-aarch64.sh b/make/scripts/tests-osx-aarch64.sh
index 0d4998338..e3803e044 100755
--- a/make/scripts/tests-osx-aarch64.sh
+++ b/make/scripts/tests-osx-aarch64.sh
@@ -15,7 +15,5 @@ export SWT_CLASSPATH=`pwd`/lib/swt/cocoa-macosx-aarch64/swt.jar
spath=`dirname $0`
-ulimit -c unlimited
-
. $spath/tests.sh $JAVA_HOME/bin/java -DummyArg ../build-macosx $*
diff --git a/make/scripts/tests-osx-x64.sh b/make/scripts/tests-osx-x64.sh
index 7c95b5509..df03b4704 100755
--- a/make/scripts/tests-osx-x64.sh
+++ b/make/scripts/tests-osx-x64.sh
@@ -15,7 +15,5 @@ export SWT_CLASSPATH=`pwd`/lib/swt/cocoa-macosx-x86_64/swt.jar
spath=`dirname $0`
-ulimit -c unlimited
-
. $spath/tests.sh $JAVA_HOME/bin/java -DummyArg ../build-macosx $*
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index f3b6428d5..cbc394bc5 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -7,6 +7,8 @@ fi
#set -x
+ulimit -c unlimited
+
javaexe="$1"
shift
javaxargs=$1
@@ -958,11 +960,12 @@ function testawtswt() {
#testawt com.jogamp.opengl.test.junit.jogl.acore.TestBug1398Deadlock02AWT $*
# OSX OpenJDK17 x86_64
-testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT5 $*
+#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT5 $*
#testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextWithJTabbedPaneAWT $*
#testawt com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersAWTCanvas $*
#testawt com.jogamp.opengl.test.junit.newt.event.TestParentingFocus02SwingAWTRobot $*
-#testswt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2SWT3 $*
+
+testswt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2SWT3 $*
#testswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $*
#testswt com.jogamp.opengl.test.junit.jogl.swt.TestGLCanvasSWTNewtCanvasSWTPosInTabs $*
#testawtswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTBug643AsyncExec $*