Improve test coverage of strlen function
commitc9ff9cf66a7ae0617a2f39e752ca19c88c58f5b6
authorSunil K Pandey <skpgkp2@gmail.com>
Mon, 31 May 2021 18:08:12 +0000 (31 11:08 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 2 Jun 2021 12:37:43 +0000 (2 05:37 -0700)
treebb19669fc072f960016da4472e8a74b3f49e21f3
parent5295172e20330d2147b0580770c69a1bad32828d
Improve test coverage of strlen function

This patch covers the following conditions:

- Strings start with different alignments and end at the page boundary
  with less than 64 byte length.
- Strings starts with different alignments and cross page boundary with
  fixed length.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
string/test-strlen.c