diff options
author | Oliver Smith-Denny <osde@microsoft.com> | 2024-10-02 08:13:56 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-08 01:26:36 +0000 |
commit | 2ee050d1d5bdc071f01ae66ce886c35ebf36b27e (patch) | |
tree | fdf59a71342e030c34d22e0875e2fe68a23f2605 /.pytool | |
parent | d99045f39220e2ad075ae5b93b53bbabd5923cb4 (diff) | |
download | edk2-2ee050d1d5bdc071f01ae66ce886c35ebf36b27e.tar.gz |
UnitTestFrameworkPkg: UnitTestLib: Support Failure Strings of 512 Chars
Currently, there is a mismatch of allowed string sizes in UnitTestLib.
The UT_LOG_* macros allow a string size of 512, but failure messages
are constrained to 120 characters and some other string lengths are
similarly constrained. 120 characters is too few for some longer
error messages, particularly the ones that print out the path to
the failing line. This can result in the actual error not getting
printed in the log.
This patch updates all UnitTestLib allowed string lengths to be 512
characters.
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to '.pytool')
0 files changed, 0 insertions, 0 deletions