equal
deleted
inserted
replaced
|
1 This test launches gui applications (tools, demos and prominent examples), |
|
2 keeps them running a while (grabbing their top level from the window manager) |
|
3 and sends them a Close event via window manager. |
|
4 |
|
5 It checks that they do not crash nor produce unexpected error output. |
|
6 |
|
7 Note: Do not play with the machine while it is running as otherwise |
|
8 the top-level find algorithm might get confused (especially on Windows). |
|
9 |
|
10 Environment variables are checked to turned off some tests (see code). |
|
11 |
|
12 It is currently implemented for X11 (Skips unless DISPLAY is set) and |
|
13 Windows, pending an implementation of the WindowManager class and deployment |
|
14 on the other platforms. |