comparison test/suite_x86win32fast/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
19 requirements:
20 python (for preprocessing)
21
22 configuration:
23 edit "nargs" in mkcase.py and run
24
25 make distclean
26 make
27
28 on shell.
29
30
31 usage:
32
33 suite - run full range
34 suite <id> - run test id <id>
35 suite <from> <to> - run test id <from> to id <to> (inclusive).
36
37 see test details in case.h
38
39
40 description:
41
42 the test invokes 'void'-functions that effectively overwrite global
43 variables in a structured way.
44
45 functions are identified by an id (a number starting at 0).
46
47 the implementation of each function does
48
49 sets the gID to its id (which is compiled in)
50
51 sets all arguments into type-specific value vectors at the given position
52
53
54
55
56