summaryrefslogtreecommitdiffstats
path: root/reltest-form.conf
blob: d359f795f0b5c5330b7affbcc4bdcfb775f41ff4 (plain)
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
# Basics ------------------------------------------------------------------------------------------
enctype: multipart/form-data
method: POST
header: 1
reset: 1
title: Release Testing Form

# CSS ----------------------------------------------------------------------------------------------
styleclass: reltest
stylesheet: css/reltest.css

# Fields -------------------------------------------------------------------------------------------
fields:
    report_date:
        label:      Report Date
        type:       date
        size:       10
        required:   1
        validate:   /^[0-9]{4}-?(0?[1-9]|1[0-2])-?(0?[1-9]|[1-2][0-9]|3[0-1])$/
        comment:    <i>YYYY-MM-DD</i>

    report_name:
        label:      Reporters Name
        size:       40
        required:   1
        sticky:     1

    package_date:
        label:      Package/Build date
        type:       date
        size:       10
        required:   1
        validate:   /^[0-9]{4}-?(0?[1-9]|1[0-2])-?(0?[1-9]|[1-2][0-9]|3[0-1])$/
        comment:    <i>YYYY-MM-DD</i>

    package_name:
        label:      Package name
        size:       40
        required:   1

    package_type:
        label:      Package type
        options:    S=Source, IOff=Installer (Offline), IOn=Installer (Online)
        multiple:   1
        required:   1

    mkspec_used:
        label:      Mkspec used
        size:       40
        required:   1

    # ----------------------------------------------------------------------------------------------
    ccheck_label:
        label:      <hr><h4>Build checks:</h4>
        type:       static

    configure_checks:
        label:      Asks about license
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(when run without any license options)</i>

    minimal_options:
        label:      Compiles with minimal options
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(eg. -opensource -confirm-license)</i>

    static_build:
        label:      Compiles as static build (where supported)
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    namespace_build:
        label:      Compiles in namespace (where supported)
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    shadow_build:
        label:      Compiles with shadow build,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    xcompile:
        label:      Compiles cross-compiled (where supported)
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    build_comments:
        label:      Comments
        type:       textarea
        cols:       60
        rows:       15

    # ----------------------------------------------------------------------------------------------
    gcheck_label:
        label:      <hr><h4>General checks:</h4>
        type:       static

    eols:
        label:      Text files have the correct EOL
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(for the type of package)</i>

    permissions:
        label:      Files/dirs have sane perm. and timestamps
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    tags:
        label:      Tags have been replaced properly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(eg. %VERSION% & %SHORTVERSION%)</i>

    readme:
        label:      README has valid information
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(for the platform tested)</i>

    general_comments:
        label:      Comments
        type:       textarea
        cols:       60
        rows:       15

    # ----------------------------------------------------------------------------------------------
    icheck_label:
        label:      <hr><h4>Installer checks:</h4>
        type:       static

    fresh:
        label:      Fresh install works correctly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    upgrave:
        label:      Upgrade install works correctly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    parallel:
        label:      Parallel install works correctly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    previnstall:
        label:      Previously installed package still works
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    warns:
        label:      Warns when installing over an installation
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    signed:
        label:      Is correctly signed
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(vendor/certificate, not untrusted)</i>

    display:
        label:      Displays appropriate gfx & strings & version no.
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    licenses:
        label:      Offers the correct license(s)
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    defaultdir:
        label:      Offers sane default install directory
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(w/version number)</i>

    instdefaultdir:
        label:      Correctly installs to default directory
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    instdir:
        label:      Correctly installs to non-default loc.
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(drive/directory)</i>

    progress:
        label:      Sanely reports progress and completion
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    components:
        label:      Installs only selected components
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    compselector:
        label:      Component selector works sanely
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    shortcuts:
        label:      Shortcuts from last page of installer works
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    desktopshortcuts:
        label:      Correctly creates Desktop shortcuts
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    startmenu:
        label:      Correctly creates Start Menu shortcuts
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    environment:
        label:      Sets correct environment variables for shell
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    controlpanel:
        label:      Package shows up in Control Panel/Pkg. Manager
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(Check for Vendor name and correct Version)</i>

    patching:
        label:      Patching of files is done correctly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    cancel:
        label:      Cancel button is available
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    cleanfail:
        label:      Cleans up after install failure
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    spacefail:
        label:      Cleanly fails on insufficient disk space
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    installer_comments:
        label:      Comments
        type:       textarea
        cols:       60
        rows:       15


    # ----------------------------------------------------------------------------------------------
    ucheck_label:
        label:      <hr><h4>Uninstaller checks:</h4>
        type:       static

    uninstall:
        label:      Uninstalls properly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    removefiles:
        label:      Removes installed files properly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    removedirs:
        label:      Removes empty directories
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    removeregs:
        label:      Removes registry keys
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    revchanges:
        label:      Reverses any other changes
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    uninstaller_comments:
        label:      Comments
        type:       textarea
        cols:       60
        rows:       15


    # ----------------------------------------------------------------------------------------------
    pcheck_label:
        label:      <hr><h4>Both source/binary package checks:</h4>
        type:       static

    license:
        label:      License is correct
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    assistant:
        label:      Assistant works correctly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    designer:
        label:      Designer works correctly
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    nocrash:
        label:      Demos and examples launch without crashing
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    funcaccept:
        label:      Demos and examples function acceptably
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    rebuild:
        label:      Demos and examples can be rebuilt
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    extapps:
        label:      External apps build
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(Qt Creator and other applications)</i>

    dllswap:
        label:      "DLL Swapping" work on an application
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(Testing for BC)</i>

    guistress:
        label:      GUI stress-testing works ok
        options:    2=Yes, 1=No, 0=Not tested
        value:      0
        comment:    <i>(clicking around randomly, for example)</i>

# Old version, which is going to be removed from qt5.git, and only provided as an addon
#    phonon:
#        label:      Audio/Video w/phonon works
#        options:    2=Yes, 1=No, 0=Not tested
#        value:      0

    multimedia:
        label:      Audio/Video w/QtMultimedia works
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    raster:
        label:      Raster engine works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    imgformat:
        label:      Image formats work,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    gv:
        label:      GraphicsView works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    opengl:
        label:      OpenGL works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    printing:
        label:      Printing works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    qml1:
        label:      QML 1 apps work (qmlviewer)
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    qml2:
        label:      QML 2 apps work (qmlscene)
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    networking:
        label:      QtNetwork works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    sql:
        label:      QtSql works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    svg:
        label:      QtSvg works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    xml:
        label:      QtXml works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    webkit1:
        label:      QtWebKit 1 works,
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    webkit2:
        label:      QtWebkit 2 works
        options:    2=Yes, 1=No, 0=Not tested
        value:      0

    test_comments:
        label:      Comments
        type:       textarea
        cols:       60
        rows:       15

# Cannot get the file attachment to work properly in the emails sent out, feel free to fix this
#    screenshot:
#        label:   Screenshot
#        type:    file
#        growable:   1

    # ----------------------------------------------------------------------------------------------
#    releasable_label:
#        label:      <hr><h4>Releasable?</h4>
#        type:       static

    releasable:
        label:      <B>Is this package releasable?</B>
        options:    2=Yes, 1=No
        required:   1
        comment:    <i>(in your opinion)</i>