Skip to content

Commit

Permalink
Extended printf test with new mixed format cases (#1988)
Browse files Browse the repository at this point in the history
According to work plan from issue #1058

Added new case `TYPE_MIXED_FORMAT_RANDOM` which focus on three factors:

-data before conversion flags - this is randomly generated ascii string
-randomly generated conversion flags - integer or floating point, for
each flag specific argument is generated
-data after conversion flags - this is randomly generated ascii string

Moreover, due to fact in case of `TYPE_MIXED_FORMAT_RANDOM` test is
generated on the fly, logging of negative result was extended.
  • Loading branch information
shajder committed Jul 9, 2024
1 parent c1af7c3 commit 8cd2b7d
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 154 deletions.
Loading

0 comments on commit 8cd2b7d

Please sign in to comment.