© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
None
Ada test script compiler fails to find the entity "=" when a differed type is derived in some cases.
Ada test script compiler fails to find the entity "Package A.B.C" on "use type" clause in some cases.
Ada test script compiler does not stop/warns if the field names when initializing a structure are incorrect in the test script
Ada test script compiler fails to find the procedure definition when a parameter type is the derived type from a generic classAda test script compiler fails to find the procedure definition when a parameter type is the derived type from a generic class.
Ada test script compiler fails to find entities derived from generic classes in some cases.
Compilation of the generated code from the Ada test script fails with the following message: unmatched actual in instantiation of "Unchecked_Conversion"
Ada test script compiler fails to analyze a generic type with parameter by derivating another generic type.
Ada test script compiler generates fully qualified package name instead of short name in some cases.
Ada test script compiler fails to find a derived type description while trying to access an element using a conversion type from the derived type to the parent type.
Ada test script compiler fails to find generic parameters in some cases.
Ada test script compiler never terminates.
Ada test report generator aborts abnormally.
Ada test script compiler produces syntaxic errors due to internal buffer overflow when analysing a large amount of Ada code in the test script.
Command line instrumentor launcher "attolcc" returns error code 0x9.
Hexdecimal intialization in the test script file does not cover whole value range.
Incorrect test code generation when using the others clause with ARRAY instruction on a complex structure.
Different elements of union are not correctly tested in Stub.
When a STUB taking a parameter that is an array encounters a bad value in that array, then if the first variable in the ELEMENT block is a stucture then the stucture will be marked as bad even though every element in the structure is correct.
Abnormal termination of C Source Parser on enum with arithmetic expressions.
Test script generator does not generate stubs for variables declared as extern inside a function.
The syntax 'abcd' (2,3 or 4 character length) is now used for multibyte characters, which breaks the backward compatibility with previous version.
None
The command line instrumentor launcher "attolcc" --no_sys_include option is not documented, but is required for multi-threaded application on Windows.
The help for the settings dialog box section Component testing > Report generator > Display variables is not completely documented. It does not describe the differences between the various values.
None
Exporting a runtime trace report into a CSV file makes in the user interface to abort abnormally in some cases.
Test RealTime uses the standard tool ctag to display the list of functions or methods contained in a source code file. If this tool is not already available on your system, you can download an open source version of the ctag tool from http://sourceforge.net/projects/ctags. The ctag binary needs to be installed in the bin folder of the Test RealTime installation.
None
None
None
None
Microsoft Visual 6 plugin inverts Statement / Implicit blocks selection
None
None
Documentation of the other clauses in the STUB instruction is not clear.
Command line instrumentor launcher "attolcc" does not interpret command lines with the character '>' in strings.
Command line instrumentor 'attolcc1' fails with the error : "List forbidden invalid option" when using the option -comment with the comma character ','.
Workaround: Escape the comma character ',' with a backslash character '\' such as : -comment="a comma \, inserted in comment"
Compilation error when using the option --atl_multi_process=1
"Circular dependency" instrumentation error on a child procedure with code coverage for Ada.
During a command line build using attolcc a file env_attolcc.pl is created. One of the paths in this file is errornously adding a final backslash \ thus making the following tick ' not being interpreted correctly.
Ada instrumentor does not support packages using the pragma preelaborate.
Ada test script compiler fails with a syntax error due to inheritance imbrication.
Ada Instrumentor stops with error on an unrecognized type.
When creating an instance of a generic package with a parameter that is a procedure in another package included with a "use package", the Ada instrumentor does not resolve the name and produces an error.
When instanciating a generic package with a parameter that is of type procedure the instrumentor does not resolve the name of the procedure even though it is declared in the same package, just a few lines before the instanciation.
Ada instrumentor abnormally terminates with the error message: INTERNAL ERROR: Unhandled unit type.
Entity "=" not found error message from Ada instrumentor when testing against a function call.
Ada instrumentor terminates with error Entity T_ITEM not found when analyzing some generic procedures.
C++ Instrumented code compilation error: `mprintf_compat' undeclared in _atp_parse_globals() in extern declaration in a function.
C++ analyzer does not handle the following template class definition:
template <class T> class C {
template<class U> class F;
template<class U> friend class C::F;
};
None
Target Deployment Port: Compilation problem with cxlinuxgnu.xdp.