Test suite implicitly assumes long long support #49
Labels
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
testing
Only relevant to the testing programs rather than the main code itself
If we disable support for long long specifiers (e.g.
"%llu"
), a bunch of test suite checks fail. These should mostly be removed, with one or a few checks for unsupported specifier being properly ignored.This also relates to #45 , since some of the checks may involve pointers, and there we might actually have a correctness issue when long long support is turned off.
The text was updated successfully, but these errors were encountered: