annotate test/suite_aggrs/design.txt @ 461:236015fdf7a8

suite_aggrs: - added support to gen unions in addition to structs - regenerated struct/union-mixed and nested cases - made rand-sig.lua ignore closing struct/union chars if not opened, effectively reducing number of empty aggregates as it now generated way too much
author Tassilo Philipp
date Mon, 31 Jan 2022 14:41:11 +0100
parents 68733edd9bd1
children 653b65580cb4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
461
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 455
diff changeset
1 <i>
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 455
diff changeset
2 <if>
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 455
diff changeset
3 <ifd>
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 455
diff changeset
4 <ifdl>
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 455
diff changeset
5 <if>s<cd>s{fjc<d>}
433
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
6 v{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
7 vd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
8 vdd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
9 vddd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
10 vdddd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
11 vddddd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
12 vdddddd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
13 vddddddd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
14 vdddddddd{ddd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
15 v{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
16 vd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
17 vdd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
18 vddd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
19 vdddd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
20 vddddd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
21 vdddddd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
22 vddddddd{dd}
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
23 vdddddddd{dd}
432
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
24 viiiii{ii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
25 viiiii{ici}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
26 viiiii{il}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
27 vfiiiii{il}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
28 viiiiif{il}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
29 viiiiif{li}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
30 viiiii{il}f
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
31 viiiii{li}f
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
32 viiffiii{ps}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
33 viiiiiff{li}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
34 viiiiiff{il}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
35 viiiii{il}ff
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
36 viiiii{li}ff
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
37 i
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
38 i{}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
39 i{i}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
40 i{ii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
41 i{iii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
42 i{iiii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
43 f
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
44 f{}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
45 f{i}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
46 f{ii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
47 d{ii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
48 f{iii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
49 f{iiii}
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
50 ss{ii}
433
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
51 v{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
52 vd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
53 vdd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
54 vddd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
55 vdddd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
56 vddddd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
57 vdddddd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
58 vddddddd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
59 vdddddddd{ddd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
60 v{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
61 vd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
62 vdd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
63 vddd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
64 vdddd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
65 vddddd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
66 vdddddd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
67 vddddddd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
68 vdddddddd{dd}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
69 viiiii{ii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
70 viiiii{ici}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
71 viiiii{il}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
72 vfiiiii{il}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
73 viiiiif{il}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
74 viiiiif{li}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
75 viiiii{il}fijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
76 viiiii{li}fijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
77 viiffiii{ps}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
78 viiiiiff{li}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
79 viiiiiff{il}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
80 viiiii{il}ffijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
81 viiiii{li}ffijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
82 iijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
83 i{}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
84 i{i}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
85 i{ii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
86 i{iii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
87 i{iiii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
88 fijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
89 f{}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
90 f{i}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
91 f{ii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
92 d{ii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
93 f{iii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
94 f{iiii}ijf
45662241d9cd suite_aggrs now handling struct by value return types, also
Tassilo Philipp
parents: 432
diff changeset
95 ss{ii}ijf
438
b4ddad459690 suite_aggr;
Tassilo Philipp
parents: 435
diff changeset
96 {ii}ijf
455
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
97 {s}fcf{sppffp}fpp{fpdls}lpj{ifjdi}j{jjf}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
98 {{cpcfjcfjddispli}ps}{f}ssdf{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
99 {}ci{fsppcfcp}l{p}{iciddsp}{{}scpdcspcdlldjfijlpppdii}{fpdfddsldjccpjd}clf
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
100 {}i{}fflpsdil{cd{ccj{cicpslscccp}fcsl{}dslsciidsi{lsdslff}ddlfjpd{ldppsdpl}jpiscjcdppfisp}{cpifjsccffilifjpifdjc{cpjddpidljif}fdcdld}{}fip{}ji}sl{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
101 {}jc{}slisfs{s}ic
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
102 {}lffic{}pip{}{c}s{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
103 {cdfdplifjscffdlci}jip{cidjjp}s
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
104 {clcc{fss}sfs}cdi{idci}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
105 {dcldlifid{sddi}djffs{csdifffjdscsjdlsff}jjsij}ff{{dlsjsdd{cipljscjplppldsif}cllsdp}pldjl}{}j{}fji{}cd
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
106 {fj}{}j{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
107 {jsiffjcss}pc{}j
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
108 {sjidisifjffif}dc{fpjcppl}jc{c}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
109 {ssspifdjccjdcidif{i}{d}jlc{plfifdlscs}ls}d{}ffpj
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
110 ccc{ffjspsljcj}dil
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
111 cjllfc{}splsd{}cf{j{jijd}pdjjpipc{sljjlsfjfd}jd{isfpjciipcf{flfdfss}pif}}j
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
112 cjp{fl{}dpdsslfscfsjjc{cdc{jic}l}}c{sjjpjcfjff}{}{}pl{}{pdl}ps
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
113 clj{f{{jijlifisplscdijjl}{lifiijscdljiifcsijjs}dj}ppi}cdpdd{jsdf{dsscicp}lsijspcpcpjdjip{fdpjpjcfps}pclplpdddi{jjjfcfpppjsl}pcspps}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
114 clsc{cjilpcp}sfspdc{}j{c}fs
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
115 d{scs{j}}p{ffdfcijllcpidjlfcfdilcsjpdifjcjsfj}pi{}pcf{}ld
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
116 dsf{flff}cc
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
117 fci{jjlff{jdcfcsdjjlcdjlipfji}csijld}sj
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
118 i{dlclpfifpifsf}lpldl{dijpiccjpf}{lcpfcflpsiilfsjp}pp{}ssj
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
119 icjlifs{}csd{psdd{ffsdd}sfli{p{idsififdjsfsddlflsidjlsfjdpfpds}l}d{sj}{s{idjjfpij}dppcjsf{lcd}}l{c{}cfs{}plp{dppjcfdsjpcpddpiffslpscd}}jjpsscfpsjijfdjljsi{j{llicfidpic}{is}fci}j{ddic{l}silflljdi}cj{{pcdlddffcpjddlfijdldl}sddlf{dpfipjdjcl}s}j}dpcl
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
120 idd{}i{jisiif{dlpi}fsp}i{jfccd}fplfsid
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
121 ipcf{dcsfdlff}i{}ssfddslpjd
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
122 ipfl{ff{lpfff{jpjcslscippjs}djdlclil}}cdcijd
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
123 j{}{}pli{}fsll{cs}{}pf{}d
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
124 jdf{lc{id{fcsdcdpcssfjffljcsclddipijjlciifjjljscjiicfdcidiji}cppi{}f{s}pljc{lcidiijs}ljdff}ffps}jfif{pjdds}cs{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
125 l{}f{fl}dsp{}fc
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
126 l{}jp{fpl}dill{llilffsclcf{jspijsd{spij}d{jpfs}sjjdcldppll{f}c}s{dijcfjdlfjsdjisd}iid{diif{sfdjppf}piijf}fddcc}ds
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
127 l{fc}ld{fdcf}s{clp}{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
128 lips{cs}isfddf{c}{}lil
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
129 ljdcjsl{}i{c}{}s
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
130 lpll{dcjid}l{lcj{cjscd{fisciplfjpjjfscffdsfccdjscclifjcsdfpic}cfc{fdpl}ip}}{}si{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
131 lsl{}c{{jjcddi}jcfc}lccjj{d}ji{}cj
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
132 p{fddc}{lfip}{fssff{piplfsillii}is{fdcsddlccff}ipi{}}{}ls
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
133 pd{lc}f{}{dfpdldicsddcdppjdjcpspfcsj}{}d{}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
134 pf{jji{pfiiclcdscj}ip}pif{}j{sspfd{{if}{jdsdfd}fjffpcll{pplijisslclfdj}fsfjcifd}i{jdf}jssfji{{cjddssddijcjfdsp}c}fd{c{}fsipcjljcsls}sjiid{c{j}{iffsdlcjfi}ffl}ffldpfsd{{pd}{fipijiflfidfjc}fids}{}{dlfllpcfsicl{lsssdcl}llisfs}p}ffls
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
135 pjsis{dlcdiipjlfjslj}{{lficdjispc}f{ldpjcd{lsldi}cidcssfjijdppjfl}l}didsfscjf
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
136 pscd{}pclc{i}scli
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
137 scjl{jlsflsd}f{jisj}p{}{}i{}cic{}d
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
138 scpjcldcis{}p{sldcjccjcfpjjp{{dfddcd}cd{fsdpisjjpjl}jcldjcfi{jcfccj}cc{fspilffdicsslififflsssls}p}fdl}spl
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
139 sic{}l{dd{d}lc{iissdicsfidifdlfjils}jf}i
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
140 sid{fciffcsclcldpicpl}{}{}jlcsf{}l
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
141 spfcll{djifci{j{sipisl}ddp}{{jljfiijflcff}pc{dl}dplfjisiccppjs{pplcfcdpcipcjicsldsf}ld}}is{p}
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
142 sslfjiji{s}ipc{}{}{}cc
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
143 v{pp}d{d{il}{dlcplcpflcsf}lfpcfillfii}c{}p{}{}fll
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
144 vcp{ddsfsfs{pjl}fcpid{ffilli}pplslj{slpicdcfcppdps}j}fspc{}idpfj
68733edd9bd1 suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt
Tassilo Philipp
parents: 438
diff changeset
145 vps{fcddipp}{}psdd