© Copyright International Business Machines Corporation 2011. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
The CRC viewer is unable to read the reports that are over 200MB.workaround: change the perscript codechecker.pl to add the splitter as designed in 7.5.0.6
The Code Review window always re-displays top part when changing from other tab window. No known workaround.
crccc with TDP involving --gnu_mode in parser setting, displays Rule M10.6 when it should not be.No known workaround.
The attolada command returns the error code 9 when the rebuilded complete declaration prototype involves too many characters.No known workaround.
The attolada command causes a segmentation fault with large unit names.
Workaround: reduce the instrumentation options.
The following pragma is now required: pragma ATTOL_MINIMAL_NAME
Missing stub call information within unit testing report when no expected call is specified and a stub is called.
The STUB parameter does not pickup initial value from ENVIRONMENT at first test.Now, VAR code from ENVIRONMENT is generated before STUB code from ENVIRONMENT to be used from STUB.
INIT, VA, MIN or MAX value type doesn't match the type of the tested variable error message is incorrect. It is changed to INIT, EV, ...
The init value of arrays or structures is shown in decimal value in the report, despite the FORMAT instruction.No known workaround.
An unexpected stub call in the test is not reported in test report. The test fails without details about the failure.No known workaround.
'COMMENT' forced to uppercase in the Test, Element and Service blocks.
In special context, internal buffer allocation size may lead to internal error raised in Module SFC.
Workaround: change the PTU path like './' as prefix may workaround the issue.
The message 'FATAL SHUTDOWN DURING EXECUTION' leads the user to believe the post-processor failed.The message has been changed to 'FATAL SHUTDOWN DURING EXECUTION OF THE TEST HARNESS'.No known workaround.
Studio crashes when trying to export the large report to HTML.No known workaround.
INT/FDC/002 fails on Solaris using the native compiler because the compiler does not generate the #line for the last source file line.
Workaround: add an additional blank line at the end of the file to solve the compiler issue.
All tests and services are selected when the test selection dialogue box shows more than 1 test selected in the service.
Workaround: use the setting Additional Options to set the option -service= and -test=
The test report printout is not correct, the symbols for pass / fail (red cross / green check mark) appear at wrong position in the html report.No known workaround.
The Qualification Kit does not support a TDP name containing a dot.
Workaround: modify CleanFile function into perl files.
Unable to set sizeof long as 64bits and sizeof int as 32bits in TDP parser settings.Solution: Add the new option --long_64_bits to set sizeof long as 64 bits while keeping sizeof int as 32 bits.
The instrumentation uses 100% CPU load for 2 to 4 hours when complex templates are used.No known workaround.
The command atlsplit -testname= adds the to all empty NT, PT, QT lines while splitting the .spt file.
The Microsoft /Gz compiler option causes a link error when using memory profiling.
Workaround: remove either the /Gz option or the memory profiling feature.