Menu

#225 QUTest/Python ignores the Target-info configuration

QTOOLS
closed
1
2024-08-01
2018-09-29
No

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

Discussion

  • Quantum Leaps

    Quantum Leaps - 2018-09-29
    • status: open --> accepted
     
  • Quantum Leaps

    Quantum Leaps - 2018-09-29

    The problem is that the Target-info configuration packet QS_TARGET_INFO does not parse the received information. Specifically, the parsing needs to be added to qutest_context.OnRecord_QS_TARGET_INFO() method in qutest.py.

    --MMS

     
  • Quantum Leaps

    Quantum Leaps - 2019-01-23
    • status: accepted --> closed
     
  • Quantum Leaps

    Quantum Leaps - 2019-01-23

    This problem has been fixed in QTools 6.3.8 with the new qutest.py interface.

    --MMS

     

Anonymous
Anonymous

Add attachments
Cancel