Andreas Wacknitz
2023-11-01 740a9c5fd5816a23405deb476cb1da121f0fab1c
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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
        Start   1: test_uri
  1/359 Test   #1: test_uri ............................................................***Not Run   
        Start   2: test_util
  2/359 Test   #2: test_util ...........................................................***Not Run   
        Start   3: test_drag-and-drop-svgz
  3/359 Test   #3: test_drag-and-drop-svgz .............................................***Not Run   
        Start   4: test_extract-uri
  4/359 Test   #4: test_extract-uri ....................................................***Not Run   
        Start   5: test_attributes
  5/359 Test   #5: test_attributes .....................................................***Not Run   
        Start   6: test_color-profile
  6/359 Test   #6: test_color-profile ..................................................***Not Run   
        Start   7: test_dir-util
  7/359 Test   #7: test_dir-util .......................................................***Not Run   
        Start   8: test_sp-object
  8/359 Test   #8: test_sp-object ......................................................***Not Run   
        Start   9: test_object-set
  9/359 Test   #9: test_object-set .....................................................***Not Run   
        Start  10: test_object-style
 10/359 Test  #10: test_object-style ...................................................***Not Run   
        Start  11: test_path-boolop
 11/359 Test  #11: test_path-boolop ....................................................***Not Run   
        Start  12: test_rebase-hrefs
 12/359 Test  #12: test_rebase-hrefs ...................................................***Not Run   
        Start  13: test_style-elem
 13/359 Test  #13: test_style-elem .....................................................***Not Run   
        Start  14: test_style-internal
 14/359 Test  #14: test_style-internal .................................................***Not Run   
        Start  15: test_style
 15/359 Test  #15: test_style ..........................................................***Not Run   
        Start  16: test_svg-affine
 16/359 Test  #16: test_svg-affine .....................................................***Not Run   
        Start  17: test_svg-color
 17/359 Test  #17: test_svg-color ......................................................***Not Run   
        Start  18: test_svg-length
 18/359 Test  #18: test_svg-length .....................................................***Not Run   
        Start  19: test_svg-stringstream
 19/359 Test  #19: test_svg-stringstream ...............................................***Not Run   
        Start  20: test_sp-gradient
 20/359 Test  #20: test_sp-gradient ....................................................***Not Run   
        Start  21: test_svg-path-geom
 21/359 Test  #21: test_svg-path-geom ..................................................***Not Run   
        Start  22: test_object
 22/359 Test  #22: test_object .........................................................***Not Run   
        Start  23: test_sp-glyph-kerning
 23/359 Test  #23: test_sp-glyph-kerning ...............................................***Not Run   
        Start  24: test_cairo-utils
 24/359 Test  #24: test_cairo-utils ....................................................***Not Run   
        Start  25: test_svg-extension
 25/359 Test  #25: test_svg-extension ..................................................***Not Run   
        Start  26: test_curve
 26/359 Test  #26: test_curve ..........................................................***Not Run   
        Start  27: test_2geom-characterization
 27/359 Test  #27: test_2geom-characterization .........................................***Not Run   
        Start  28: test_xml
 28/359 Test  #28: test_xml ............................................................***Not Run   
        Start  29: test_sp-item-group
 29/359 Test  #29: test_sp-item-group ..................................................***Not Run   
        Start  30: test_lpe
 30/359 Test  #30: test_lpe ............................................................***Not Run   
        Start  31: test_lpe64
 31/359 Test  #31: test_lpe64 ..........................................................***Not Run   
        Start  32: cli_version
 32/359 Test  #32: cli_version .........................................................   Passed    
        Start  33: cli_version_known
 33/359 Test  #33: cli_version_known ...................................................   Passed    
        Start  34: cli_system-data-directory
 34/359 Test  #34: cli_system-data-directory ...........................................   Passed    
        Start  35: cli_user-data-directory
 35/359 Test  #35: cli_user-data-directory .............................................   Passed    
        Start  36: cli_pdf-poppler-mesh-import
 36/359 Test  #36: cli_pdf-poppler-mesh-import .........................................   Passed    
        Start  37: cli_pdf-poppler-mesh-import_check_output
 37/359 Test  #37: cli_pdf-poppler-mesh-import_check_output ............................   Passed    
        Start  38: cli_pdf-internal-mesh-import
 38/359 Test  #38: cli_pdf-internal-mesh-import ........................................   Passed    
        Start  39: cli_pdf-internal-mesh-import_check_output
 39/359 Test  #39: cli_pdf-internal-mesh-import_check_output ...........................   Passed    
        Start  40: cli_export-type-dot-separated
 40/359 Test  #40: cli_export-type-dot-separated .......................................   Passed    
        Start  41: cli_export-type-dot-separated_check_output
 41/359 Test  #41: cli_export-type-dot-separated_check_output ..........................   Passed    
        Start  42: cli_export-type
 42/359 Test  #42: cli_export-type .....................................................   Passed    
        Start  43: cli_export-type_check_output
 43/359 Test  #43: cli_export-type_check_output ........................................   Passed    
        Start  44: cli_export-type-caseinsensitive
 44/359 Test  #44: cli_export-type-caseinsensitive .....................................   Passed    
        Start  45: cli_export-type-caseinsensitive_check_output
 45/359 Test  #45: cli_export-type-caseinsensitive_check_output ........................   Passed    
        Start  46: cli_export-type_svg
 46/359 Test  #46: cli_export-type_svg .................................................   Passed    
        Start  47: cli_export-type_svg_check_output
 47/359 Test  #47: cli_export-type_svg_check_output ....................................   Passed    
        Start  48: cli_export-type_png
 48/359 Test  #48: cli_export-type_png .................................................   Passed    
        Start  49: cli_export-type_png_check_output
 49/359 Test  #49: cli_export-type_png_check_output ....................................   Passed    
        Start  50: cli_export-type_ps
 50/359 Test  #50: cli_export-type_ps ..................................................   Passed    
        Start  51: cli_export-type_ps_check_output
 51/359 Test  #51: cli_export-type_ps_check_output .....................................   Passed    
        Start  52: cli_export-type_eps
 52/359 Test  #52: cli_export-type_eps .................................................   Passed    
        Start  53: cli_export-type_eps_check_output
 53/359 Test  #53: cli_export-type_eps_check_output ....................................   Passed    
        Start  54: cli_export-type_pdf
 54/359 Test  #54: cli_export-type_pdf .................................................   Passed    
        Start  55: cli_export-type_pdf_check_output
 55/359 Test  #55: cli_export-type_pdf_check_output ....................................   Passed    
        Start  56: cli_export-type_emf
 56/359 Test  #56: cli_export-type_emf .................................................   Passed    
        Start  57: cli_export-type_emf_check_output
 57/359 Test  #57: cli_export-type_emf_check_output ....................................***Skipped   
        Start  58: cli_export-type_wmf
 58/359 Test  #58: cli_export-type_wmf .................................................   Passed    
        Start  59: cli_export-type_wmf_check_output
 59/359 Test  #59: cli_export-type_wmf_check_output ....................................***Skipped   
        Start  60: cli_export-type_xaml
 60/359 Test  #60: cli_export-type_xaml ................................................   Passed    
        Start  61: cli_export-type_xaml_check_output
 61/359 Test  #61: cli_export-type_xaml_check_output ...................................   Passed    
        Start  62: cli_export-area-page_png
 62/359 Test  #62: cli_export-area-page_png ............................................   Passed    
        Start  63: cli_export-area-page_png_check_output
 63/359 Test  #63: cli_export-area-page_png_check_output ...............................   Passed    
        Start  64: cli_export-area-page_svg
 64/359 Test  #64: cli_export-area-page_svg ............................................   Passed    
        Start  65: cli_export-area-page_svg_check_output
 65/359 Test  #65: cli_export-area-page_svg_check_output ...............................   Passed    
        Start  66: cli_export-area-page_pdf
 66/359 Test  #66: cli_export-area-page_pdf ............................................   Passed    
        Start  67: cli_export-area-page_pdf_check_output
 67/359 Test  #67: cli_export-area-page_pdf_check_output ...............................   Passed    
        Start  68: cli_export-area-page_ps
 68/359 Test  #68: cli_export-area-page_ps .............................................   Passed    
        Start  69: cli_export-area-page_ps_check_output
 69/359 Test  #69: cli_export-area-page_ps_check_output ................................   Passed    
        Start  70: cli_export-area-page_emf
 70/359 Test  #70: cli_export-area-page_emf ............................................   Passed    
        Start  71: cli_export-area-page_emf_check_output
 71/359 Test  #71: cli_export-area-page_emf_check_output ...............................***Skipped   
        Start  72: cli_export-area-page_wmf
 72/359 Test  #72: cli_export-area-page_wmf ............................................   Passed    
        Start  73: cli_export-area-page_wmf_check_output
 73/359 Test  #73: cli_export-area-page_wmf_check_output ...............................***Skipped   
        Start  74: cli_export-area-page_export-id_png
 74/359 Test  #74: cli_export-area-page_export-id_png ..................................   Passed    
        Start  75: cli_export-area-page_export-id_png_check_output
 75/359 Test  #75: cli_export-area-page_export-id_png_check_output .....................   Passed    
        Start  76: cli_export-area-page_export-id_svg
 76/359 Test  #76: cli_export-area-page_export-id_svg ..................................   Passed    
        Start  77: cli_export-area-page_export-id_svg_check_output
 77/359 Test  #77: cli_export-area-page_export-id_svg_check_output .....................   Passed    
        Start  78: cli_export-area-page_export-id_pdf
 78/359 Test  #78: cli_export-area-page_export-id_pdf ..................................   Passed    
        Start  79: cli_export-area-page_export-id_pdf_check_output
 79/359 Test  #79: cli_export-area-page_export-id_pdf_check_output .....................   Passed    
        Start  80: cli_export-area-page_export-id_ps
 80/359 Test  #80: cli_export-area-page_export-id_ps ...................................   Passed    
        Start  81: cli_export-area-page_export-id_ps_check_output
 81/359 Test  #81: cli_export-area-page_export-id_ps_check_output ......................   Passed    
        Start  82: cli_export-area-drawing_png
 82/359 Test  #82: cli_export-area-drawing_png .........................................   Passed    
        Start  83: cli_export-area-drawing_png_check_output
 83/359 Test  #83: cli_export-area-drawing_png_check_output ............................   Passed    
        Start  84: cli_export-area-drawing_svg
 84/359 Test  #84: cli_export-area-drawing_svg .........................................   Passed    
        Start  85: cli_export-area-drawing_svg_check_output
 85/359 Test  #85: cli_export-area-drawing_svg_check_output ............................   Passed    
        Start  86: cli_export-area-drawing_pdf
 86/359 Test  #86: cli_export-area-drawing_pdf .........................................   Passed    
        Start  87: cli_export-area-drawing_pdf_check_output
 87/359 Test  #87: cli_export-area-drawing_pdf_check_output ............................   Passed    
        Start  88: cli_export-area-drawing_ps
 88/359 Test  #88: cli_export-area-drawing_ps ..........................................   Passed    
        Start  89: cli_export-area-drawing_ps_check_output
 89/359 Test  #89: cli_export-area-drawing_ps_check_output .............................   Passed    
        Start  90: cli_export-area-drawing_eps
 90/359 Test  #90: cli_export-area-drawing_eps .........................................   Passed    
        Start  91: cli_export-area-drawing_eps_check_output
 91/359 Test  #91: cli_export-area-drawing_eps_check_output ............................   Passed    
        Start  92: cli_export-area_png
 92/359 Test  #92: cli_export-area_png .................................................   Passed    
        Start  93: cli_export-area_png_check_output
 93/359 Test  #93: cli_export-area_png_check_output ....................................   Passed    
        Start  94: cli_export-area-snap_export-id
 94/359 Test  #94: cli_export-area-snap_export-id ......................................   Passed    
        Start  95: cli_export-area-snap_export-id_check_output
 95/359 Test  #95: cli_export-area-snap_export-id_check_output .........................   Passed    
        Start  96: cli_export-area-snap_export-area-drawing
 96/359 Test  #96: cli_export-area-snap_export-area-drawing ............................   Passed    
        Start  97: cli_export-area-snap_export-area-drawing_check_output
 97/359 Test  #97: cli_export-area-snap_export-area-drawing_check_output ...............   Passed    
        Start  98: cli_export-dpi_png
 98/359 Test  #98: cli_export-dpi_png ..................................................   Passed    
        Start  99: cli_export-dpi_png_check_output
 99/359 Test  #99: cli_export-dpi_png_check_output .....................................   Passed    
        Start 100: cli_export-dpi_pdf
