QUTest/Python ignores the Target-info configuration
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
QUTest/Python implementation does not apply the Target-info configuation received in the QSPY trace record QS_TARGET_INFO. This results in incorrect handling of targets that are not using the default configuration for pointer-sizes, timestamp-sizes, and other elements. For example, QUTest/Python works incorrectly with 64-bit targets with 8-byte pointers.
--MMS
Anonymous
The problem is that the Target-info configuration packet
QS_TARGET_INFOdoes not parse the received information. Specifically, the parsing needs to be added toqutest_context.OnRecord_QS_TARGET_INFO()method inqutest.py.--MMS
This problem has been fixed in QTools 6.3.8 with the new
qutest.pyinterface.--MMS