comparison test/suite_x86win32std/README.txt @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 dyncall stress test suite: testing standard C calls
2 ===================================================
3 Copyright (c) 2007-2009 Daniel Adler <dadler@uni-goettingen.de>,
4 Tassilo Philipp <tphilipp@potion-studios.com>
5
6 Permission to use, copy, modify, and distribute this software for any
7 purpose with or without fee is hereby granted, provided that the above
8 copyright notice and this permission notice appear in all copies.
9
10 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
18 requirements:
19 python (for preprocessing)
20
21 configuration:
22 edit "nargs" in mkcase.py and run
23
24 make distclean
25 make
26
27 on shell.
28
29
30 usage:
31
32 suite - run full range
33 suite <id> - run test id <id>
34 suite <from> <to> - run test id <from> to id <to> (inclusive).
35
36 see test details in case.h
37
38
39 description:
40
41 the test invokes 'void'-functions that effectively overwrite global
42 variables in a structured way.
43
44 functions are identified by an id (a number starting at 0).
45
46 the implementation of each function does
47
48 sets the gID to its id (which is compiled in)
49
50 sets all arguments into type-specific value vectors at the given position
51
52
53
54
55