100/359 Test #100: cli_export-dpi_pdf ..................................................   Passed    
        Start 101: cli_export-dpi_pdf_check_output
101/359 Test #101: cli_export-dpi_pdf_check_output .....................................   Passed    
        Start 102: cli_export-dpi_ps
102/359 Test #102: cli_export-dpi_ps ...................................................   Passed    
        Start 103: cli_export-dpi_ps_check_output
103/359 Test #103: cli_export-dpi_ps_check_output ......................................   Passed    
        Start 104: cli_export-dpi_eps
104/359 Test #104: cli_export-dpi_eps ..................................................   Passed    
        Start 105: cli_export-dpi_eps_check_output
105/359 Test #105: cli_export-dpi_eps_check_output .....................................   Passed    
        Start 106: cli_export-width
106/359 Test #106: cli_export-width ....................................................   Passed    
        Start 107: cli_export-width_check_output
107/359 Test #107: cli_export-width_check_output .......................................   Passed    
        Start 108: cli_export-width_export-dpi
108/359 Test #108: cli_export-width_export-dpi .........................................   Passed    
        Start 109: cli_export-width_export-dpi_check_output
109/359 Test #109: cli_export-width_export-dpi_check_output ............................   Passed    
        Start 110: cli_export-width_export-use-hints
