© 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.
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
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.
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.
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.
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.
one_level_metrics option is not recognized by metric computation for C (metcc1).
Workaround: set to 'no' this option into studio settings Static Metrics.
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