1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
|
From 8dca9d2cdff73cb29c62aee3a798e55ca9654a13 Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Fri, 18 Mar 2011 12:07:45 +0100
Subject: [PATCH] Adapted guiapplauncher test to modularized Qt.
Now it reads the test cases from text files in each repository
instead.
---
qtbase/tests/auto/guiapplauncher/README.txt | 2 +
qtbase/tests/auto/guiapplauncher/demos.txt | 14 ++
qtbase/tests/auto/guiapplauncher/examples.txt | 99 +++++++++++
.../auto/guiapplauncher/tst_guiapplauncher.cpp | 185 +++++---------------
qtscript/tests/auto/guiapplauncher/README.txt | 2 +
qtscript/tests/auto/guiapplauncher/examples.txt | 2 +
qtsvg/tests/auto/guiapplauncher/README.txt | 2 +
qtsvg/tests/auto/guiapplauncher/examples.txt | 2 +
.../tests/auto/guiapplauncher/README.txt | 2 +
.../tests/auto/guiapplauncher/demos.txt | 1 +
.../tests/auto/guiapplauncher/examples.txt | 1 +
11 files changed, 174 insertions(+), 138 deletions(-)
create mode 100644 qtbase/tests/auto/guiapplauncher/README.txt
create mode 100644 qtbase/tests/auto/guiapplauncher/demos.txt
create mode 100644 qtbase/tests/auto/guiapplauncher/examples.txt
create mode 100644 qtscript/tests/auto/guiapplauncher/README.txt
create mode 100644 qtscript/tests/auto/guiapplauncher/examples.txt
create mode 100644 qtsvg/tests/auto/guiapplauncher/README.txt
create mode 100644 qtsvg/tests/auto/guiapplauncher/examples.txt
create mode 100644 qtwebkit-examples-and-demos/tests/auto/guiapplauncher/README.txt
create mode 100644 qtwebkit-examples-and-demos/tests/auto/guiapplauncher/demos.txt
create mode 100644 qtwebkit-examples-and-demos/tests/auto/guiapplauncher/examples.txt
diff --git a/qtbase/tests/auto/guiapplauncher/README.txt b/qtbase/tests/auto/guiapplauncher/README.txt
new file mode 100644
index 0000000..d6ea4ef
--- /dev/null
+++ b/qtbase/tests/auto/guiapplauncher/README.txt
@@ -0,0 +1,2 @@
+The guiapplauncher from the qtqa repository uses the data in this
+directory to do its testing for this module.
diff --git a/qtbase/tests/auto/guiapplauncher/demos.txt b/qtbase/tests/auto/guiapplauncher/demos.txt
new file mode 100644
index 0000000..2835f09
--- /dev/null
+++ b/qtbase/tests/auto/guiapplauncher/demos.txt
@@ -0,0 +1,14 @@
+"Affine Demo", "demos/affine", "affine", 0, -1
+"Books Demo", "demos/books", "books", 0, -1
+"Chip Demo", "demos/chip", "chip", 0, -1
+"Composition Demo", "demos/composition", "composition", 0, -1
+"Deform Demo", "demos/deform", "deform", 0, -1
+"Embeddeddialogs Demo", "demos/embeddeddialogs", "embeddeddialogs", 0, -1
+"Gradients Demo", "demos/gradients", "gradients", 0, -1
+"Interview Demo", "demos/interview", "interview", 0, -1
+"Mainwindow Demo", "demos/mainwindow", "mainwindow", 0, -1
+"PathStroke Demo", "demos/pathstroke", "pathstroke", 0, -1
+"Spreadsheet Demo", "demos/spreadsheet", "spreadsheet", 0, -1
+"Sub-Attac Demo", "demos/sub-attaq", "sub-attaq", 0, -1
+"TextEdit Demo", "demos/textedit", "textedit", 0, -1
+"Undo Demo", "demos/undo", "undo", 0, -1
diff --git a/qtbase/tests/auto/guiapplauncher/examples.txt b/qtbase/tests/auto/guiapplauncher/examples.txt
new file mode 100644
index 0000000..fea7e54
--- /dev/null
+++ b/qtbase/tests/auto/guiapplauncher/examples.txt
@@ -0,0 +1,99 @@
+"animation/animatedtiles Example", "examples/animation/animatedtiles", "animatedtiles", 0, -1
+"animation/appchooser Example", "examples/animation/appchooser", "appchooser", 10, -1
+"animation/easing Example", "examples/animation/easing", "easing", 10, -1
+"animation/moveblocks Example", "examples/animation/moveblocks", "moveblocks", 10, -1
+"animation/states Example", "examples/animation/states", "states", 10, -1
+"animation/stickman Example", "examples/animation/stickman", "stickman", 10, -1
+"designer/calculatorbuilder Example", "examples/designer/calculatorbuilder", "calculatorbuilder", 10, -1
+"dialogs/standarddialogs Example", "examples/dialogs/standarddialogs", "standarddialogs", 10, -1
+"draganddrop/dropsite Example", "examples/draganddrop/dropsite", "dropsite", 10, -1
+"draganddrop/fridgemagnets Example", "examples/draganddrop/fridgemagnets", "fridgemagnets", 10, -1
+"draganddrop/puzzle Example", "examples/draganddrop/puzzle", "puzzle", 10, -1
+"effects/blurpicker Example", "examples/effects/blurpicker", "blurpicker", 10, -1
+"effects/customshader Example", "examples/effects/customshader", "customshader", 10, -1
+"effects/fademessage Example", "examples/effects/fademessage", "fademessage", 10, -1
+"effects/lighting Example", "examples/effects/lighting", "lighting", 10, -1
+"graphicsview/anchorlayout Example", "examples/graphicsview/anchorlayout", "anchorlayout", 10, -1
+"graphicsview/basicgraphicslayouts Example", "examples/graphicsview/basicgraphicslayouts", "basicgraphicslayouts", 0, -1
+"graphicsview/collidingmice Example", "examples/graphicsview/collidingmice", "collidingmice", 10, -1
+"graphicsview/diagramscene Example", "examples/graphicsview/diagramscene", "diagramscene", 10, -1
+"graphicsview/dragdroprobot Example", "examples/graphicsview/dragdroprobot", "dragdroprobot", 10, -1
+"graphicsview/elasticnodes Example", "examples/graphicsview/elasticnodes", "elasticnodes", 10, -1
+"graphicsview/flowlayout Example", "examples/graphicsview/flowlayout", "flowlayout", 10, -1
+"graphicsview/padnavigator Example", "examples/graphicsview/padnavigator", "padnavigator", 0, -1
+"graphicsview/portedasteroids Example", "examples/graphicsview/portedasteroids", "portedasteroids", 10, -1
+"graphicsview/portedcanvas Example", "examples/graphicsview/portedcanvas", "portedcanvas", 10, -1
+"graphicsview/weatheranchorlayout Example", "examples/graphicsview/weatheranchorlayout", "weatheranchorlayout", 10, -1
+"itemviews/addressbook Example", "examples/itemviews/addressbook", "addressbook", 0, -1
+"itemviews/basicsortfiltermodel Example", "examples/itemviews/basicsortfiltermodel", "basicsortfiltermodel", 10, -1
+"itemviews/chart Example", "examples/itemviews/chart", "chart", 0, -1
+"itemviews/coloreditorfactory Example", "examples/itemviews/coloreditorfactory", "coloreditorfactory", 10, -1
+"itemviews/combowidgetmapper Example", "examples/itemviews/combowidgetmapper", "combowidgetmapper", 6, -1
+"itemviews/customsortfiltermodel Example", "examples/itemviews/customsortfiltermodel", "customsortfiltermodel", 6, -1
+"itemviews/dirview Example", "examples/itemviews/dirview", "dirview", 0, -1
+"itemviews/editabletreemodel Example", "examples/itemviews/editabletreemodel", "editabletreemodel", 0, -1
+"itemviews/fetchmore Example", "examples/itemviews/fetchmore", "fetchmore", 10, -1
+"itemviews/frozencolumn Example", "examples/itemviews/frozencolumn", "frozencolumn", 10, -1
+"itemviews/pixelator Example", "examples/itemviews/pixelator", "pixelator", 10, -1
+"itemviews/puzzle Example", "examples/itemviews/puzzle", "puzzle", 10, -1
+"itemviews/simpledommodel Example", "examples/itemviews/simpledommodel", "simpledommodel", 10, -1
+"itemviews/simpletreemodel Example", "examples/itemviews/simpletreemodel", "simpletreemodel", 10, -1
+"itemviews/simplewidgetmapper Example", "examples/itemviews/simplewidgetmapper", "simplewidgetmapper", 10, -1
+"itemviews/spinboxdelegate Example", "examples/itemviews/spinboxdelegate", "spinboxdelegate", 0, -1
+"itemviews/stardelegate Example", "examples/itemviews/stardelegate", "stardelegate", 10, -1
+"layouts/basiclayouts Example", "examples/layouts/basiclayouts", "basiclayouts", 0, -1
+"layouts/borderlayout Example", "examples/layouts/borderlayout", "borderlayout", 10, -1
+"layouts/dynamiclayouts Example", "examples/layouts/dynamiclayouts", "dynamiclayouts", 10, -1
+"layouts/flowlayout Example", "examples/layouts/flowlayout", "flowlayout", 10, -1
+"mainwindows/application Example", "examples/mainwindows/application", "application", 6, -1
+"mainwindows/dockwidgets Example", "examples/mainwindows/dockwidgets", "dockwidgets", 0, -1
+"mainwindows/mdi Example", "examples/mainwindows/mdi", "mdi", 0, -1
+"mainwindows/menus Example", "examples/mainwindows/menus", "menus", 10, -1
+"mainwindows/recentfiles Example", "examples/mainwindows/recentfiles", "recentfiles", 10, -1
+"mainwindows/sdi Example", "examples/mainwindows/sdi", "sdi", 10, -1
+"touch/dials Example", "examples/touch/dials", "dials", 10, -1
+"touch/fingerpaint Example", "examples/touch/fingerpaint", "fingerpaint", 10, -1
+"touch/knobs Example", "examples/touch/knobs", "knobs", 10, -1
+"touch/pinchzoom Example", "examples/touch/pinchzoom", "pinchzoom", 10, -1
+"opengl/2dpainting Example", "examples/opengl/2dpainting", "2dpainting", 10, -1
+"opengl/grabber Example", "examples/opengl/grabber", "grabber", 10, -1
+"opengl/hellogl Example", "examples/opengl/hellogl", "hellogl", 10, -1
+"opengl/overpainting Example", "examples/opengl/overpainting", "overpainting", 10, -1
+"opengl/samplebuffers Example", "examples/opengl/samplebuffers", "samplebuffers", 10, -1
+"opengl/textures Example", "examples/opengl/textures", "textures", 10, -1
+"painting/basicdrawing Example", "examples/painting/basicdrawing", "basicdrawing", 10, -1
+"painting/concentriccircles Example", "examples/painting/concentriccircles", "concentriccircles", 0, -1
+"painting/fontsampler Example", "examples/painting/fontsampler", "fontsampler", 0, -1
+"painting/imagecomposition Example", "examples/painting/imagecomposition", "imagecomposition", 10, -1
+"painting/painterpaths Example", "examples/painting/painterpaths", "painterpaths", 10, -1
+"painting/transformations Example", "examples/painting/transformations", "transformations", 0, -1
+"qtconcurrent/imagescaling Example", "examples/qtconcurrent/imagescaling", "imagescaling", 10, -1
+"richtext/calendar Example", "examples/richtext/calendar", "calendar", 0, -1
+"richtext/orderform Example", "examples/richtext/orderform", "orderform", 10, -1
+"richtext/syntaxhighlighter Example", "examples/richtext/syntaxhighlighter", "syntaxhighlighter", 0, -1
+"richtext/textobject Example", "examples/richtext/textobject", "textobject", 10, -1
+"statemachine/eventtransitions Example", "examples/statemachine/eventtransitions", "eventtransitions", 10, -1
+"statemachine/rogue Example", "examples/statemachine/rogue", "rogue", 10, -1
+"statemachine/trafficlight Example", "examples/statemachine/trafficlight", "trafficlight", 0, -1
+"statemachine/twowaybutton Example", "examples/statemachine/twowaybutton", "twowaybutton", 10, -1
+"tutorials/addressbook/part7 Example", "examples/tutorials/addressbook/part7", "part7", 0, -1
+"widgets/analogclock Example", "examples/widgets/analogclock", "analogclock", 6, -1
+"widgets/calculator Example", "examples/widgets/calculator", "calculator", 6, -1
+"widgets/calendarwidget Example", "examples/widgets/calendarwidget", "calendarwidget", 10, -1
+"widgets/charactermap Example", "examples/widgets/charactermap", "charactermap", 10, -1
+"widgets/codeeditor Example", "examples/widgets/codeeditor", "codeeditor", 0, -1
+"widgets/digitalclock Example", "examples/widgets/digitalclock", "digitalclock", 10, -1
+"widgets/groupbox Example", "examples/widgets/groupbox", "groupbox", 10, -1
+"widgets/icons Example", "examples/widgets/icons", "icons", 10, -1
+"widgets/imageviewer Example", "examples/widgets/imageviewer", "imageviewer", 10, -1
+"widgets/lineedits Example", "examples/widgets/lineedits", "lineedits", 10, -1
+"widgets/scribble Example", "examples/widgets/scribble", "scribble", 10, -1
+"widgets/sliders Example", "examples/widgets/sliders", "sliders", 10, -1
+"widgets/spinboxes Example", "examples/widgets/spinboxes", "spinboxes", 10, -1
+"widgets/styles Example", "examples/widgets/styles", "styles", 0, -1
+"widgets/stylesheet Example", "examples/widgets/stylesheet", "stylesheet", 0, -1
+"widgets/tablet Example", "examples/widgets/tablet", "tablet", 10, -1
+"widgets/tetrix Example", "examples/widgets/tetrix", "tetrix", 0, -1
+"widgets/tooltips Example", "examples/widgets/tooltips", "tooltips", 10, -1
+"widgets/validators Example", "examples/widgets/validators", "validators", 10, -1
+"widgets/wiggly Example", "examples/widgets/wiggly", "wiggly", 10, -1
diff --git a/qtqa/tests/auto/guiapplauncher/tst_guiapplauncher.cpp b/qtqa/tests/auto/guiapplauncher/tst_guiapplauncher.cpp
index c3901bb..4789fa5 100644
--- a/qtqa/tests/auto/guiapplauncher/tst_guiapplauncher.cpp
+++ b/qtqa/tests/auto/guiapplauncher/tst_guiapplauncher.cpp
@@ -67,137 +67,15 @@ enum { defaultUpTimeMS = 3000, defaultTopLevelWindowTimeoutMS = 30000,
// List the examples to test (Gui examples only).
struct Example {
- const char *name;
- const char *directory;
- const char *binary;
+ QByteArray name;
+ QByteArray directory;
+ QByteArray binary;
unsigned priority; // 0-highest
int upTimeMS;
};
-const struct Example examples[] = {
- {"animation/animatedtiles Example", "animation/animatedtiles", "animatedtiles", 0, -1},
- {"animation/appchooser Example", "animation/appchooser", "appchooser", 10, -1},
- {"animation/easing Example", "animation/easing", "easing", 10, -1},
- {"animation/moveblocks Example", "animation/moveblocks", "moveblocks", 10, -1},
- {"animation/states Example", "animation/states", "states", 10, -1},
- {"animation/stickman Example", "animation/stickman", "stickman", 10, -1},
- {"designer/calculatorbuilder Example", "designer/calculatorbuilder", "calculatorbuilder", 10, -1},
- {"dialogs/standarddialogs Example", "dialogs/standarddialogs", "standarddialogs", 10, -1},
- {"draganddrop/dropsite Example", "draganddrop/dropsite", "dropsite", 10, -1},
- {"draganddrop/fridgemagnets Example", "draganddrop/fridgemagnets", "fridgemagnets", 10, -1},
- {"draganddrop/puzzle Example", "draganddrop/puzzle", "puzzle", 10, -1},
- {"effects/blurpicker Example", "effects/blurpicker", "blurpicker", 10, -1},
- {"effects/customshader Example", "effects/customshader", "customshader", 10, -1},
- {"effects/fademessage Example", "effects/fademessage", "fademessage", 10, -1},
- {"effects/lighting Example", "effects/lighting", "lighting", 10, -1},
- {"graphicsview/anchorlayout Example", "graphicsview/anchorlayout", "anchorlayout", 10, -1},
- {"graphicsview/basicgraphicslayouts Example", "graphicsview/basicgraphicslayouts", "basicgraphicslayouts", 0, -1},
- {"graphicsview/collidingmice Example", "graphicsview/collidingmice", "collidingmice", 10, -1},
- {"graphicsview/diagramscene Example", "graphicsview/diagramscene", "diagramscene", 10, -1},
- {"graphicsview/dragdroprobot Example", "graphicsview/dragdroprobot", "dragdroprobot", 10, -1},
- {"graphicsview/elasticnodes Example", "graphicsview/elasticnodes", "elasticnodes", 10, -1},
- {"graphicsview/flowlayout Example", "graphicsview/flowlayout", "flowlayout", 10, -1},
- {"graphicsview/padnavigator Example", "graphicsview/padnavigator", "padnavigator", 0, -1},
- {"graphicsview/portedasteroids Example", "graphicsview/portedasteroids", "portedasteroids", 10, -1},
- {"graphicsview/portedcanvas Example", "graphicsview/portedcanvas", "portedcanvas", 10, -1},
- {"graphicsview/weatheranchorlayout Example", "graphicsview/weatheranchorlayout", "weatheranchorlayout", 10, -1},
- {"itemviews/addressbook Example", "itemviews/addressbook", "addressbook", 0, -1},
- {"itemviews/basicsortfiltermodel Example", "itemviews/basicsortfiltermodel", "basicsortfiltermodel", 10, -1},
- {"itemviews/chart Example", "itemviews/chart", "chart", 0, -1},
- {"itemviews/coloreditorfactory Example", "itemviews/coloreditorfactory", "coloreditorfactory", 10, -1},
- {"itemviews/combowidgetmapper Example", "itemviews/combowidgetmapper", "combowidgetmapper", 6, -1},
- {"itemviews/customsortfiltermodel Example", "itemviews/customsortfiltermodel", "customsortfiltermodel", 6, -1},
- {"itemviews/dirview Example", "itemviews/dirview", "dirview", 0, -1},
- {"itemviews/editabletreemodel Example", "itemviews/editabletreemodel", "editabletreemodel", 0, -1},
- {"itemviews/fetchmore Example", "itemviews/fetchmore", "fetchmore", 10, -1},
- {"itemviews/frozencolumn Example", "itemviews/frozencolumn", "frozencolumn", 10, -1},
- {"itemviews/pixelator Example", "itemviews/pixelator", "pixelator", 10, -1},
- {"itemviews/puzzle Example", "itemviews/puzzle", "puzzle", 10, -1},
- {"itemviews/simpledommodel Example", "itemviews/simpledommodel", "simpledommodel", 10, -1},
- {"itemviews/simpletreemodel Example", "itemviews/simpletreemodel", "simpletreemodel", 10, -1},
- {"itemviews/simplewidgetmapper Example", "itemviews/simplewidgetmapper", "simplewidgetmapper", 10, -1},
- {"itemviews/spinboxdelegate Example", "itemviews/spinboxdelegate", "spinboxdelegate", 0, -1},
- {"itemviews/stardelegate Example", "itemviews/stardelegate", "stardelegate", 10, -1},
- {"layouts/basiclayouts Example", "layouts/basiclayouts", "basiclayouts", 0, -1},
- {"layouts/borderlayout Example", "layouts/borderlayout", "borderlayout", 10, -1},
- {"layouts/dynamiclayouts Example", "layouts/dynamiclayouts", "dynamiclayouts", 10, -1},
- {"layouts/flowlayout Example", "layouts/flowlayout", "flowlayout", 10, -1},
- {"mainwindows/application Example", "mainwindows/application", "application", 6, -1},
- {"mainwindows/dockwidgets Example", "mainwindows/dockwidgets", "dockwidgets", 0, -1},
- {"mainwindows/mdi Example", "mainwindows/mdi", "mdi", 0, -1},
- {"mainwindows/menus Example", "mainwindows/menus", "menus", 10, -1},
- {"mainwindows/recentfiles Example", "mainwindows/recentfiles", "recentfiles", 10, -1},
- {"mainwindows/sdi Example", "mainwindows/sdi", "sdi", 10, -1},
- {"touch/dials Example", "touch/dials", "dials", 10, -1},
- {"touch/fingerpaint Example", "touch/fingerpaint", "fingerpaint", 10, -1},
- {"touch/knobs Example", "touch/knobs", "knobs", 10, -1},
- {"touch/pinchzoom Example", "touch/pinchzoom", "pinchzoom", 10, -1},
- {"opengl/2dpainting Example", "opengl/2dpainting", "2dpainting", 10, -1},
- {"opengl/grabber Example", "opengl/grabber", "grabber", 10, -1},
- {"opengl/hellogl Example", "opengl/hellogl", "hellogl", 10, -1},
- {"opengl/overpainting Example", "opengl/overpainting", "overpainting", 10, -1},
- {"opengl/samplebuffers Example", "opengl/samplebuffers", "samplebuffers", 10, -1},
- {"opengl/textures Example", "opengl/textures", "textures", 10, -1},
- {"painting/basicdrawing Example", "painting/basicdrawing", "basicdrawing", 10, -1},
- {"painting/concentriccircles Example", "painting/concentriccircles", "concentriccircles", 0, -1},
- {"painting/fontsampler Example", "painting/fontsampler", "fontsampler", 0, -1},
- {"painting/imagecomposition Example", "painting/imagecomposition", "imagecomposition", 10, -1},
- {"painting/painterpaths Example", "painting/painterpaths", "painterpaths", 10, -1},
- {"painting/svggenerator Example", "painting/svggenerator", "svggenerator", 10, -1},
- {"painting/svgviewer Example", "painting/svgviewer", "svgviewer", 0, -1},
- {"painting/transformations Example", "painting/transformations", "transformations", 0, -1},
- {"qtconcurrent/imagescaling Example", "qtconcurrent/imagescaling", "imagescaling", 10, -1},
- {"richtext/calendar Example", "richtext/calendar", "calendar", 0, -1},
- {"richtext/orderform Example", "richtext/orderform", "orderform", 10, -1},
- {"richtext/syntaxhighlighter Example", "richtext/syntaxhighlighter", "syntaxhighlighter", 0, -1},
- {"richtext/textobject Example", "richtext/textobject", "textobject", 10, -1},
- {"script/calculator Example", "script/calculator", "calculator", 6, -1},
- {"script/qstetrix Example", "script/qstetrix", "qstetrix", 0, -1},
- {"statemachine/eventtransitions Example", "statemachine/eventtransitions", "eventtransitions", 10, -1},
- {"statemachine/rogue Example", "statemachine/rogue", "rogue", 10, -1},
- {"statemachine/trafficlight Example", "statemachine/trafficlight", "trafficlight", 0, -1},
- {"statemachine/twowaybutton Example", "statemachine/twowaybutton", "twowaybutton", 10, -1},
- {"tutorials/addressbook/part7 Example", "tutorials/addressbook/part7", "part7", 0, -1},
- {"webkit/fancybrowser Example", "webkit/fancybrowser", "fancybrowser", 0, 7000},
- {"widgets/analogclock Example", "widgets/analogclock", "analogclock", 6, -1},
- {"widgets/calculator Example", "widgets/calculator", "calculator", 6, -1},
- {"widgets/calendarwidget Example", "widgets/calendarwidget", "calendarwidget", 10, -1},
- {"widgets/charactermap Example", "widgets/charactermap", "charactermap", 10, -1},
- {"widgets/codeeditor Example", "widgets/codeeditor", "codeeditor", 0, -1},
- {"widgets/digitalclock Example", "widgets/digitalclock", "digitalclock", 10, -1},
- {"widgets/groupbox Example", "widgets/groupbox", "groupbox", 10, -1},
- {"widgets/icons Example", "widgets/icons", "icons", 10, -1},
- {"widgets/imageviewer Example", "widgets/imageviewer", "imageviewer", 10, -1},
- {"widgets/lineedits Example", "widgets/lineedits", "lineedits", 10, -1},
- {"widgets/scribble Example", "widgets/scribble", "scribble", 10, -1},
- {"widgets/sliders Example", "widgets/sliders", "sliders", 10, -1},
- {"widgets/spinboxes Example", "widgets/spinboxes", "spinboxes", 10, -1},
- {"widgets/styles Example", "widgets/styles", "styles", 0, -1},
- {"widgets/stylesheet Example", "widgets/stylesheet", "stylesheet", 0, -1},
- {"widgets/tablet Example", "widgets/tablet", "tablet", 10, -1},
- {"widgets/tetrix Example", "widgets/tetrix", "tetrix", 0, -1},
- {"widgets/tooltips Example", "widgets/tooltips", "tooltips", 10, -1},
- {"widgets/validators Example", "widgets/validators", "validators", 10, -1},
- {"widgets/wiggly Example", "widgets/wiggly", "wiggly", 10, -1}
-};
-
-const struct Example demos[] = {
- {"Affine Demo", "affine", "affine", 0, -1},
- {"Books Demo", "books", "books", 0, -1},
- {"Browser Demo", "browser", "browser", 0, 0000},
- {"Chip Demo", "chip", "chip", 0, -1},
- {"Composition Demo", "composition", "composition", 0, -1},
- {"Deform Demo", "deform", "deform", 0, -1},
- {"Embeddeddialogs Demo", "embeddeddialogs", "embeddeddialogs", 0, -1},
- {"Gradients Demo", "gradients", "gradients", 0, -1},
- {"Interview Demo", "interview", "interview", 0, -1},
- {"Mainwindow Demo", "mainwindow", "mainwindow", 0, -1},
- {"PathStroke Demo", "pathstroke", "pathstroke", 0, -1},
- {"Spreadsheet Demo", "spreadsheet", "spreadsheet", 0, -1},
- {"Sub-Attac Demo", "sub-attaq", "sub-attaq", 0, -1},
- {"TextEdit Demo", "textedit", "textedit", 0, -1},
- {"Undo Demo", "undo", "undo", 0, -1}
-};
+QList<Example> examples;
+QList<Example> demos;
// Data struct used in tests, specifying paths and timeouts
struct AppLaunchData {
@@ -350,15 +228,43 @@ static inline QString guiBinary(QString in)
void tst_GuiAppLauncher::run_data()
{
QTest::addColumn<AppLaunchData>("data");
- foreach(const TestDataEntry &data, testData())
+ foreach(const TestDataEntry &data, testData()) {
+ qDebug() << data.first << data.second.binary;
QTest::newRow(data.first) << data.second;
+ }
+}
+
+static QList<Example> readDataEntriesFromFile(const QString &fileName)
+{
+ QList<Example> ret;
+ QFile file(fileName);
+ if (!file.open(QFile::ReadOnly))
+ return ret;
+
+ QByteArray line;
+ QRegExp lineMatcher("\"([^\"]*)\", *\"([^\"]*)\", *\"([^\"]*)\", *([-0-9]*), *([-0-9]*)");
+ for (line = file.readLine(); !line.isEmpty(); line = file.readLine()) {
+ int matchPos = lineMatcher.indexIn(QString::fromLatin1(line));
+ if (matchPos < 0)
+ break;
+
+ Example example;
+ example.name = lineMatcher.cap(1).toLatin1();
+ example.directory = lineMatcher.cap(2).toLatin1();
+ example.binary = lineMatcher.cap(3).toLatin1();
+ example.priority = lineMatcher.cap(4).toUInt();
+ example.upTimeMS = lineMatcher.cap(5).toInt();
+ ret << example;
+ }
+
+ return ret;
}
// Read out the examples array structures and convert to test data.
static tst_GuiAppLauncher::TestDataEntries exampleData(unsigned priority,
const QString &path,
bool debug,
- const Example *exArray,
+ const QList<Example> exArray,
unsigned n)
{
Q_UNUSED(debug)
@@ -369,16 +275,16 @@ static tst_GuiAppLauncher::TestDataEntries exampleData(unsigned priority,
const Example &example = exArray[e];
if (example.priority <= priority) {
data.clear();
- const QString examplePath = path + slash + QLatin1String(example.directory);
+ const QString examplePath = path + slash + example.directory;
data.binary = examplePath + slash;
#ifdef Q_OS_WIN
data.binary += debug? QLatin1String("debug/") : QLatin1String("release/");
#endif
- data.binary += guiBinary(QLatin1String(example.binary));
+ data.binary += guiBinary(example.binary);
data.workingDirectory = examplePath;
if (example.upTimeMS > 0)
data.upTimeMS = example.upTimeMS;
- rc.append(tst_GuiAppLauncher::TestDataEntry(example.name, data));
+ rc.append(tst_GuiAppLauncher::TestDataEntry(example.name.constData(), data));
}
}
return rc;
@@ -390,6 +296,7 @@ tst_GuiAppLauncher::TestDataEntries tst_GuiAppLauncher::testData() const
const QChar slash = QLatin1Char('/');
const QString binPath = QLibraryInfo::location(QLibraryInfo::BinariesPath) + slash;
const bool debug = QLibraryInfo::buildKey().contains(QLatin1String("debug"));
+ const QString path = qgetenv("QT_MODULE_TO_TEST");
Q_UNUSED(debug)
AppLaunchData data;
@@ -413,15 +320,17 @@ tst_GuiAppLauncher::TestDataEntries tst_GuiAppLauncher::testData() const
data.binary = binPath + guiBinary(QLatin1String("qtdemo"));
rc.append(TestDataEntry("Qt Demo", data));
- const QString demosPath = QLibraryInfo::location(QLibraryInfo::DemosPath);
- if (!demosPath.isEmpty())
- rc += exampleData(m_examplePriority, demosPath, debug, demos, sizeof(demos)/sizeof(Example));
+ if (!path.isEmpty()) {
+ demos = readDataEntriesFromFile(path + "/tests/auto/guiapplauncher/demos.txt");
+ rc += exampleData(m_examplePriority, path, debug, demos, demos.size());
+ }
}
if (m_testMask & TestExamples) {
- const QString examplesPath = QLibraryInfo::location(QLibraryInfo::ExamplesPath);
- if (!examplesPath.isEmpty())
- rc += exampleData(m_examplePriority, examplesPath, debug, examples, sizeof(examples)/sizeof(Example));
+ if (!path.isEmpty()) {
+ examples = readDataEntriesFromFile(path + "/tests/auto/guiapplauncher/examples.txt");
+ rc += exampleData(m_examplePriority, path, debug, examples, examples.size());
+ }
}
qDebug("Running %d tests...", rc.size());
return rc;
diff --git a/qtscript/tests/auto/guiapplauncher/README.txt b/qtscript/tests/auto/guiapplauncher/README.txt
new file mode 100644
index 0000000..d6ea4ef
--- /dev/null
+++ b/qtscript/tests/auto/guiapplauncher/README.txt
@@ -0,0 +1,2 @@
+The guiapplauncher from the qtqa repository uses the data in this
+directory to do its testing for this module.
diff --git a/qtscript/tests/auto/guiapplauncher/examples.txt b/qtscript/tests/auto/guiapplauncher/examples.txt
new file mode 100644
index 0000000..ee4b587
--- /dev/null
+++ b/qtscript/tests/auto/guiapplauncher/examples.txt
@@ -0,0 +1,2 @@
+"script/calculator Example", "examples/script/calculator", "calculator", 6, -1
+"script/qstetrix Example", "examples/script/qstetrix", "qstetrix", 0, -1
diff --git a/qtsvg/tests/auto/guiapplauncher/README.txt b/qtsvg/tests/auto/guiapplauncher/README.txt
new file mode 100644
index 0000000..d6ea4ef
--- /dev/null
+++ b/qtsvg/tests/auto/guiapplauncher/README.txt
@@ -0,0 +1,2 @@
+The guiapplauncher from the qtqa repository uses the data in this
+directory to do its testing for this module.
diff --git a/qtsvg/tests/auto/guiapplauncher/examples.txt b/qtsvg/tests/auto/guiapplauncher/examples.txt
new file mode 100644
index 0000000..f661074
--- /dev/null
+++ b/qtsvg/tests/auto/guiapplauncher/examples.txt
@@ -0,0 +1,2 @@
+"painting/svggenerator Example", "examples/painting/svggenerator", "svggenerator", 10, -1
+"painting/svgviewer Example", "examples/painting/svgviewer", "svgviewer", 0, -1
diff --git a/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/README.txt b/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/README.txt
new file mode 100644
index 0000000..d6ea4ef
--- /dev/null
+++ b/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/README.txt
@@ -0,0 +1,2 @@
+The guiapplauncher from the qtqa repository uses the data in this
+directory to do its testing for this module.
diff --git a/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/demos.txt b/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/demos.txt
new file mode 100644
index 0000000..e679038
--- /dev/null
+++ b/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/demos.txt
@@ -0,0 +1 @@
+"Browser Demo", "demos/browser", "browser", 0, 0000
diff --git a/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/examples.txt b/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/examples.txt
new file mode 100644
index 0000000..11ec88e
--- /dev/null
+++ b/qtwebkit-examples-and-demos/tests/auto/guiapplauncher/examples.txt
@@ -0,0 +1 @@
+"webkit/fancybrowser Example", "examples/webkit/fancybrowser", "fancybrowser", 0, 7000
--
1.7.3.2.343.g7d43d
|