Skip to content

Commit

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

Corrections to general test:
-removed duplication of separate tests for each element of
`PrintfTestType` vector, instead `doTest` procedure would iterate over
vector related to specific `PrintfTestType` automaticaly
-fixed procedure to assemble kernel source so it can accept only one
parameter of the function ( eg. `printf("%%");` )
-incorporated important modifications from #1940 to avoid expected
conflicts
-warnings fixes, minor corrections, clang format

Extension for string testing:
-special symbols
-nested symbols
-all ascii characters 
-added new type of test `TYPE_FORMAT_STRING` to verify format string
only (according to request from the issue)
  • Loading branch information
shajder committed Jun 18, 2024
1 parent d379b58 commit 582fea5
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 608 deletions.
Loading

0 comments on commit 582fea5

Please sign in to comment.