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
Describe the bug
The unit test case that verifies the OS_SymbolTableDump() function has a size limit of only 32000 bytes. The actual size of the symbol table on the MCP750 test platform is larger, and this returns an error.
To Reproduce
Run loader test on MCP750, dump test will fail due to symbol table size limit getting reached
Expected behavior
Test should pass
System observed on:
MCP750, VxWorks 6.9
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
For the MCP750, the symbol table fairly large and requires a considerably
larger limit to avoid the OS_ERR_OUTPUT_TOO_LARGE limit. This also uses
a different name, so that the user can actually see the symbol dump file
if they want (otherwise the next test overwrites the file).
Describe the bug
The unit test case that verifies the
OS_SymbolTableDump()
function has a size limit of only 32000 bytes. The actual size of the symbol table on the MCP750 test platform is larger, and this returns an error.To Reproduce
Run loader test on MCP750, dump test will fail due to symbol table size limit getting reached
Expected behavior
Test should pass
System observed on:
MCP750, VxWorks 6.9
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: