Component |
APAR |
Description |
All |
PM39899 |
The reference documentation for attolpreproC (-STD-DEFINE and -RENAME options), atlsplit, and rod2xrd was incomplete. Documentation was updated. |
Code Review for C |
RATLC01814215 |
When the CRC file was over 100MB, the file was automatically split into source file per source file and into a summary file. |
Code Review for C |
PM47593 |
'Additional included system directories' setting for Code review was not taken into account when no part of TDP default included directories. |
Component Testing for Ada |
PK68190 |
The Ada Test Script Compiler generated dead code when testing certain variables. No plan to fix because most of the Ada compiler are able to remove automatically any dead code. |
Component Testing for Ada |
PM42564 |
Too many WITHs resulted in 'Generation Failed' because of a too long -incl option on the command line. It is no longer necessary to change the TestScript.pl to remove the -incl option in ada_mode. |
Component Testing for Ada |
PM47420 |
In Ada, stubs with 0 calls were displayed even though those stubs were not used. |
Component Testing for Ada |
PM47843 |
When using init in (x) or ev in (x) and testing a variable (VAR line) when the variable x is an array, the index was not taken into account. |
Component Testing for C |
PM41919 |
Studio crashed when trying to export a very large report to HTML. |
Component Testing for C |
PM44518 |
Typo mistake in Testing_C example (General.ptu) #foo2((pfoo2,pfoo2)); instead of #foo2(pfoo2) |
Component Testing for C |
PM44829 |
When using suffix (LL , UL ....) in the init field on non-decimal values, the postprocessing failed with 'Syntax error'. |
Component Testing for C |
PM47613 |
The test report tab showed the uppermost entry in the tree view after a viewer window switch. |
Component Testing for C |
PM47823 |
The report header was correctly updated when two reports with the same name were loaded into the viewer. |
Component Testing for C |
PM50231 |
Floating point numbers were displayed with non-numeric characters when the TDP NBDIGITS was over the float range. |
Component Testing for C |
PM49064 |
When building a project, the C/C++ instrumentor aborted with the internal error:'TestRT attolccp - INTERNAL ERROR: Contact your support'.
|
Documentation - TestRT |
PM51535 |
Updated Rational Test RealTime Studio documentation to clarify usage of #pragma attol crc_justify, under Reference > General reference > Studio reference > Runtime and static analysis reference. |
Eclipse Integration |
RATLC01244805 |
When Rational Test RealTime 7.0.5 Eclipse plug-in was installed on Rational Systems Developer 7.0.5 on Solaris 10, opening the Test execution test log freezing the Eclipse User Interface. No plan to fix because this plug-in is end of life do to the brand new Visual Test feature running under eclipse IDE. |
Eclipse Integration |
RATLC01244925 |
In the Eclipse test suite editor for Component Testing for C, on the Linux platform, the initial height of the Test elements view was too small. No plan to fix because the eclipse plug-in is end of life do to the brand new Visual Test feature running under eclipse IDE. |
Eclipse Integration |
PM46077 |
The binaries TestRTcc.exe, trtld.exe, trtcc.exe, and attolcc.exe could not handle a long command (more than 8192 chars). |
GUI - TestRT |
RATLC01193614 |
When displaying large reports, performance was improved. |
GUI - TestRT |
PK68236 |
The Studio GUI displayed only an information message that could go unnoticed when opening corrupted coverage results instead of a warning message. No plan to fix because the alarm is provided by attolcov and the splitter. So attolcov can be used to check result file as well as the .rej listing, generated by the splitter to list all rejected lines. |
GUI - TestRT |
PM39030 |
Some Windows printer drivers lead the test report symbols for pass / fail (red cross / green check mark) to appear at wrong positions or too narrow in the html report. A string '[FAILED]' was added to the end of the service name and test name. |
GUI - TestRT |
RATLC01814424 |
When a whole service was selected, all the children tests were selected and grayed out, regardless of whether there was a specific selection beforehand. When deselecting the service, the previous selection of children was also cleared. |
GUI - TestRT |
PM44735 |
Behavior of the check box located in the 'right-click > test selection > family' for enabling and disabling the test and family selection was redesigned. |
GUI - TestRT |
PM45767 |
The Studio 'Find dialog' feature did not work on selections. |
GUI - TestRT |
RATLC01815002 |
Mixing to from count and not count instrumentations leaded to disabling the viewer and attolcov for generated reports. Both attolcov and the coverage viewer was modified. |
GUI - TestRT |
PM47619 |
Behavior of the check box in the 'test selection' dialog was modified and documented. |
GUI - TestRT |
PM51864 |
Studioreport does not open the viewer when the generated .spt file include more than 5MB data for runtime tracing (.tdf) file and some of TSF are missing the workaround is to relaunch the same command a second time |
Integration with Rational Quality Manager |
PM46064 |
Rational Quality Manager reported test results as 0 pass/fail when running a super project involving sub-Projects. |
Runtime Analysis |
PM41307 |
'Next uncovered line' button in Coverage report failed to show the uncovered lines hidden in a macro. Changed macro color to orange to reflect the coverage state of the underlying branch. |
Runtime Analysis |
PM46151 |
The total testing time is now displayed between the chart and the result metric table when the Root node is selected in the viewer navigator. |
Runtime Analysis |
PM46156 |
When the TDP RTRT_GETPID was set to RTRT_USR, the link failed with undefined reference to `_usr_getpid' when using runtime analysis standalone. |
Runtime Analysis |
PM50452 |
Attempts to instrument an application with IBM Rational Test RealTime sometimes produced an error message similar to:TestRT attolccp - FATAL ERROR: Expected source line 474[preprocessed:39404] is after the end of the file. |
System Testing for C |
RATLC01248024 |
The dynamic trace viewer for System Testing is not available when used over an IPv6 network. No known workaround. No plan to fix this issue because the System Testing supervisor runs on the same computer as Studio and computers using IPv6 also support IPv4 for localhost. |
Target Deployment Port |
PM46105 |
Wrong prototype of usr_memcpy in the TDP was updated: void instead of void* |
Target Deployment Port |
RATLC01815005 |
In the TDP adapcgnt.tdp the link function did not pass the list of libraries coming from the user interface to the linker when using Library nodes in the user interface. The TDP was updated to take into account this parameter and to pass it correctly to the linker. |