annotate test/suite_aggrs/README.txt @ 461:236015fdf7a8

suite_aggrs: - added support to gen unions in addition to structs - regenerated struct/union-mixed and nested cases - made rand-sig.lua ignore closing struct/union chars if not opened, effectively reducing number of empty aggregates as it now generated way too much
author Tassilo Philipp
date Mon, 31 Jan 2022 14:41:11 +0100
parents 252f32fa59d8
children 653b65580cb4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
432
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
1 suite_aggrs for dyncall written in C and Lua.
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
2
461
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 439
diff changeset
3 Tests aggregates (structs, unions) passed by value, along with other,
236015fdf7a8 suite_aggrs:
Tassilo Philipp
parents: 439
diff changeset
4 non-aggregate args.
439
252f32fa59d8 - suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
Tassilo Philipp
parents: 432
diff changeset
5
252f32fa59d8 - suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
Tassilo Philipp
parents: 432
diff changeset
6 A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
252f32fa59d8 - suite_aggrs: added compile time knob to enforce intentional struct instance misalignment (should maybe be part of generator)
Tassilo Philipp
parents: 432
diff changeset
7 aggregate instances.
432
167faab0c0be first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;
Tassilo Philipp
parents:
diff changeset
8