annotate test/call_suite/config.lua @ 44:b8f16ad80e34

- more extreme test case configs, as cconvs like armhf can pass a lot of args via registers, and old config didn't test stack usage in those cases
author cslag
date Sat, 19 Dec 2015 16:19:15 +0100
parents 3e629dc19168
children 49bf9f6731e7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 -- user config for rand-sig.lua:
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 minargs = 0
44
b8f16ad80e34 - more extreme test case configs, as cconvs like armhf can pass a lot of args via registers, and old config didn't test stack usage in those cases
cslag
parents: 0
diff changeset
3 maxargs = 64
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 ncases = 100
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 types = "csijlpfd"
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6