110/359 Test #110: cli_export-width_export-use-hints ...................................   Passed    
        Start 111: cli_export-width_export-use-hints_check_output
111/359 Test #111: cli_export-width_export-use-hints_check_output ......................   Passed    
        Start 112: cli_export-height
112/359 Test #112: cli_export-height ...................................................   Passed    
        Start 113: cli_export-height_check_output
113/359 Test #113: cli_export-height_check_output ......................................   Passed    
        Start 114: cli_export-height_export-dpi
114/359 Test #114: cli_export-height_export-dpi ........................................   Passed    
        Start 115: cli_export-height_export-dpi_check_output
115/359 Test #115: cli_export-height_export-dpi_check_output ...........................   Passed    
        Start 116: cli_export-height_export-use-hints
116/359 Test #116: cli_export-height_export-use-hints ..................................   Passed    
        Start 117: cli_export-height_export-use-hints_check_output
117/359 Test #117: cli_export-height_export-use-hints_check_output .....................   Passed    
        Start 118: cli_export-margin_mm_svg
118/359 Test #118: cli_export-margin_mm_svg ............................................   Passed    
        Start 119: cli_export-margin_mm_svg_check_output
119/359 Test #119: cli_export-margin_mm_svg_check_output ...............................   Passed    
        Start 120: cli_export-margin_mm_pdf
120/359 Test #120: cli_export-margin_mm_pdf ............................................   Passed    
        Start 121: cli_export-margin_mm_pdf_check_output
121/359 Test #121: cli_export-margin_mm_pdf_check_output ...............................   Passed    
        Start 122: cli_export-margin_px_svg
122/359 Test #122: cli_export-margin_px_svg ............................................   Passed    
        Start 123: cli_export-margin_px_svg_check_output
123/359 Test #123: cli_export-margin_px_svg_check_output ...............................   Passed    
        Start 124: cli_export-margin_px_ps
124/359 Test #124: cli_export-margin_px_ps .............................................   Passed    
        Start 125: cli_export-margin_px_ps_check_output
125/359 Test #125: cli_export-margin_px_ps_check_output ................................   Passed    
        Start 126: cli_export-margin_export-id_svg
126/359 Test #126: cli_export-margin_export-id_svg .....................................   Passed    
        Start 127: cli_export-margin_export-id_svg_check_output
127/359 Test #127: cli_export-margin_export-id_svg_check_output ........................   Passed    
        Start 128: cli_export-margin_export-id_export-id-only_svg
128/359 Test #128: cli_export-margin_export-id_export-id-only_svg ......................   Passed    
        Start 129: cli_export-margin_export-id_export-id-only_svg_check_output
129/359 Test #129: cli_export-margin_export-id_export-id-only_svg_check_output .........   Passed    
        Start 130: cli_export-margin_export-id_export-id-only_ps
130/359 Test #130: cli_export-margin_export-id_export-id-only_ps .......................   Passed    
        Start 131: cli_export-margin_export-id_export-id-only_ps_check_output
131/359 Test #131: cli_export-margin_export-id_export-id-only_ps_check_output ..........   Passed    
        Start 132: cli_export-margin_export-area-drawing_svg
132/359 Test #132: cli_export-margin_export-area-drawing_svg ...........................   Passed    
        Start 133: cli_export-margin_export-area-drawing_svg_check_output
133/359 Test #133: cli_export-margin_export-area-drawing_svg_check_output ..............   Passed    
        Start 134: cli_export-margin_export-area-drawing_ps
134/359 Test #134: cli_export-margin_export-area-drawing_ps ............................   Passed    
        Start 135: cli_export-margin_export-area-drawing_ps_check_output
135/359 Test #135: cli_export-margin_export-area-drawing_ps_check_output ...............   Passed    
        Start 136: cli_export-margin_viewbox_svg
136/359 Test #136: cli_export-margin_viewbox_svg .......................................   Passed    
        Start 137: cli_export-margin_viewbox_svg_check_output
137/359 Test #137: cli_export-margin_viewbox_svg_check_output ..........................   Passed    
        Start 138: cli_export-margin_viewbox_drawing_svg
138/359 Test #138: cli_export-margin_viewbox_drawing_svg ...............................   Passed    
        Start 139: cli_export-margin_viewbox_drawing_svg_check_output
139/359 Test #139: cli_export-margin_viewbox_drawing_svg_check_output ..................   Passed    
        Start 140: cli_export-margin_viewbox_id_svg
140/359 Test #140: cli_export-margin_viewbox_id_svg ....................................   Passed    
        Start 141: cli_export-margin_viewbox_id_svg_check_output
141/359 Test #141: cli_export-margin_viewbox_id_svg_check_output .......................   Passed    
        Start 142: cli_export-id_png
