diff options
author | Sven Gothel <[email protected]> | 2010-09-23 16:30:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-23 16:30:25 +0200 |
commit | 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0 (patch) | |
tree | 18710de3939537dd9835f6c43b9ddc9e253237a4 /make/scripts/java-run-all.sh | |
parent | 0feca163be47db2ea94f7546e696136d6f9496e9 (diff) |
NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests
- Adapted tests to API changes
- Notably new Display lifecycle / Reparenting tests:
- TestDisplayLifecycle01NEWT - Tests display lifecycle
- TestParenting01NEWT - Tests various reparenting cases (native/recreate)
- TestParenting01bAWT - Tests Animator/FPSAnimator with reparenting (AWT/Newt)
- Other changes:
- TestGearsNEWT: Added 'on-the-fly' KeyAdapter
inducing a GLRunnable into the GLWindow for fullscreen toggle.
-
Diffstat (limited to 'make/scripts/java-run-all.sh')
-rwxr-xr-x | make/scripts/java-run-all.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/make/scripts/java-run-all.sh b/make/scripts/java-run-all.sh index 3728ee2e4..c7eb15ed6 100755 --- a/make/scripts/java-run-all.sh +++ b/make/scripts/java-run-all.sh @@ -44,9 +44,12 @@ uname -a | grep -i Darwin && MOSX=1 # D_ARGS="-Dnewt.debug=all -Dnativewindow.debug=all" # D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Dnativewindow.debug=all" # D_ARGS="-Dnewt.debug=all" -# D_ARGS="-Dnewt.debug.Window" +# D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.debug.EDT" +# D_ARGS="-Dnewt.debug.EDT -Dnewt.debug.Window" +D_ARGS="-Dnewt.debug.EDT" # D_ARGS="-Dnewt.debug.Display" -D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display" +# D_ARGS="-Djogl.debug.Animator -Dnewt.debug.Window -Dnewt.debug.Display" +# D_ARGS="-Dnewt.debug.Window -Dnewt.debug.Display -Dnewt.test.Window.reparent.incompatible=true" # D_ARGS="-Dnewt.debug.Window -Dnewt.debug.TestEDTMainThread" # D_ARGS="-Dnewt.debug.TestEDTMainThread" # D_ARGS="-Djogl.debug=all -Djogl.debug.DynamicLookup=true -Djogamp.debug.NativeLibrary=true" |