annotate test/call_suite/config.lua @ 515:c9c546f8598b

- added _Bool type to call_suite* tests
author Tassilo Philipp
date Sun, 10 Apr 2022 21:05:33 +0200
parents d45c582b5457
children
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
46
49bf9f6731e7 - generated more call_suite cases to include more cases with lots of fp params for armhf
cslag
parents: 44
diff changeset
4 ncases = 400
515
c9c546f8598b - added _Bool type to call_suite* tests
Tassilo Philipp
parents: 494
diff changeset
5 types = "BcsijlCSIJLpfd"
431
1cb8a65ea27f - test/call_suite: made seed configurable
Tassilo Philipp
parents: 46
diff changeset
6 seed = 2342
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
7