142/359 Test #142: cli_export-id_png ...................................................   Passed    
        Start 143: cli_export-id_png_check_output
143/359 Test #143: cli_export-id_png_check_output ......................................   Passed    
        Start 144: cli_export-id_svg
144/359 Test #144: cli_export-id_svg ...................................................   Passed    
        Start 145: cli_export-id_svg_check_output
145/359 Test #145: cli_export-id_svg_check_output ......................................   Passed    
        Start 146: cli_export-id_export-id-only_png
146/359 Test #146: cli_export-id_export-id-only_png ....................................   Passed    
        Start 147: cli_export-id_export-id-only_png_check_output
147/359 Test #147: cli_export-id_export-id-only_png_check_output .......................   Passed    
        Start 148: cli_export-id_export-id-only_svg
148/359 Test #148: cli_export-id_export-id-only_svg ....................................   Passed    
        Start 149: cli_export-id_export-id-only_svg_check_output
149/359 Test #149: cli_export-id_export-id-only_svg_check_output .......................   Passed    
        Start 150: cli_export-id_export-id-only_pdf
150/359 Test #150: cli_export-id_export-id-only_pdf ....................................   Passed    
        Start 151: cli_export-id_export-id-only_pdf_check_output
151/359 Test #151: cli_export-id_export-id-only_pdf_check_output .......................   Passed    
        Start 152: cli_export-id_export-id-only_ps
152/359 Test #152: cli_export-id_export-id-only_ps .....................................   Passed    
        Start 153: cli_export-id_export-id-only_ps_check_output
153/359 Test #153: cli_export-id_export-id-only_ps_check_output ........................   Passed    
        Start 154: cli_export-id_export-id-only_eps
154/359 Test #154: cli_export-id_export-id-only_eps ....................................   Passed    
        Start 155: cli_export-id_export-id-only_eps_check_output
155/359 Test #155: cli_export-id_export-id-only_eps_check_output .......................   Passed    
        Start 156: cli_export-id_export-id-only_export-area-page_png
156/359 Test #156: cli_export-id_export-id-only_export-area-page_png ...................   Passed    
        Start 157: cli_export-id_export-id-only_export-area-page_png_check_output
157/359 Test #157: cli_export-id_export-id-only_export-area-page_png_check_output ......   Passed    
        Start 158: cli_export-id_export-id-only_export-area-page_svg
158/359 Test #158: cli_export-id_export-id-only_export-area-page_svg ...................   Passed    
        Start 159: cli_export-id_export-id-only_export-area-page_svg_check_output
159/359 Test #159: cli_export-id_export-id-only_export-area-page_svg_check_output ......   Passed    
        Start 160: cli_export-id_export-id-only_export-area-page_pdf
160/359 Test #160: cli_export-id_export-id-only_export-area-page_pdf ...................   Passed    
        Start 161: cli_export-id_export-id-only_export-area-page_pdf_check_output
161/359 Test #161: cli_export-id_export-id-only_export-area-page_pdf_check_output ......   Passed    
        Start 162: cli_export-id_export-id-only_export-area-page_ps
162/359 Test #162: cli_export-id_export-id-only_export-area-page_ps ....................   Passed    
        Start 163: cli_export-id_export-id-only_export-area-page_ps_check_output
163/359 Test #163: cli_export-id_export-id-only_export-area-page_ps_check_output .......   Passed    
        Start 164: cli_export-id_export-id-only_export-area-drawing_svg
164/359 Test #164: cli_export-id_export-id-only_export-area-drawing_svg ................   Passed    
        Start 165: cli_export-id_export-id-only_export-area-drawing_svg_check_output
165/359 Test #165: cli_export-id_export-id-only_export-area-drawing_svg_check_output ...   Passed    
        Start 166: cli_export-plain-svg
166/359 Test #166: cli_export-plain-svg ................................................   Passed    
        Start 167: cli_export-plain-svg_check_output
167/359 Test #167: cli_export-plain-svg_check_output ...................................   Passed    
        Start 168: cli_export-ps-level_2
168/359 Test #168: cli_export-ps-level_2 ...............................................   Passed    
        Start 169: cli_export-ps-level_2_check_output
169/359 Test #169: cli_export-ps-level_2_check_output ..................................   Passed    
        Start 170: cli_export-ps-level_2_content
170/359 Test #170: cli_export-ps-level_2_content .......................................   Passed    
        Start 171: cli_export-ps-level_2_content_check_output
171/359 Test #171: cli_export-ps-level_2_content_check_output ..........................   Passed    
        Start 172: cli_export-ps-level_3
172/359 Test #172: cli_export-ps-level_3 ...............................................   Passed    
        Start 173: cli_export-ps-level_3_check_output
173/359 Test #173: cli_export-ps-level_3_check_output ..................................   Passed    
        Start 174: cli_export-ps-level_3_content
174/359 Test #174: cli_export-ps-level_3_content .......................................   Passed    
        Start 175: cli_export-ps-level_3_content_check_output
175/359 Test #175: cli_export-ps-level_3_content_check_output ..........................   Passed    
        Start 176: cli_export-eps-level_2_content
176/359 Test #176: cli_export-eps-level_2_content ......................................   Passed    
        Start 177: cli_export-eps-level_2_content_check_output
177/359 Test #177: cli_export-eps-level_2_content_check_output .........................   Passed    
        Start 178: cli_export-eps-level_3_content
178/359 Test #178: cli_export-eps-level_3_content ......................................   Passed    
        Start 179: cli_export-eps-level_3_content_check_output
179/359 Test #179: cli_export-eps-level_3_content_check_output .........................   Passed    
        Start 180: cli_export-pdf-version-14
180/359 Test #180: cli_export-pdf-version-14 ...........................................   Passed    
        Start 181: cli_export-pdf-version-14_check_output
181/359 Test #181: cli_export-pdf-version-14_check_output ..............................   Passed    
        Start 182: cli_export-pdf-version-15
182/359 Test #182: cli_export-pdf-version-15 ...........................................   Passed    
        Start 183: cli_export-pdf-version-15_check_output
183/359 Test #183: cli_export-pdf-version-15_check_output ..............................   Passed    
        Start 184: cli_preserve-text_pdf
184/359 Test #184: cli_preserve-text_pdf ...............................................   Passed    
        Start 185: cli_preserve-text_pdf_check_output
