summaryrefslogtreecommitdiff
path: root/source4/lib/replace/test/testsuite.c
blob: 2c68fd666418fcc8ca3e891cbaf22859cee1da42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
/* 
   Unix SMB/CIFS implementation.

   libreplace tests

   Copyright (C) Jelmer Vernooij 2006

     ** NOTE! The following LGPL license applies to the talloc
     ** library. This does NOT imply that all of Samba is released
     ** under the LGPL
   
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2 of the License, or (at your option) any later version.

   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with this library; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#include "../replace.h"
#include <stdio.h>

int test_ftruncate()
{
	/* FIXME */
	return true;
}

int test_strlcpy()
{
	/* FIXME */
	return true;
}

int test_strlcat()
{
	/* FIXME */
	return true;
}

int test_mktime()
{
	/* FIXME */
	return true;
}

int test_rename()
{
	/* FIXME */
	return true;
}

int test_innetgr()
{
	/* FIXME */
	return true;
}

int test_initgroups()
{
	/* FIXME */
	return true;
}

int test_memmove()
{
	/* FIXME */
	return true;
}

int test_strdup()
{
	/* FIXME */
	return true;
}	

int test_setlinebuf()
{
	/* FIXME */
	return true;
}

int test_vsyslog()
{
	/* FIXME */
	return true;
}

int test_timegm()
{
	/* FIXME */
	return true;
}

int test_setenv()
{
	/* FIXME */
	return true;
}

int test_strndup()
{
	/* FIXME */
	return true;
}

int test_strnlen()
{
	/* FIXME */
	return true;
}

int test_waitpid()
{
	/* FIXME */
	return true;
}

int test_seteuid()
{
	/* FIXME */
	return true;
}

int test_setegid()
{
	/* FIXME */
	return true;
}

int test_asprintf()
{
	/* FIXME */
	return true;
}

int test_snprintf()
{
	/* FIXME */
	return true;
}

int test_vasprintf()
{
	/* FIXME */
	return true;
}

int test_vsnprintf()
{
	/* FIXME */
	return true;
}

int test_opendir()
{
	/* FIXME */
	return true;
}

int test_readdir()
{
	/* FIXME */
	return true;
}

int test_telldir()
{
	/* FIXME */
	return true;
}

int test_seekdir()
{
	/* FIXME */
	return true;
}

int test_dlopen()
{
	/* FIXME: test dlopen, dlsym, dlclose, dlerror */
	return true;
}


int test_chroot()
{
	/* FIXME: chroot() */
	return true;
}

int test_bzero()
{
	/* FIXME: bzero */
	return true;
}

int test_strerror()
{
	/* FIXME */
	return true;
}

int test_errno()
{
	/* FIXME */
	return true;
}

int test_mkdtemp()
{
	/* FIXME */
	return true;
}

int test_mkstemp()
{
	/* FIXME */
	return true;
}

int test_pread()
{
	/* FIXME */
	return true;
}

int test_pwrite()
{
	/* FIXME */
	return true;
}

int test_getpass()
{
	/* FIXME */
	return true;
}

int test_inet_ntoa()
{
	/* FIXME */
	return true;
}

int test_strtoll()
{
	/* FIXME */
	return true;
}

int test_strtoull()
{
	/* FIXME */
	return true;
}

/* 
FIXME:
Types:
bool
socklen_t
uint_t
uint{8,16,32,64}_t
int{8,16,32,64}_t
intptr_t

Constants:
PATH_NAME_MAX
UINT{16,32,64}_MAX
INT32_MAX
*/

int test_va_copy()
{
	/* FIXME */
	return true;
}

int test_FUNCTION()
{
	/* FIXME: test __FUNCTION__ macro */
	return true;
}

int test_MIN()
{
	/* FIXME */
	return true;
}

int test_MAX()
{
	/* FIXME */
	return true;
}

int torture_local_replace()
{
	int ret = true;
;
	ret &= test_ftruncate();
	ret &= test_strlcpy();
	ret &= test_strlcat();
	ret &= test_mktime();
	ret &= test_rename();
	ret &= test_innetgr();
	ret &= test_initgroups();
	ret &= test_memmove();
	ret &= test_strdup();
	ret &= test_setlinebuf();
	ret &= test_vsyslog();
	ret &= test_timegm();
	ret &= test_setenv();
	ret &= test_strndup();
	ret &= test_strnlen();
	ret &= test_waitpid();
	ret &= test_seteuid();
	ret &= test_setegid();
	ret &= test_asprintf();
	ret &= test_snprintf();
	ret &= test_vasprintf();
	ret &= test_vsnprintf();
	ret &= test_opendir();
	ret &= test_readdir() ;
	ret &= test_telldir();
	ret &= test_seekdir();
	ret &= test_dlopen();
	ret &= test_chroot();
	ret &= test_bzero();
	ret &= test_strerror();
	ret &= test_errno();
	ret &= test_mkdtemp();
	ret &= test_mkstemp();
	ret &= test_pread();
	ret &= test_pwrite();
	ret &= test_getpass();
	ret &= test_inet_ntoa();
	ret &= test_strtoll();
	ret &= test_strtoll();
	ret &= test_strtoull();
	ret &= test_va_copy();
	ret &= test_FUNCTION();
	ret &= test_MIN();
	ret &= test_MAX();

	return ret;
}

#if !defined(_SAMBA_BUILD_) || ((SAMBA_VERSION_MAJOR==3)&&(SAMBA_VERSION_MINOR<9))
int main(void)
{
	if (!torture_local_replace(NULL)) {
		printf("ERROR: TESTSUITE FAILED\n");
		return -1;
	}
	return 0;
}
#endif