forked from mpaland/printf
-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtestingOnly relevant to the testing programs rather than the main code itselfOnly relevant to the testing programs rather than the main code itself
Description
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.
Metadata
Metadata
Assignees
Labels
resolved-on-developA changeset fixing this issue has been commiutted to the development branchA changeset fixing this issue has been commiutted to the development branchtestingOnly relevant to the testing programs rather than the main code itselfOnly relevant to the testing programs rather than the main code itself