diff options
author | Sven Gothel <[email protected]> | 2019-04-09 12:15:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-09 12:15:58 +0200 |
commit | 58dd634261ebb815771dcd3d59dbf972f1c79106 (patch) | |
tree | 7930814580a23c47d7664b1199acc957c6859d0a /make/scripts | |
parent | 89e075c2d14afc8b7f7eb589d0d3b9285751209b (diff) |
Bug 1362: Add two self contained unit tests to validate SWT >= 4.10 + GTK3 issues
TestSWTAccessor01: Simply tests SWTAccessor's returned native window handle. Works on SWT + GTK2 and SWT + GTK3.
TestSWTAccessor02NewtGLWindow: Uses same returned native window handle and tests a GLWindow.reparentWindow(..) operation
all rolled out and implemented here ad-hock (comparable to NewtCanvasSWT).
This shall allow simplified debugging.
Testing:
- SWT + GTK2: Works
- SWT + GTK3: Bug reproduced
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 58142e117..30b66bfe4 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -757,13 +757,15 @@ function testawtswt() { # # SWT (testswt) # +#testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01 $* +testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor02NewtGLWindow $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTEclipseGLCanvas01GLn $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTJOGLGLCanvas01GLn $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestNewtCanvasSWTGLn $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestBug672NewtCanvasSWTSashForm $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestBug672NewtCanvasSWTSashFormComposite $* #testswt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2SWT3 $* -testswt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT $* +#testswt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT $* #testswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $* # |