From c8a55eda5fac532c0a650a0c2c639a517794d7f2 Mon Sep 17 00:00:00 2001 From: Sven Göthel Date: Wed, 14 Feb 2024 20:23:56 +0100 Subject: Bump tests.sh --- make/scripts/tests.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 87ab490b2..abb0b912c 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -342,8 +342,8 @@ function jrun() { #D_ARGS="-Djogl.debug.DebugGL" #D_ARGS="-Djogl.debug.graph.curve -Djogl.debug.graph.curve.Instance -Djogl.debug.GLSLCode" #D_ARGS="-Djogl.debug.GLSLCode -Djogl.debug.graph.curve.triangulation.LINE_AA -Djogl.debug.graph.curve.Triangulation -Djogl.debug.graph.font.Renderer" - #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.non-convex" - #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.convex" + #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.complexshape" + #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.simpleshape" #D_ARGS="-Djogl.debug.graph.font.Font" #D_ARGS="-Djogl.debug.graph.font.Font -Djogl.debug.graph.font.Renderer -Djogl.debug.graph.font.Renderer.Code" #D_ARGS="-Djogl.debug.GLSLCode -Djogl.debug.graph.curve.vbaa.resizeLowerBoundary=100" @@ -1011,13 +1011,14 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $* ##testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo01 $* -#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* -testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $* +testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo00 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo02a $* +#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UITypeDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo00 $* -- cgit v1.2.3