185/359 Test #185: cli_preserve-text_pdf_check_output ..................................   Passed    
        Start 186: cli_preserve-text_ps
186/359 Test #186: cli_preserve-text_ps ................................................   Passed    
        Start 187: cli_preserve-text_ps_check_output
187/359 Test #187: cli_preserve-text_ps_check_output ...................................   Passed    
        Start 188: cli_preserve-text_eps
188/359 Test #188: cli_preserve-text_eps ...............................................   Passed    
        Start 189: cli_preserve-text_eps_check_output
189/359 Test #189: cli_preserve-text_eps_check_output ..................................   Passed    
        Start 190: cli_export-text-to-path_svg
190/359 Test #190: cli_export-text-to-path_svg .........................................   Passed    
        Start 191: cli_export-text-to-path_svg_check_output
191/359 Test #191: cli_export-text-to-path_svg_check_output ............................   Passed    
        Start 192: cli_export-text-to-path_pdf
192/359 Test #192: cli_export-text-to-path_pdf .........................................   Passed    
        Start 193: cli_export-text-to-path_pdf_check_output
193/359 Test #193: cli_export-text-to-path_pdf_check_output ............................   Passed    
        Start 194: cli_export-text-to-path_ps
194/359 Test #194: cli_export-text-to-path_ps ..........................................   Passed    
        Start 195: cli_export-text-to-path_ps_check_output
195/359 Test #195: cli_export-text-to-path_ps_check_output .............................   Passed    
        Start 196: cli_export-text-to-path_eps
196/359 Test #196: cli_export-text-to-path_eps .........................................   Passed    
        Start 197: cli_export-text-to-path_eps_check_output
197/359 Test #197: cli_export-text-to-path_eps_check_output ............................   Passed    
        Start 198: cli_regression-1364
198/359 Test #198: cli_regression-1364 .................................................   Passed    
        Start 199: cli_regression-1364_check_output
199/359 Test #199: cli_regression-1364_check_output ....................................   Passed    
        Start 200: cli_regression-2602
200/359 Test #200: cli_regression-2602 .................................................   Passed    
        Start 201: cli_regression-2602_check_output
201/359 Test #201: cli_regression-2602_check_output ....................................   Passed    
        Start 202: cli_regression-2797
202/359 Test #202: cli_regression-2797 .................................................   Passed    
        Start 203: cli_regression-2797_check_output
203/359 Test #203: cli_regression-2797_check_output ....................................   Passed    
        Start 204: cli_export-latex
204/359 Test #204: cli_export-latex ....................................................   Passed    
        Start 205: cli_export-latex_check_output
205/359 Test #205: cli_export-latex_check_output .......................................   Passed    
        Start 206: cli_export-with-filters_svg
206/359 Test #206: cli_export-with-filters_svg .........................................   Passed    
        Start 207: cli_export-with-filters_svg_check_output
207/359 Test #207: cli_export-with-filters_svg_check_output ............................   Passed    
        Start 208: cli_export-with-filters_png
208/359 Test #208: cli_export-with-filters_png .........................................   Passed    
        Start 209: cli_export-with-filters_png_check_output
209/359 Test #209: cli_export-with-filters_png_check_output ............................   Passed    
        Start 210: cli_export-with-filters_ps
210/359 Test #210: cli_export-with-filters_ps ..........................................   Passed    
        Start 211: cli_export-with-filters_ps_check_output
211/359 Test #211: cli_export-with-filters_ps_check_output .............................   Passed    
        Start 212: cli_export-with-filters_eps
212/359 Test #212: cli_export-with-filters_eps .........................................   Passed    
        Start 213: cli_export-with-filters_eps_check_output
213/359 Test #213: cli_export-with-filters_eps_check_output ............................   Passed    
        Start 214: cli_export-with-filters_pdf
214/359 Test #214: cli_export-with-filters_pdf .........................................   Passed    
        Start 215: cli_export-with-filters_pdf_check_output
215/359 Test #215: cli_export-with-filters_pdf_check_output ............................   Passed    
        Start 216: cli_export-ignore-filters_ps
216/359 Test #216: cli_export-ignore-filters_ps ........................................   Passed    
        Start 217: cli_export-ignore-filters_ps_check_output
217/359 Test #217: cli_export-ignore-filters_ps_check_output ...........................   Passed    
        Start 218: cli_export-ignore-filters_pdf
218/359 Test #218: cli_export-ignore-filters_pdf .......................................   Passed    
        Start 219: cli_export-ignore-filters_pdf_check_output
219/359 Test #219: cli_export-ignore-filters_pdf_check_output ..........................   Passed    
        Start 220: cli_export-ignore-filters_emf
220/359 Test #220: cli_export-ignore-filters_emf .......................................   Passed    
        Start 221: cli_export-ignore-filters_emf_check_output
221/359 Test #221: cli_export-ignore-filters_emf_check_output ..........................***Skipped   
        Start 222: cli_export-ignore-filters_wmf
222/359 Test #222: cli_export-ignore-filters_wmf .......................................   Passed    
        Start 223: cli_export-ignore-filters_wmf_check_output
223/359 Test #223: cli_export-ignore-filters_wmf_check_output ..........................***Skipped   
        Start 224: cli_export-use-hints_export-id
224/359 Test #224: cli_export-use-hints_export-id ......................................   Passed    
        Start 225: cli_export-use-hints_export-id_check_output
225/359 Test #225: cli_export-use-hints_export-id_check_output .........................   Passed    
        Start 226: cli_export-use-hints_export-area-drawing
226/359 Test #226: cli_export-use-hints_export-area-drawing ............................   Passed    
        Start 227: cli_export-use-hints_export-area-drawing_check_output
227/359 Test #227: cli_export-use-hints_export-area-drawing_check_output ...............   Passed    
        Start 228: cli_export-default-background_png
228/359 Test #228: cli_export-default-background_png ...................................   Passed    
        Start 229: cli_export-default-background_png_check_output
229/359 Test #229: cli_export-default-background_png_check_output ......................   Passed    
        Start 230: cli_export-default-background_svg
230/359 Test #230: cli_export-default-background_svg ...................................   Passed    
        Start 231: cli_export-default-background_svg_check_output
231/359 Test #231: cli_export-default-background_svg_check_output ......................   Passed    
        Start 232: cli_export-background_png
