~linaro-graphics-wg/compiz-core/linaro-gles2-debianpatches

« back to all changes in this revision

Viewing changes to tests/integration/xig/scripts/new-window.conf

  • Committer: smspillaz
  • Author(s): Robert Ancell
  • Date: 2012-01-20 16:29:27 UTC
  • mto: (2753.36.135 compiz-core)
  • mto: This revision was merged to the branch mainline in revision 2905.
  • Revision ID: sam.spilsbury@canonical.com-20120120162927-7ero8ca8nq80zp6k
Added Xig Testing infrastructure to compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check Compiz correctly places a window
 
3
#
 
4
 
 
5
# Start Compiz
 
6
#?COMPIZ START
 
7
 
 
8
# Compiz connects to X server
 
9
#?X CLIENT-CONNECTED
 
10
 
 
11
# Place a window
 
12
#?*CREATE-WINDOW ID=123 X=0 Y=0 WIDTH=100 HEIGHT=100
 
13
#?*MAP-WINDOW ID=123
 
14
 
 
15
# FIXME: Compiz is reparentining after the map
 
16
#?MAP-NOTIFY ID=123
 
17
#?UNMAP-NOTIFY ID=123
 
18
 
 
19
# Compiz reparents us
 
20
#?REPARENT-NOTIFY ID=123
 
21
 
 
22
# Window is mapped by Compiz
 
23
#?MAP-NOTIFY ID=123
 
24
 
 
25
# Cleanup
 
26
#?*STOP-COMPIZ
 
27
#?(X CLIENT-DISCONNECTED|COMPIZ EXIT STATUS=0)
 
28
#?(X CLIENT-DISCONNECTED|COMPIZ EXIT STATUS=0)
 
29