You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the UT assert library truncates messages at 128 characters due to the buffer sizes used internally. With macros using function names as well as more complete context info in tests, this is easy to hit.
Describe the solution you'd like
Increase message buffer size and maximum report line length.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Jun 8, 2020
Is your feature request related to a problem? Please describe.
Currently the UT assert library truncates messages at 128 characters due to the buffer sizes used internally. With macros using function names as well as more complete context info in tests, this is easy to hit.
Describe the solution you'd like
Increase message buffer size and maximum report line length.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: