summaryrefslogtreecommitdiff
path: root/test/unit/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-10/+28
| | | | | In the absence of the target features section or command line flags. When there are command line flags, it is an error if they do not exactly match the target features section, except if --detect-features has been provided. Also adds a --print-features pass to print the command line flags for all enabled options and uses it to make the feature tests more rigorous.
* DataCount section (#2006)Thomas Lively2019-04-151-0/+16
* DataCount section Read the DataCount section and verify that it agrees with the data section. Also emit the DataCount section when bulk-memory is enabled and there are a nonzero number of segments. Factor out some shared unit test code.