diff options
author | Sven Gothel <[email protected]> | 2019-12-08 07:40:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-08 07:40:29 +0100 |
commit | 5e6f75991d885f1e48760668f86b305824bd972a (patch) | |
tree | 664206f35021bed4b1bf132bc6135b317e2a89da /make/scripts | |
parent | dd8f6f0c884161eb1099ff1ab8af20383984771d (diff) |
Bug 1415: MacOS: Disable multiple Window creation on ExclusiveContextThread in test case
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 88efc4560..d921c8a6a 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -968,6 +968,8 @@ function testawtswt() { #testawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext02FPSAnimAWT $* testnoawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext01VSyncAnimNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext02FPSAnimNEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext11VSyncAnimNEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.ect.TestExclusiveContext12FPSAnimNEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle02NEWT $* #testawt com.jogamp.opengl.test.junit.newt.event.TestParentingFocus02SwingAWTRobot $* #testnoawt com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT $* |