diff options
author | Sven Gothel <[email protected]> | 2012-09-30 20:29:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-09-30 20:29:06 +0200 |
commit | 7302b1014a33c373650ed20e6dd363bb6c2a984e (patch) | |
tree | e20a226bacb18571102b7e581db6846ca1fc933f /make/scripts | |
parent | e5c1e607d582d002256a07916aba71841744fb4d (diff) |
NullToolkitLock.validateLocker(): Throw exception if locking is required (detecting impl. bugs)
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 0908ef1fd..9e384d59f 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -138,7 +138,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLCanvas" #D_ARGS="-Djogl.debug.GLContext -Dnativewindow.debug.X11Util.XSync" #D_ARGS="-Dnativewindow.debug.X11Util.XSync -Dnativewindow.debug.ToolkitLock.TraceLock" - D_ARGS="-Dnativewindow.debug.X11Util -Dnativewindow.debug.X11Util.XSync -Dnativewindow.debug.NullToolkitLock.InvalidLocked -Dnativewindow.debug.NativeWindow" + D_ARGS="-Dnativewindow.debug.NativeWindow" #D_ARGS="-Dnativewindow.debug.ToolkitLock" #D_ARGS="-Djogl.debug.graph.curve -Djogl.debug.GLSLCode -Djogl.debug.TraceGL" #D_ARGS="-Djogl.debug.graph.curve -Djogl.debug.GLSLState" |