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
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
|
Copyright (c) 2005 X.Org Foundation L.L.C.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
>># File: xts5/Xlib17/XGetVisualInfo/XGetVisualInfo.m
>>#
>># Description:
>># Tests for XGetVisualInfo()
>>#
>># Modifications:
>># $Log: gtvslinf.m,v $
>># Revision 1.2 2005-11-03 08:43:05 jmichael
>># clean up all vsw5 paths to use xts5 instead.
>>#
>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson
>># Reimport of the base with the legal name in the copyright fixed.
>>#
>># Revision 8.0 1998/12/23 23:34:40 mar
>># Branch point for Release 5.0.2
>>#
>># Revision 7.0 1998/10/30 22:57:02 mar
>># Branch point for Release 5.0.2b1
>>#
>># Revision 6.0 1998/03/02 05:25:58 tbr
>># Branch point for Release 5.0.1
>>#
>># Revision 5.0 1998/01/26 03:22:30 tbr
>># Branch point for Release 5.0.1b1
>>#
>># Revision 4.0 1995/12/15 09:11:10 tbr
>># Branch point for Release 5.0.0
>>#
>># Revision 3.1 1995/12/15 01:13:43 andy
>># Prepare for GA Release
>>#
/*
Portions of this software are based on Xlib and X Protocol Test Suite.
We have used this material under the terms of its copyright, which grants
free use, subject to the conditions below. Note however that those
portions of this software that are based on the original Test Suite have
been significantly revised and that all such revisions are copyright (c)
1995 Applied Testing and Technology, Inc. Insomuch as the proprietary
revisions cannot be separated from the freely copyable material, the net
result is that use of this software is governed by the ApTest copyright.
Copyright (c) 1990, 1991 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.
Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of UniSoft not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission. UniSoft
makes no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
*/
>>TITLE XGetVisualInfo Xlib17
XVisualInfo *
XGetVisualInfo(display, vinfo_mask, vinfo_template, nitems_return)
Display *display = Dsp;
long vinfo_mask;
XVisualInfo *vinfo_template = &v_tmpl;
int *nitems_return = &n_ret;
>>EXTERN
int n_ret;
int n_all;
XVisualInfo v_tmpl;
void
init_vp(mask, vp, vptmpl)
long mask;
XVisualInfo *vp;
XVisualInfo *vptmpl;
{
vptmpl->visualid = 0;
vptmpl->screen = -1;
vptmpl->depth = 0;
vptmpl->class = -1;
vptmpl->red_mask = 0L;
vptmpl->green_mask = 0L;
vptmpl->blue_mask = 0L;
vptmpl->colormap_size = 0;
vptmpl->bits_per_rgb = 0;
if ((mask & VisualIDMask))
vptmpl->visualid = vp->visualid;
if ((mask & VisualScreenMask))
vptmpl->screen = vp->screen;
if ((mask & VisualDepthMask))
vptmpl->depth = vp->depth;
if ((mask & VisualClassMask))
vptmpl->class = vp->class;
if ((mask & VisualRedMaskMask))
vptmpl->red_mask = vp->red_mask;
if ((mask & VisualGreenMaskMask))
vptmpl->green_mask = vp->green_mask;
if ((mask & VisualBlueMaskMask))
vptmpl->blue_mask = vp->blue_mask;
if ((mask & VisualColormapSizeMask))
vptmpl->colormap_size = vp->colormap_size;
if ((mask & VisualBitsPerRGBMask))
vptmpl->bits_per_rgb = vp->bits_per_rgb;
}
XVisualInfo *
get_visuals(mask, vp, n_all, vptest, n)
long mask;
XVisualInfo *vp;
int n_all;
XVisualInfo *vptest;
int *n;
{
XVisualInfo *vptr, *vpret;
int i;
*n = 0;
/* Allocate enough space (all visuals may match vptest) */
vptr = vpret = (XVisualInfo *)calloc(n_all, sizeof(XVisualInfo));
/* Obtain sub-list of visuals which match in the mask fields */
for(i = 0; i < n_all; i++, vp++) {
/* All visuals have same screen, but check in case code */
/* gets used another way one day */
if ((mask & VisualIDMask) && (vptest->visualid != vp->visualid))
continue;
if ((mask & VisualScreenMask) && (vptest->screen != vp->screen))
continue;
if ((mask & VisualDepthMask) && (vptest->depth != vp->depth))
continue;
if ((mask & VisualClassMask) && (vptest->class != vp->class))
continue;
if ((mask & VisualRedMaskMask) && (vptest->red_mask != vp->red_mask))
continue;
if ((mask & VisualGreenMaskMask) && (vptest->green_mask != vp->green_mask))
continue;
if ((mask & VisualBlueMaskMask) && (vptest->blue_mask != vp->blue_mask))
continue;
if ((mask & VisualColormapSizeMask) && (vptest->colormap_size != vp->colormap_size))
continue;
if ((mask & VisualBitsPerRGBMask) && (vptest->bits_per_rgb != vp->bits_per_rgb))
continue;
*vptr++ = *vp;
(*n)++;
trace("get_visuals: Adding visual number %d", *n);
}
return(vpret);
}
void
report_visuals(n, vp)
int n;
XVisualInfo *vp;
{
int i;
for(i = 0; i < n; i++, vp++) {
report("Visual %d: screen %d; depth %d; class %s.",
i, vp->screen, vp->depth, displayclassname(vp->class));
}
}
int
check_visuals(mask, n, expected, observed)
long mask;
int n;
XVisualInfo *expected;
XVisualInfo *observed;
{
XVisualInfo *vp, *vpo;
int i, j;
int matched;
int pass = 0;
for (i = 0, vp = expected; i < n; i++, vp++) {
matched = 0;
for (j = 0, vpo = observed; j < n; j++, vpo++) {
if (vp->visualid != vpo->visualid)
continue;
if (vp->screen != vpo->screen)
continue;
if (vp->depth != vpo->depth)
continue;
if (vp->class != vpo->class)
continue;
if (vp->red_mask != vpo->red_mask)
continue;
if (vp->green_mask != vpo->green_mask)
continue;
if (vp->blue_mask != vpo->blue_mask)
continue;
if (vp->colormap_size != vpo->colormap_size)
continue;
if (vp->bits_per_rgb != vpo->bits_per_rgb)
continue;
matched = 1;
break;
}
if (!matched) {
report("%s did not return matching visual", TestName);
report("when selecting with mask %d (%s)", mask,
visualmaskname(mask));
report_visuals(1, vp);
return(1);
} else
pass++;
}
if (n > 0 && pass == n)
return(0);
report("Path counter was %d instead of %d", pass, n);
return(-1);
}
int
check_mask_visuals(mask, all, n_all)
long mask;
XVisualInfo *all;
int n_all;
{
XVisualInfo *vp, *expected, *visuals;
int i;
int r;
int n_expected;
int pass = 0;
/* For each visual */
for(i = 0, vp = all; i < n_all; i++, vp++) {
/* Obtain list of visuals matching vp in the masked fields. */
/* This is a bit like our own XGetVisualInfo. */
expected = get_visuals(mask, all, n_all, vp, &n_expected);
/*
* Need VisualScreenMask, since "all" points to a list
* of visuals for the default screen only.
*/
init_vp(mask, vp, vinfo_template);
vinfo_template->screen = XDefaultScreen(Dsp);
vinfo_mask = VisualScreenMask | mask;
/* Call XGetVisualInfo directly to avoid return; in code */
startcall(display);
if (isdeleted())
return(-1);
visuals = XGetVisualInfo(display, vinfo_mask, vinfo_template, nitems_return);
endcall(display);
if (geterr() != Success) {
report("Got %s, Expecting Success", errorname(geterr()));
return(1);
}
/*
* Verify that xname does not return NULL.
* (should be at least one visual - vp!).
*/
if (visuals == (XVisualInfo *)NULL) {
report("%s returned NULL with visual mask %d",
TestName, visualmaskname(mask));
return(1);
} else
pass++;
/* Verify that xname returns same size list. */
if (n_ret != n_expected) {
report("%s returned %d instead of %d visual(s)",
TestName, n_ret, n_expected);
report("when selecting with mask %s",
visualmaskname(mask));
report_visuals(n_ret, visuals);
return(1);
} else {
pass++;
trace("%s returned %d visual(s)", TestName, n_ret);
}
/* Verify that xname returns same sub-list. */
if ((r = check_visuals(mask, n_expected, expected, visuals)) < 0)
return(-1);
else if (r > 0)
return(1);
else
pass++;
/* Free the list of all visuals using XFree. */
XFree((char*)visuals);
free((void*)expected);
}
if (n_all > 0 && pass == 3*n_all)
return(0);
report("Path counter was %d instead of %d", pass, 3*n_all);
return(-1);
}
>>ASSERTION Good A
A call to xname returns the list of
.S XVisualInfo
structures, which can be freed by
.S XFree ,
which match those components of the
.A vinfo_template
argument specified by the
.A vinfo_mask
argument, and returns the number of such structures in the
.A nitems_return
argument.
>>STRATEGY
Initialise the list of class/depth pairs from parameter XT_VISUAL_CLASSES.
Obtain list of all visuals for the screen.
Verify that xname does not return NULL (should be at least one visual).
Verify that xname returns at least one visual for each class/depth pair
specified in parameter XT_VISUAL_CLASSES.
Verify that the list returned matches those in XT_VISUAL_CLASSES.
Verify that each visual can be selected using VisualIDMask.
Verify that each visual can be selected using VisualScreenMask.
Verify that each visual can be selected using VisualDepthMask.
Verify that each visual can be selected using VisualClassMask.
Verify that each visual can be selected using
VisualScreenMask|VisualDepthMask|VisualClassMask.
Verify that each visual can be selected using VisualRedMaskMask.
Verify that each visual can be selected using VisualGreenMaskMask.
Verify that each visual can be selected using VisualBlueMaskMask.
Verify that each visual can be selected using VisualColormapSizeMask.
Verify that each visual can be selected using VisualBitsPerRGBMask.
Verify that each visual can be selected using
VisualBitsPerRGBMask|VisualColormapSizeMask.
Verify that each visual can be selected using VisualAllMask.
Free the list of all visuals using XFree.
>>CODE
int j;
int r;
int matched;
int class;
int depth; /* (depths usually unsigned, but not for nextvclass) */
XVisualInfo *all, *vp;
/* Initialise the list of class/depth pairs from parameter XT_VISUAL_CLASSES. */
if(initvclass() < 0) {
delete("The list of expected visual classes could not be initialised.");
return;
}
/* Obtain list of all visuals for the screen. */
vinfo_template->screen = XDefaultScreen(Dsp);
vinfo_mask = VisualNoMask | VisualScreenMask;
all = XCALL;
n_all = n_ret;
/* Verify that xname does not return NULL (should be at least one visual). */
if (all == (XVisualInfo *)NULL) {
report("%s returned NULL with visual mask %d",
TestName, visualmaskname(vinfo_mask));
FAIL;
return;
} else
CHECK;
/* Verify that xname returns at least one visual for each class/depth pair */
/* specified in parameter XT_VISUAL_CLASSES. */
if (n_all < nvclass()) {
report("%s returned %d instead of at least %d visual(s)",
TestName, n_all, nvclass());
report_visuals(n_all, all);
FAIL;
return;
} else {
CHECK;
trace("%s returned %d visual(s)", TestName, n_all);
}
/* Verify that the list returned matches those in XT_VISUAL_CLASSES. */
for(j = 0, vp = all; j < n_all; j++, vp++) {
if (vp->screen != XDefaultScreen(Dsp)) {
report("%s returned visual for wrong screen", TestName);
report("Expected screen: %d; Observed screen %d.",
XDefaultScreen(Dsp), vp->screen);
report_visuals(1, vp);
FAIL;
} else
CHECK;
matched = 0;
for (resetvclass(); nextvclass(&class, &depth); ) {
if (vp->depth == (unsigned)depth &&
vp->class == class) {
matched = 1;
break;
}
}
if (!matched) {
report("%s returned visual", TestName);
report("which is not specified in XT_VISUAL_CLASSES.");
report_visuals(1, vp);
FAIL;
} else
CHECK;
}
/* Verify that each visual can be selected using VisualIDMask. */
if((r = check_mask_visuals((long)VisualIDMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualScreenMask. */
if((r = check_mask_visuals((long)VisualScreenMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualDepthMask. */
if((r = check_mask_visuals((long)VisualDepthMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualClassMask. */
if((r = check_mask_visuals((long)VisualClassMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using */
/* VisualScreenMask|VisualDepthMask|VisualClassMask. */
if((r = check_mask_visuals((long)(VisualScreenMask|
VisualDepthMask|
VisualClassMask), all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualRedMaskMask. */
if((r = check_mask_visuals((long)VisualRedMaskMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualGreenMaskMask. */
if((r = check_mask_visuals((long)VisualGreenMaskMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualBlueMaskMask. */
if((r = check_mask_visuals((long)VisualBlueMaskMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualColormapSizeMask. */
if((r = check_mask_visuals((long)VisualColormapSizeMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualBitsPerRGBMask. */
if((r = check_mask_visuals((long)VisualBitsPerRGBMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using */
/* VisualBitsPerRGBMask|VisualColormapSizeMask. */
if((r = check_mask_visuals((long)(VisualBitsPerRGBMask|
VisualColormapSizeMask), all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Verify that each visual can be selected using VisualAllMask. */
if((r = check_mask_visuals((long)VisualAllMask, all, n_all)) < 0) {
delete("Path check error in check_mask_visuals");
return;
} else if (r > 0)
FAIL;
else
CHECK;
/* Free the list of all visuals using XFree. */
XFree((char*)all);
CHECKPASS(14 + 2*n_all);
>>ASSERTION Bad A
When no visuals match the template specified by the
.A vinfo_mask
and
.A vinfo_template
arguments,
then a call to xname returns NULL.
>>STRATEGY
Obtain list of all visuals for the screen.
Initialise visual template to first visual returned.
Call xname with VisualDepthMask and depth 0.
Verify that number of matching visuals is set to 0.
Verify that xname returns NULL.
>>CODE
XVisualInfo *visuals;
XVisualInfo *all;
/* Obtain list of all visuals for the screen. */
vinfo_template->screen = XDefaultScreen(Dsp);
vinfo_mask = VisualNoMask | VisualScreenMask;
all = XCALL;
/* Initialise visual template to first visual returned. */
init_vp((long)VisualAllMask, all, vinfo_template);
if(all != (XVisualInfo *)NULL)
XFree((char*)all);
/* Call xname with VisualDepthMask and depth 0. */
vinfo_template->depth = 0;
vinfo_mask = VisualNoMask | VisualDepthMask;
visuals = XCALL;
/* Verify that number of matching visuals is set to 0. */
if (n_ret != 0) {
report("%s set nitems_return to %d instead of 0",
TestName, n_ret);
FAIL;
} else
CHECK;
/* Verify that xname returns NULL. */
if (visuals != (XVisualInfo *)NULL) {
XFree((char*)visuals);
report("%s did not return NULL", TestName);
FAIL;
} else
CHECK;
CHECKPASS(2);
>>ASSERTION Bad B 1
When sufficient storage cannot be allocated,
then a call to xname returns NULL.
|