Difference between revisions of "STRIDE 4.3.01x"

From STRIDE Wiki
Jump to: navigation, search
(4.3.01b)
(Minor and Patch releases)
Line 89: Line 89:
 
* [[s2scompile|STRIDE Compiler]] in "gnu" mode incorrectly adds "/usr/include" to its include search directories.  
 
* [[s2scompile|STRIDE Compiler]] in "gnu" mode incorrectly adds "/usr/include" to its include search directories.  
 
* The Linux version of the [[STRIDE Runner]] may not properly specify file annotation's mime type.
 
* The Linux version of the [[STRIDE Runner]] may not properly specify file annotation's mime type.
 +
 +
=== 4.3.01c ===
 +
''New features and improvements:''
 +
* Added support for x64 target.
 +
* Changed [[STRIDE Runner#Syntax|STRIDE Runner]] trace option to use "yml" (instead of "yaml") as output type.
 +
 +
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 +
* [[Posix SDK]] fails to compile with custom transport enabled.
 +
* [[Posix SDK]] generates marshaling errors for complex target without multi-process.
 +
* The Linux version of the [[STRIDE Runner]] executes times slower compared to Windows
 +
* [[Windows_SDK#Kernel_Module_Integration|Windows SDK]] '''kernel mode''' support is incomplete.
 +
* [[Posix SDK]] may deadlock when built with <tt>-DPAL_USE_PTIMER_SIGEV_THREAD=0</tt> (default).
 +
 +
''The following Runtime files have been modified:''
 +
srdiag.h
 +
srdiag.c
 +
 +
''The following [[Posix SDK]] files have been modified:''
 +
Makefile
 +
palIO.c
 +
palOS.c
 +
stride.c
 +
stride.x64.settings
 +
 +
''The following [[Windows SDK]] files have been modified:''
 +
Makefile
 +
palOS.c
 +
stride.c
 +
stride.x64.settings
  
 
[[Category:Release Notes]]
 
[[Category:Release Notes]]

Revision as of 19:32, 28 October 2011

This page documents the changes in STRIDE version 4.3.01x (code name Power Plant), released on Jun 9, 2011.

Please review this information before upgrading from an earlier version.

Note that if you are upgrading from a previous installation you must uninstall your existing STRIDE before installing version 4.3.01x.


What's New

Based on customer feedback this release includes many key usability improvements and bug fixes.

Script Remoting

A full featured Perl Remoting API has been developed. Now you both "call" and "double" a function that exists on the target in a perl test module.

Tracing

The Tracing subsystem has been reimplemented. Now it allows tracing on any remote activity - test point/log, functions, messages, etc.

Posix SDK

A new Posix SDK (a generalization of previously existing Linux SDK) has been developed.

Change Details

Fixes

This section describes defects which have been corrected in STRIDE and the customer tracking number associated with them, if any, in brackets [].

Tests in Scripts

  • Improved test reporting support.
  • There is no implicit trace content annotation per test module anymore.
  • Error handling has been improved.

Tests in C/C++

  • Simplified handling of dynamic test case status - added new srTEST_DONE status.
  • Simplified handling of test doubles - added new srDOUBLE_RESET macro.
  • Error handling has been improved.

Samples

  • All samples have been updated.

Runtime

  • STRIDE Host Release 4.3.01x is compatible with the Runtime Version 4.3.01
  • All of the Runtime files have been modified. It is recommended that you update them all.
  • The content of the Linux SDK has become part of the new Posix SDK.
  • All Windows SDK files have been modified.

Minor and Patch releases

4.3.01a

New features and improvements:

  • Windows SDK has been updated to support kernel mode testing.
  • Added support for Perl version 5.14.

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

The following Posix SDK files have been modified:

Makefile
palIO.c
palOS.c
stride.h
stride.c
strideDaemon.c
TestApp.c

The following Windows SDK files have been modified:

Makefile
palIO.c
stride.c
stride.targets

4.3.01b

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

  • STRIDE Compiler may fail in C++ "microsoft" mode under Microsoft WDK 8.0 environment.
  • STRIDE Compiler in "gnu" mode incorrectly adds "/usr/include" to its include search directories.
  • The Linux version of the STRIDE Runner may not properly specify file annotation's mime type.

4.3.01c

New features and improvements:

  • Added support for x64 target.
  • Changed STRIDE Runner trace option to use "yml" (instead of "yaml") as output type.

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

  • Posix SDK fails to compile with custom transport enabled.
  • Posix SDK generates marshaling errors for complex target without multi-process.
  • The Linux version of the STRIDE Runner executes times slower compared to Windows
  • Windows SDK kernel mode support is incomplete.
  • Posix SDK may deadlock when built with -DPAL_USE_PTIMER_SIGEV_THREAD=0 (default).

The following Runtime files have been modified:

srdiag.h
srdiag.c

The following Posix SDK files have been modified:

Makefile
palIO.c
palOS.c
stride.c
stride.x64.settings

The following Windows SDK files have been modified:

Makefile
palOS.c
stride.c
stride.x64.settings