232/359 Test #232: cli_export-background_png ...........................................   Passed    
        Start 233: cli_export-background_png_check_output
233/359 Test #233: cli_export-background_png_check_output ..............................   Passed    
        Start 234: cli_export-background_svg
234/359 Test #234: cli_export-background_svg ...........................................   Passed    
        Start 235: cli_export-background_svg_check_output
235/359 Test #235: cli_export-background_svg_check_output ..............................   Passed    
        Start 236: cli_export-background-opacity_png
236/359 Test #236: cli_export-background-opacity_png ...................................   Passed    
        Start 237: cli_export-background-opacity_png_check_output
237/359 Test #237: cli_export-background-opacity_png_check_output ......................   Passed    
        Start 238: cli_export-background-opacity_svg
238/359 Test #238: cli_export-background-opacity_svg ...................................   Passed    
        Start 239: cli_export-background-opacity_svg_check_output
239/359 Test #239: cli_export-background-opacity_svg_check_output ......................   Passed    
        Start 240: cli_export-png-color-mode-gray-8_png
240/359 Test #240: cli_export-png-color-mode-gray-8_png ................................   Passed    
        Start 241: cli_export-png-color-mode-gray-8_png_check_output
241/359 Test #241: cli_export-png-color-mode-gray-8_png_check_output ...................   Passed    
        Start 242: cli_export-png-color-mode-rgb-8_png
242/359 Test #242: cli_export-png-color-mode-rgb-8_png .................................   Passed    
        Start 243: cli_export-png-color-mode-rgb-8_png_check_output
243/359 Test #243: cli_export-png-color-mode-rgb-8_png_check_output ....................   Passed    
        Start 244: cli_export-png-color-mode-rgba-8_png
244/359 Test #244: cli_export-png-color-mode-rgba-8_png ................................   Passed    
        Start 245: cli_export-png-color-mode-rgba-8_png_check_output
245/359 Test #245: cli_export-png-color-mode-rgba-8_png_check_output ...................   Passed    
        Start 246: cli_export-extension_svg
246/359 Test #246: cli_export-extension_svg ............................................   Passed    
        Start 247: cli_export-extension_svg_check_output
247/359 Test #247: cli_export-extension_svg_check_output ...............................   Passed    
        Start 248: cli_export-extension_ps
248/359 Test #248: cli_export-extension_ps .............................................   Passed    
        Start 249: cli_export-extension_ps_check_output
249/359 Test #249: cli_export-extension_ps_check_output ................................   Passed    
        Start 250: cli_export-extension_eps
250/359 Test #250: cli_export-extension_eps ............................................   Passed    
        Start 251: cli_export-extension_eps_check_output
251/359 Test #251: cli_export-extension_eps_check_output ...............................   Passed    
        Start 252: cli_export-extension_pdf
252/359 Test #252: cli_export-extension_pdf ............................................   Passed    
        Start 253: cli_export-extension_pdf_check_output
253/359 Test #253: cli_export-extension_pdf_check_output ...............................   Passed    
        Start 254: cli_export-extension_emf
254/359 Test #254: cli_export-extension_emf ............................................   Passed    
        Start 255: cli_export-extension_emf_check_output
255/359 Test #255: cli_export-extension_emf_check_output ...............................***Skipped   
        Start 256: cli_export-extension_wmf
256/359 Test #256: cli_export-extension_wmf ............................................   Passed    
        Start 257: cli_export-extension_wmf_check_output
257/359 Test #257: cli_export-extension_wmf_check_output ...............................***Skipped   
        Start 258: cli_export-plain-extension-svg
258/359 Test #258: cli_export-plain-extension-svg ......................................   Passed    
        Start 259: cli_export-plain-extension-svg_check_output
259/359 Test #259: cli_export-plain-extension-svg_check_output .........................   Passed    
        Start 260: cli_export-type-extension_svg_guess_file_type
260/359 Test #260: cli_export-type-extension_svg_guess_file_type .......................   Passed    
        Start 261: cli_export-type-extension_png_error
261/359 Test #261: cli_export-type-extension_png_error .................................   Passed    
        Start 262: cli_export-type-extension_type_error
262/359 Test #262: cli_export-type-extension_type_error ................................   Passed    
        Start 263: cli_export-type-extension_id_error
263/359 Test #263: cli_export-type-extension_id_error ..................................   Passed    
        Start 264: cli_export-type_filetype_error
264/359 Test #264: cli_export-type_filetype_error ......................................   Passed    
        Start 265: cli_query-all
265/359 Test #265: cli_query-all .......................................................   Passed    
        Start 266: cli_query-x
266/359 Test #266: cli_query-x .........................................................   Passed    
        Start 267: cli_query-y
267/359 Test #267: cli_query-y .........................................................   Passed    
        Start 268: cli_query-width
268/359 Test #268: cli_query-width .....................................................   Passed    
        Start 269: cli_query-height
269/359 Test #269: cli_query-height ....................................................   Passed    
        Start 270: cli_action-list
270/359 Test #270: cli_action-list .....................................................   Passed    
        Start 271: cli_actions-action-list
271/359 Test #271: cli_actions-action-list .............................................   Passed    
        Start 272: cli_actions-debug-info
272/359 Test #272: cli_actions-debug-info ..............................................   Passed    
        Start 273: cli_actions-file-close
273/359 Test #273: cli_actions-file-close ..............................................   Passed    
        Start 274: cli_actions-file-close_check_output
274/359 Test #274: cli_actions-file-close_check_output .................................   Passed    
        Start 275: cli_actions-file-new1
275/359 Test #275: cli_actions-file-new1 ...............................................   Passed    
        Start 276: cli_actions-file-new1_check_output
276/359 Test #276: cli_actions-file-new1_check_output ..................................   Passed    
        Start 277: cli_actions-file-new2
277/359 Test #277: cli_actions-file-new2 ...............................................   Passed    
        Start 278: cli_actions-file-new2_check_output
278/359 Test #278: cli_actions-file-new2_check_output ..................................   Passed    
        Start 279: cli_actions-file-open
279/359 Test #279: cli_actions-file-open ...............................................   Passed    
        Start 280: cli_actions-file-open_check_output
