summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher/README.txt
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2009-11-18 14:20:15 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2009-11-18 14:20:15 (GMT)
commitf6555ca5d188eef577da6aa21d8a5d28e094a33a (patch)
tree1c91b3e753edb3534a5b82c367b2f237d2a0bd5d /tests/auto/guiapplauncher/README.txt
parentfb4e81bdc692efe0db9aa38dd2b941578c0f0370 (diff)
parent7b41d3937c4521ba74b421da26d3a61a7aa4aa6e (diff)
downloadQt-f6555ca5d188eef577da6aa21d8a5d28e094a33a.zip
Qt-f6555ca5d188eef577da6aa21d8a5d28e094a33a.tar.gz
Qt-f6555ca5d188eef577da6aa21d8a5d28e094a33a.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6
Conflicts: configure.exe
Diffstat (limited to 'tests/auto/guiapplauncher/README.txt')
-rw-r--r--tests/auto/guiapplauncher/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/guiapplauncher/README.txt b/tests/auto/guiapplauncher/README.txt
new file mode 100644
index 0000000..317f9d0
--- /dev/null
+++ b/tests/auto/guiapplauncher/README.txt
@@ -0,0 +1,14 @@
+This test launches gui applications (tools, demos and prominent examples),
+keeps them running a while (grabbing their top level from the window manager)
+and sends them a Close event via window manager.
+
+It checks that they do not crash nor produce unexpected error output.
+
+Note: Do not play with the machine while it is running as otherwise
+the top-level find algorithm might get confused (especially on Windows).
+
+Environment variables are checked to turned off some tests (see code).
+
+It is currently implemented for X11 (Skips unless DISPLAY is set) and
+Windows, pending an implementation of the WindowManager class and deployment
+on the other platforms.