Known problems Release Notes

©Copyright International Business Machines Corporation 2017. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

© Copyright HCL Technologies Ltd. 2017-2021. All rights reserved.

1. Component Testing for C++ (Legacy) 2. TDP Runtime 3. Runtime Analysis viewers (Rational Test RealTime for Eclipse IDE) 4. Eclipse IDE 5. Code Review 6. Visual Test

DEFECT ID TESTRT-1303

The studio C++ wizard does not generate stub and otd properly when the method to stub is declared into a class which is part of a template.
Workaround: Change the .stb and .otd manually once generated by the wizard.

DEFECT ID TESTRT-1368

The TDP cvisual10 and cvisual10_64 do not detect FIU properly due to removed system methods.
Workaround: Set Library Settings/Heap Management Configuration/FIU detection to RTRT_NONE.

DEFECT ID TESTRT-1436

In Eclipse; in the Test Case editor; the red cross on Stub Behavior is not refreshed after execution.
Workaround: Select another run result to display then re-select the original one.

DEFECT ID TESTRT-1897

Tiny toolbar icons for Coverage and Performance reports
Workaround: none

DEFECT ID TESTRT-2080

Control Coupling and Worst Stack reports not available on Test Suite results
Workaround: none

DEFECT ID TESTRT-2132

Depending on compiler definition, plain char may be signed or unsigned. So, any rule relative to unsigned type should be ignored when underlying type is plain char.
Workaround: none

DEFECT ID TESTRT-2275

In chapter 10, we calculate 'essential type' for all expression node. Enums have a specific behavior as they can be seen either as true enum, or as signed (in case of anonymous enums). Result may be erroneous on enum constants.
Workaround: none

DEFECT ID TESTRT-2466

On large trace file, there is no way to stop the loading
Workaround: none

APAR #PH29453 (DEFECT ID TESTRT-2825)

Testing a C file that requires header (.h) files, when linking these files, we lost the visibility of the data types (required for enumerated types and stubs that return an enumerated type). What would happen if, when adding a such a stub is that the stub creation would not be completed.
Workaround: Copy these header files rather than linking them