1/******************************************************************************/
2/*                                                                            */
3/* Copyright (c) International Business Machines  Corp., 2008                 */
4/*                                                                            */
5/* This program is free software;  you can redistribute it and/or modify      */
6/* it under the terms of the GNU General Public License as published by       */
7/* the Free Software Foundation; either version 2 of the License, or          */
8/* (at your option) any later version.                                        */
9/*                                                                            */
10/* This program is distributed in the hope that it will be useful,            */
11/* but WITHOUT ANY WARRANTY;  without even the implied warranty of            */
12/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See                  */
13/* the GNU General Public License for more details.                           */
14/*                                                                            */
15/* You should have received a copy of the GNU General Public License          */
16/* along with this program;  if not, write to the Free Software               */
17/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA    */
18/*                                                                            */
19/******************************************************************************/
20
21OO_DESCRIPTION.txt
22==================
23
24The contents of the rbind directory:
25test07-2 - create slave then mount master - slave still propagates
26test01 - shared child to shared parent.
27test02 - shared child to private parent.
28test03 - shared child to slave parent.
29test04 - shared child to unclonable parent.
30test05 - private child to shared parent.
31test06 - private child to private parent.
32test07 - private child to slave parent.
33test08 - private child to uncloneable parent.
34test09 - slave child to shared parent.
35test10 - slave child to private parent.
36test11 - slave child to slave parent.
37test12 - slave child to uncloneable parent.
38test13 - uncloneable child to shared parent.
39test14 - uncloneable child to private parent.
40test15 - uncloneable child to slave parent.
41test16 - uncloneable child to uncloneable parent.
42test17 - shared subtree with shared child to shared subtree.
43test18 - shared subtree with shared child to private subtree.
44test19 - shared subtree with shared child to slave subtree.
45test20 - shared subtree with shared child to uncloneable subtree.
46test21 - shared subtree with  private child to shared subtree.
47test22 - shared subtree with  private child to slave subtree.
48test23 - shared subtree with  private child to private subtree.
49test24 - shared subtree with unclonable child to private subtree.
50test25 - shared subtree with slave child to shared subtree.
51test26 - shared subtree with slave child to private subtree.
52test27 - shared subtree with slave child to slave subtree.
53test28 - shared subtree with slave child to unclone subtree.
54test29 - shared subtree with uncloneable child to shared subtree.
55test30 - shared subtree with uncloneable child to private subtree.
56test31 - shared subtree with uncloneable child to slave subtree.
57test32 - shared subtree with uncloneable child to uncloneable subt
58test33 - multi-level slave p-nodes.
59test34 - rbind within same tree - root to child, child is shared
60test35 - rbind within same tree - root to child, child is private
61test36 - rbind within same tree - root to child, child is unclonea
62test37 - private to private - with shared children.
63test38 - private to private - with slave children.
64test39 - private to private - with unclonable children.
65
66
67test07-2:
68=========
69create slave then mount master - slave still propagates.
70
71
72test01:
73=======
74shared child to shared parent.
75
76
77test02:
78=======
79shared child to private parent.
80
81
82test03:
83=======
84shared child to slave parent.
85
86
87test04:
88=======
89shared child to unclonable parent.
90
91
92test05:
93=======
94private child to shared parent.
95
96
97test06:
98=======
99private child to private parent.
100
101
102test07:
103=======
104private child to slave parent.
105
106
107test08:
108=======
109private child to uncloneable parent.
110
111
112test09:
113=======
114slave child to shared parent.
115
116
117test10:
118=======
119slave child to private parent.
120
121
122test11:
123=======
124slave child to slave parent.
125
126
127test12:
128=======
129slave child to uncloneable parent.
130
131
132test13:
133=======
134uncloneable child to shared parent.
135
136
137test14:
138=======
139uncloneable child to private parent.
140
141
142test15:
143=======
144uncloneable child to slave parent.
145
146
147test16:
148=======
149uncloneable child to uncloneable parent.
150
151
152test17:
153=======
154shared subtree with shared child to shared subtree.
155
156
157test18:
158=======
159shared subtree with shared child to private subtree.
160
161
162test19:
163=======
164shared subtree with shared child to slave subtree.
165
166
167test20:
168=======
169shared subtree with shared child to uncloneable subtree.
170
171
172test21:
173=======
174shared subtree with  private child to shared subtree.
175
176
177test22:
178=======
179shared subtree with  private child to slave subtree.
180
181
182test23:
183=======
184shared subtree with  private child to private subtree.
185
186
187test24:
188=======
189shared subtree with unclonable child to private subtree.
190
191
192test25:
193=======
194shared subtree with slave child to shared subtree.
195
196
197test26:
198=======
199shared subtree with slave child to private subtree.
200
201
202test27:
203=======
204shared subtree with slave child to slave subtree.
205
206
207test28:
208=======
209shared subtree with slave child to unclone subtree.
210
211
212test29:
213=======
214shared subtree with uncloneable child to shared subtree.
215
216
217test30:
218=======
219shared subtree with uncloneable child to private subtree.
220
221
222test31:
223=======
224shared subtree with uncloneable child to slave subtree.
225
226
227test32:
228=======
229shared subtree with uncloneable child to uncloneable subtree.
230
231
232test33:
233=======
234multi-level slave p-nodes.
235
236
237test34:
238=======
239rbind within same tree - root to child, child is shared
240
241
242test35:
243=======
244rbind within same tree - root to child, child is private
245
246
247test36:
248=======
249rbind within same tree - root to child, child is uncloneable
250
251
252test37:
253=======
254private to private - with shared children.
255
256
257test38:
258=======
259private to private - with slave children.
260
261
262test39:
263=======
264private to private - with unclonable children.
265
266
267