annotate test/call_suite/config.lua @ 494:d45c582b5457

- sharing sig generator between call_suite and call_suite_aggrs tests
author Tassilo Philipp
date Mon, 21 Mar 2022 16:06:16 +0100
parents e3bf15207d93
children c9c546f8598b
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
494
d45c582b5457 - sharing sig generator between call_suite and call_suite_aggrs tests
Tassilo Philipp
parents: 491
diff changeset
5 types = "csijlCSIJLpfd"
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