Known problems Release Notes

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

1. Test Case (Rational Test RealTime for Eclipse IDE) 2. TDP Runtime 3. Binary (Legacy) 4. Component Testing (Rational Test RealTime for Eclipse IDE) 5. Installation 6. Component Testing for C (Legacy) 7. C/C++ Instrumentor (Legacy)

DEFECT ID 42376

When a tested function returns a pointer value ex: FOO_TYPE *foo(), the generated variable in the test case to test the function result is always generated as pointer type (result *FOO_TYPE) even if the preference 'Instantiate variable as pointed type' is checked.
Workaround: No known workaround.

DEFECT ID 45438

atc_on_the_fly does not work when RTRT_VARIABLE_INIT_SUPPORTED=0 in the TDP.
Workaround: Use ATL_OBSTOOLS_DUMP_FREQ instead. See settings/runtime_analysis/instrum/snapshot/frequency_dump.

DEFECT ID 49148

Bad Ada code generation when the PTU uses a non contraint type declared in the PTU itself.
Workaround: Place the type/code into an external file.

DEFECT ID 49183

CDT defect see https://bugs.eclipse.org/bugs/show_bug.cgi?id=409916 Fixed in CDT 8.3.0 but TestRT 8.0.1 is shipped with CDT 8.1.2 .
Workaround: No known workaround.

DEFECT ID 49193

Test can only be exported in the workspace while it should be possible to export it at any place on the file system, like other kind of exports.
Workaround: No known workaround.

DEFECT ID 49781

When IBM Rational License Key Administrator (LKAD) and IBM Rational Test RealTime are installed at the same time and user operating system locale is different from the base operating system language, installation fails.
Workaround: During installation, on the Install Packages/Features panel, click on 'Translations supported by Only Some packages', select the same language you setup in your Microsoft Windows locale environment and click Next or Install IBM Rational License Key Administrator (LKAD) and IBM Rational Test RealTime separately.

APAR #PI11608 (DEFECT ID 49960)

Incorrect PTU generation by attolstart when a struct field spans over several lines.
Workaround: Rewrite the PTU manually once generated.

APAR #PI27688 (DEFECT ID 49965)

atostart option -restrict_dir_metrics on Linux leads to a runtime error when the directory path does not end with a /.
Workaround: Add a / at the end of the path for this option.

DEFECT ID 49978

Incorrectly instrumented struct with method by attolcc4 even when it is par of an union.
Workaround: Use attolccp instead of attolcc4.