comparison test/callback_suite/config-stress1.lua @ 509:f3d44195dbdf

callback_suite: - further, big refactoring to make the test data setup be a lot more in line with call_suite and call_suite_aggrs - added support to test void return values (was missing in prev version)
author Tassilo Philipp
date Sat, 09 Apr 2022 23:00:24 +0200
parents 049e04af13c8
children
comparison
equal deleted inserted replaced
508:1aa2af848e8a 509:f3d44195dbdf
17 maxargs = 20 -- maximum num. of supported arguments (>= minargs) 17 maxargs = 20 -- maximum num. of supported arguments (>= minargs)
18 18
19 -- section 'types' (not used by 'designed') ------------------------------------ 19 -- section 'types' (not used by 'designed') ------------------------------------
20 20
21 types = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd" -- supported argument types 21 types = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd" -- supported argument types
22 rtypes = types -- supported return types (currently no void support) 22 rtypes = nil -- supported return types (set to nil to use "v"..types)
23 23
24 24
25 -- section 'ordered' ----------------------------------------------------------- 25 -- section 'ordered' -----------------------------------------------------------
26 26
27 offset = 0 -- permutation index offset (default = 1) 27 offset = 0 -- permutation index offset (default = 1)