280/359 Test #280: cli_actions-file-open_check_output ..................................   Passed    
        Start 281: cli_actions-inkscape-version
281/359 Test #281: cli_actions-inkscape-version ........................................   Passed    
        Start 282: cli_actions-object-align
282/359 Test #282: cli_actions-object-align ............................................   Passed    
        Start 283: cli_actions-object-align_check_output
283/359 Test #283: cli_actions-object-align_check_output ...............................   Passed    
        Start 284: cli_actions-object-distribute
284/359 Test #284: cli_actions-object-distribute .......................................   Passed    
        Start 285: cli_actions-object-distribute_check_output
285/359 Test #285: cli_actions-object-distribute_check_output ..........................   Passed    
        Start 286: cli_actions-object-set-attribute
286/359 Test #286: cli_actions-object-set-attribute ....................................   Passed    
        Start 287: cli_actions-object-set-attribute_check_output
287/359 Test #287: cli_actions-object-set-attribute_check_output .......................   Passed    
        Start 288: cli_actions-object-set-property
288/359 Test #288: cli_actions-object-set-property .....................................   Passed    
        Start 289: cli_actions-object-set-property_check_output
289/359 Test #289: cli_actions-object-set-property_check_output ........................   Passed    
        Start 290: cli_actions-path-simplify
290/359 Test #290: cli_actions-path-simplify ...........................................   Passed    
        Start 291: cli_actions-path-simplify_check_output
291/359 Test #291: cli_actions-path-simplify_check_output ..............................   Passed    
        Start 292: cli_actions-object-stroke-to-path
292/359 Test #292: cli_actions-object-stroke-to-path ...................................   Passed    
        Start 293: cli_actions-object-stroke-to-path_check_output
293/359 Test #293: cli_actions-object-stroke-to-path_check_output ......................   Passed    
        Start 294: cli_action_stroke-to-path_varied
294/359 Test #294: cli_action_stroke-to-path_varied ....................................   Passed    
        Start 295: cli_action_stroke-to-path_varied_check_output
295/359 Test #295: cli_action_stroke-to-path_varied_check_output .......................   Passed    
        Start 296: cli_actions-object-to-path
296/359 Test #296: cli_actions-object-to-path ..........................................   Passed    
        Start 297: cli_actions-object-to-path_check_output
297/359 Test #297: cli_actions-object-to-path_check_output .............................   Passed    
        Start 298: cli_actions-object-unlink-clones
298/359 Test #298: cli_actions-object-unlink-clones ....................................   Passed    
        Start 299: cli_actions-object-unlink-clones_check_output
299/359 Test #299: cli_actions-object-unlink-clones_check_output .......................   Passed    
        Start 300: cli_actions-open-page
300/359 Test #300: cli_actions-open-page ...............................................   Passed    
        Start 301: cli_actions-open-page_check_output
301/359 Test #301: cli_actions-open-page_check_output ..................................   Passed    
        Start 302: cli_actions-query-all
302/359 Test #302: cli_actions-query-all ...............................................   Passed    
        Start 303: cli_actions-query-height
303/359 Test #303: cli_actions-query-height ............................................   Passed    
        Start 304: cli_actions-query-width
304/359 Test #304: cli_actions-query-width .............................................   Passed    
        Start 305: cli_actions-query-x
305/359 Test #305: cli_actions-query-x .................................................   Passed    
        Start 306: cli_actions-query-y
306/359 Test #306: cli_actions-query-y .................................................   Passed    
        Start 307: cli_actions-system-data-directory
307/359 Test #307: cli_actions-system-data-directory ...................................   Passed    
        Start 308: cli_actions-transform-remove
308/359 Test #308: cli_actions-transform-remove ........................................   Passed    
        Start 309: cli_actions-transform-remove_check_output
309/359 Test #309: cli_actions-transform-remove_check_output ...........................   Passed    
        Start 310: cli_actions-transform-rotate
310/359 Test #310: cli_actions-transform-rotate ........................................   Passed    
        Start 311: cli_actions-transform-rotate_check_output
311/359 Test #311: cli_actions-transform-rotate_check_output ...........................   Passed    
        Start 312: cli_actions-transform-grow
312/359 Test #312: cli_actions-transform-grow ..........................................   Passed    
        Start 313: cli_actions-transform-grow_check_output
313/359 Test #313: cli_actions-transform-grow_check_output .............................   Passed    
        Start 314: cli_actions-transform-translate
314/359 Test #314: cli_actions-transform-translate .....................................   Passed    
        Start 315: cli_actions-transform-translate_check_output
315/359 Test #315: cli_actions-transform-translate_check_output ........................   Passed    
        Start 316: cli_actions-user-data-directory
316/359 Test #316: cli_actions-user-data-directory .....................................   Passed    
        Start 317: cli_action_test_multiline_anchoring
317/359 Test #317: cli_action_test_multiline_anchoring .................................   Passed    
        Start 318: cli_action_test_multiline_anchoring_check_output
318/359 Test #318: cli_action_test_multiline_anchoring_check_output ....................   Passed    
        Start 319: cli_import_cdr2
319/359 Test #319: cli_import_cdr2 .....................................................   Passed    
        Start 320: cli_import_cdr2_check_output
320/359 Test #320: cli_import_cdr2_check_output ........................................***Failed    
        Start 321: cli_import_vsd
321/359 Test #321: cli_import_vsd ......................................................   Passed    
        Start 322: cli_import_vsd_check_output
322/359 Test #322: cli_import_vsd_check_output .........................................***Failed    
        Start 323: cli_import_vsdx
323/359 Test #323: cli_import_vsdx .....................................................   Passed    
        Start 324: cli_import_vsdx_check_output
324/359 Test #324: cli_import_vsdx_check_output ........................................***Failed    
        Start 325: cli_import_wpg
325/359 Test #325: cli_import_wpg ......................................................   Passed    
        Start 326: cli_import_wpg_check_output
326/359 Test #326: cli_import_wpg_check_output .........................................***Failed    
        Start 327: cli_inkscape_datadir
327/359 Test #327: cli_inkscape_datadir ................................................   Passed    
        Start 328: cli_inkscape_profile_dir
328/359 Test #328: cli_inkscape_profile_dir ............................................   Passed    
        Start 329: cli_inkscape_profile_dir_handle_illegal
