© Copyright International Business Machines Corporation 2008. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
None
Some values of a 32 bit unsigned integer on a target that can only handle 32 bit integers cannot be tested using component testing for Ada. Exceptions are raised during the execution of the tests.
When stubbing a function that returns a constrained array the test script compiler generates code that re-constrains the array that is already constrained.
When testing a variable that is of a private type of the package under test. The test script compiler does not detect the private nature of the package and generates code that does not compile.
The clean action should be complete on Ada project , and should remove the .ada , .ads files.
There could be a problem when stubbing a procedure of a generic package within a sub-package. The test script compiler might fail with the error message: TestRT-E-NOTFOUND, Entity XXX not found.
Ada Test Script Compiler ignores element of an aggregate when initialized with an illegal value.
Enum and Exception with the same name generate error when analyzed by the Test Script Generator.
The test script generator (attolstartC) should generate string_ptr format modifier on the char * pointer VAR line by default.
In a very specific case that involves macro definition and array declarations, the Component Testing for C script generator might forget to generate a STUB block for a function.
The test script compiler abnormally terminates when a macro instantiation is longer than 2900 characters.
The test script compiler generates for stubs and index counter that counts the number of time the stub has been called as a "long int". The data type for the index, and the min, max values should be the same. They are all now of type RTRT_INT32.
The test script compiler parses by default /usr/include leading to redefinitions of macro between the host operating system and the cross compiler includes.
The version number of Test RealTime is no longer shown in the component testing test report.
The test script compiler (attolpreproC) fails with "Internal error in (scratch_buffer out of bound).
C and Ada Test Report Generator fails with error message "Internal error in the function TRAITE2_STR / TDC incorrect" when using the compare mode.
The settings dialog box only allows you to choose between no comparison and strict comparison. If you want to use the option -compare to merge the test results from two runs into one report you would expect to be able to put -compare in the additional options.
Component Testing C++ PRINT instruction expands to several lines, the lines should be enclosed in braces.
None
None
When using the component testing for C or C++ feature within Eclipse on Solaris, then the test generation and execution fail with the error message about TestRTTestEnvFilePath.
When using System Testing on a multi-processor computer such as a dual core, and during the execution of the test script, if a lot of information is printed out into the Build log then the user interface will abort without displaying any message or warning.
If you open a read-only project, make a modification and then choose "File" > "Close project" then you will be prompted to save the project file. Clicking the button to save the project file will cause an error message to be displayed as the file is read-only. The project will then be closed causing all modifications to be lost.
None
None
None
None
None
Fatal error LNK1181 "cannot open input file TP.obj" is generated when instrumented modules linked under VS.NET 2005 IDE.
None
None
The Ada Instrumentor fails to analyze code under test, with the error message " Entity "-" not found".
The pragma preelaboration should be generated for inserted coverage data package when library unit procedure/function is preelaborated.
Pragma elaborates are not generated in instrumented code with a separate from a package.
The Pragma "attol start_analyze" does not work within C++ files, when using one of the C++ runtime analysis capabilities.
When running two virtual testers with System Testing, and when one of them does not reach a RENDEZVOUS, the postprocessing phase is not launched by the user interface, and therefore no reports are generated.
Using the Virtual Test Driver Configuration window, the selection of instances is not saved when closing the user interface.
The Ada runtime does not support the Zero Foot Print target due to the use of string comparison operators instead of the comp3str function.