Changes between Version 7 and Version 8 of Ticket #2920


Ignore:
Timestamp:
01/06/20 21:33:24 (4 years ago)
Author:
Gedare Bloom
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2920 – Description

    v7 v8  
    4848Improve clean-up procedures:
    4949
    50 * The trace files that are generated by QEMU as each test is run in
    51 RTEMS Tester need to stay for later use by covoar which runs after the testsuite is finished. They are currently cleared up by a try finally statement in python, which works for Ctrl+C exit but probably not SIGTERM. This cannot be handled the same way as the other tempfiles as they are not generated by covoar. These files have a .cov ending and are currently generated beside the executable they match in the build tree.
     50* The trace files that are generated by QEMU as each test is run in RTEMS Tester need to stay for later use by covoar which runs after the testsuite is finished. They are currently cleared up by a try finally statement in python, which works for Ctrl+C exit but probably not SIGTERM. This cannot be handled the same way as the other tempfiles as they are not generated by covoar. These files have a .cov ending and are currently generated beside the executable they match in the build tree.
    5251
    5352* covoar needs to detect target architecture internally (e.g., sparc-rtems4.11), this can be done with get_exec_prefix() from rld-cc.h in rtemstoolkit.