329/359 Test #329: cli_inkscape_profile_dir_handle_illegal .............................   Passed    
        Start 330: cli_systemLanguage_en
330/359 Test #330: cli_systemLanguage_en ...............................................   Passed    
        Start 331: cli_systemLanguage_en_check_output
331/359 Test #331: cli_systemLanguage_en_check_output ..................................   Passed    
        Start 332: cli_systemLanguage_fr
332/359 Test #332: cli_systemLanguage_fr ...............................................   Passed    
        Start 333: cli_systemLanguage_fr_check_output
333/359 Test #333: cli_systemLanguage_fr_check_output ..................................   Passed    
        Start 334: cli_systemLanguage_fr2
334/359 Test #334: cli_systemLanguage_fr2 ..............................................   Passed    
        Start 335: cli_systemLanguage_fr2_check_output
335/359 Test #335: cli_systemLanguage_fr2_check_output .................................   Passed    
        Start 336: cli_systemLanguage_de
336/359 Test #336: cli_systemLanguage_de ...............................................   Passed    
        Start 337: cli_systemLanguage_de_check_output
337/359 Test #337: cli_systemLanguage_de_check_output ..................................   Passed    
        Start 338: cli_systemLanguage_de-CH
338/359 Test #338: cli_systemLanguage_de-CH ............................................   Passed    
        Start 339: cli_systemLanguage_de-CH_check_output
339/359 Test #339: cli_systemLanguage_de-CH_check_output ...............................   Passed    
        Start 340: cli_systemLanguage_pt
340/359 Test #340: cli_systemLanguage_pt ...............................................   Passed    
        Start 341: cli_systemLanguage_pt_check_output
341/359 Test #341: cli_systemLanguage_pt_check_output ..................................   Passed    
        Start 342: cli_systemLanguage_xy
342/359 Test #342: cli_systemLanguage_xy ...............................................   Passed    
        Start 343: cli_systemLanguage_xy_check_output
343/359 Test #343: cli_systemLanguage_xy_check_output ..................................   Passed    
        Start 344: cli_systemLanguage_fr_RDF
344/359 Test #344: cli_systemLanguage_fr_RDF ...........................................   Passed    
        Start 345: cli_systemLanguage_fr_RDF_check_output
345/359 Test #345: cli_systemLanguage_fr_RDF_check_output ..............................   Passed    
        Start 346: render_test-empty
346/359 Test #346: render_test-empty ...................................................   Passed    
        Start 347: render_test-dont-crash
347/359 Test #347: render_test-dont-crash ..............................................   Passed    
        Start 348: render_test-use
348/359 Test #348: render_test-use .....................................................   Passed    
        Start 349: render_selector-important-002
349/359 Test #349: render_selector-important-002 .......................................   Passed    
        Start 350: render_selector-important-003
350/359 Test #350: render_selector-important-003 .......................................   Passed    
        Start 351: render_multi-style
351/359 Test #351: render_multi-style ..................................................   Passed    
        Start 352: render_style-parsing
352/359 Test #352: render_style-parsing ................................................   Passed    
        Start 353: render_test-glyph-y-pos
353/359 Test #353: render_test-glyph-y-pos .............................................***Failed    
        Start 354: render_text-glyphs-combining
354/359 Test #354: render_text-glyphs-combining ........................................***Failed    
        Start 355: render_text-glyphs-vertical
355/359 Test #355: render_text-glyphs-vertical .........................................***Failed    
        Start 356: render_test-powerstroke-join
356/359 Test #356: render_test-powerstroke-join ........................................   Passed    
        Start 357: render_symbol-svg2-geometry-properties
357/359 Test #357: render_symbol-svg2-geometry-properties ..............................   Passed    
        Start 358: render_test-rtl-vertical
358/359 Test #358: render_test-rtl-vertical ............................................***Failed    
        Start 359: render_text-gzipped-svg-glyph
359/359 Test #359: render_text-gzipped-svg-glyph .......................................   Passed    
89% tests passed, 39 tests failed out of 359
     57 - cli_export-type_emf_check_output (Skipped)
     59 - cli_export-type_wmf_check_output (Skipped)
     71 - cli_export-area-page_emf_check_output (Skipped)
     73 - cli_export-area-page_wmf_check_output (Skipped)
    221 - cli_export-ignore-filters_emf_check_output (Skipped)
    223 - cli_export-ignore-filters_wmf_check_output (Skipped)
    255 - cli_export-extension_emf_check_output (Skipped)
    257 - cli_export-extension_wmf_check_output (Skipped)
      1 - test_uri (Not Run)
      2 - test_util (Not Run)
      3 - test_drag-and-drop-svgz (Not Run)
      4 - test_extract-uri (Not Run)
      5 - test_attributes (Not Run)
      6 - test_color-profile (Not Run)
      7 - test_dir-util (Not Run)
      8 - test_sp-object (Not Run)
      9 - test_object-set (Not Run)
     10 - test_object-style (Not Run)
     11 - test_path-boolop (Not Run)
     12 - test_rebase-hrefs (Not Run)
     13 - test_style-elem (Not Run)
     14 - test_style-internal (Not Run)
     15 - test_style (Not Run)
     16 - test_svg-affine (Not Run)
     17 - test_svg-color (Not Run)
     18 - test_svg-length (Not Run)
     19 - test_svg-stringstream (Not Run)
     20 - test_sp-gradient (Not Run)
     21 - test_svg-path-geom (Not Run)
     22 - test_object (Not Run)
     23 - test_sp-glyph-kerning (Not Run)
     24 - test_cairo-utils (Not Run)
     25 - test_svg-extension (Not Run)
     26 - test_curve (Not Run)
     27 - test_2geom-characterization (Not Run)
     28 - test_xml (Not Run)
     29 - test_sp-item-group (Not Run)
     30 - test_lpe (Not Run)
     31 - test_lpe64 (Not Run)
    320 - cli_import_cdr2_check_output (Failed)
    322 - cli_import_vsd_check_output (Failed)
    324 - cli_import_vsdx_check_output (Failed)
    326 - cli_import_wpg_check_output (Failed)
    353 - render_test-glyph-y-pos (Failed)
    354 - render_text-glyphs-combining (Failed)
    355 - render_text-glyphs-vertical (Failed)
    358 - render_test-rtl-vertical (Failed)
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.