Fixed problems Release Notes

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

Release notes

1.0 Component Testing for C
   1.1 APAR # PM79655 (DEFECT ID RATLC02510452)
2.0 GUI - TestRT
   2.1 APAR # PM82902 (DEFECT ID RATLC02511482)
   2.2 APAR # PM83112 (DEFECT ID RATLC02511520)
3.0 Qualification Kit
   3.1 (DEFECT ID RATLC02509242)
4.0 Test RealTime for Eclipse IDE
   4.1 (DEFECT ID RATLC02510025)
5.0 Runtime Analysis
   5.1 APAR # PM86165 (DEFECT ID RATLC02512471)
6.0 Target Deployment Port
   6.1 (DEFECT ID RATLC02510463)

1.0 Component Testing for C

   1.1 APAR # PM79655 (DEFECT ID RATLC02510452)

The use of setjmp/longjmp into a test script may lead to error: `_atl_stack_link' undeclared if runtime tracing is used.
Workaround: insert the following line on top of the SERVICE or PTU script:
#char _atl_stack_link;
using 8.0.0.4 and later, enter the following line: on top of the script if the user need to use setjmp/longjmp with trace:
#USE_SETJMP

2.0 GUI - TestRT

   2.1 APAR # PM82902 (DEFECT ID RATLC02511482)

The script file is not compiled as soon as the .ptu .otd .pts is changed to .PTU .OTD .PTS into the studio property even if the file uses the capital letter extension.
Workaround: change the property to lower case as well as the file extension.

   2.2 APAR # PM83112 (DEFECT ID RATLC02511520)

It takes longer time to export from menu File > Export > export the full project, than using menu Code Coverage > generate HTML even if only coverage is available.

3.0 Qualification Kit

   3.1 (DEFECT ID RATLC02509242)

When an user clicks on a method name in the metrics viewer the source file is opened with cursor at the top of the file instead of the line corresponding to the selected method.

4.0 Test RealTime for Eclipse IDE

   4.1 (DEFECT ID RATLC02510025)

Sometimes, icon status is not shown on the stub calls status or Test Case status or Test Harness status after execution.
Workaround: change the run selection and select back the right run result.

5.0 Runtime Analysis

   5.1 APAR # PM86165 (DEFECT ID RATLC02512471)

one_level_metrics option is not recognized by metric computation for C (metcc1).
Workaround: set to 'no' this option into studio settings Static Metrics.

6.0 Target Deployment Port

   6.1 (DEFECT ID RATLC02510463)

RFE: the TDP:Build settings:additional function: sub atl_stop is now executed when the user does a click on studio stop button during a build. All global variable are available ; the 2 parameters provide the pid of the build process and the process handle. The build process will be killed when this sub returns. See Stop.pl file in lib/scripts for more details