DevOps Automation

 View Only
Expand all | Collapse all

RTRT can't get the coverage

  • 1.  RTRT can't get the coverage

    Posted Mon November 30, 2020 01:43 AM

    Dear RTRT support team,

    Please support me about RTRT issue I met when run a sample RTRT project?

    I have basic PTU script below code block:

    HEADER TEST_APP_NAME, , ##include "something for build" BEGIN DEFINE STUB main END DEFINE SERVICE TEST_APP_NAME SERVICE_TYPE extern TEST 1 FAMILY nominal ELEMENT #__main(); END ELEMENT END TEST -- TEST 1 END SERVICE -- End the service TEST_APP_NAME

    The main(RTRT) will run __main(my Test app) and test app run testcase base on schedule(use OSEK/VDK) and testcase run complete and work well without RTRT.

    But some test apps I got the problem below:

    1. Internal error in the function memory overflow
    2. The test result is pass but the code is not measured when running in single core(target TC39x)-> I not sure about passed result is meaning because I don't have variable for test in RTRT
    3. The test result is fail but the code is not measured when running in multi core(target TC39x)

    #Support
    #RationalTestRealTime
    #SupportMigration


  • 2.  RE: RTRT can't get the coverage

    Posted Tue December 22, 2020 03:33 PM

    You are creating a new TDP?

    Share the build log


    #SupportMigration
    #RationalTestRealTime
    #Support