Difference between revisions of "STRIDE 4.2.01x"

From STRIDE Wiki
Jump to: navigation, search
(Runtime)
(Fixes)
Line 26: Line 26:
 
''This section describes defects which have been corrected in STRIDE and the customer tracking number associated with them, if any, in brackets [].''  
 
''This section describes defects which have been corrected in STRIDE and the customer tracking number associated with them, if any, in brackets [].''  
  
 +
* Waiting with timeout on [[Expectation Tests in C/C++|unordered Test Point expectation]] always results in a failure.
 
* [[Runtime_Reference|STRIDE Runtime]] source may fail to compile in environment where "long long" and "long" are the same type
 
* [[Runtime_Reference|STRIDE Runtime]] source may fail to compile in environment where "long long" and "long" are the same type
 
* [[Linux SDK]] may fail to compile in environment that has no support for SYS V semaphores.
 
* [[Linux SDK]] may fail to compile in environment that has no support for SYS V semaphores.
Line 31: Line 32:
 
* [[STRIDE Runner]] on Linux fails to trace with timeout.
 
* [[STRIDE Runner]] on Linux fails to trace with timeout.
 
* Running a [[Perl_Script_APIs#STRIDE::Test|STRIDE::Test]] module may result in resource leaks on the target.
 
* Running a [[Perl_Script_APIs#STRIDE::Test|STRIDE::Test]] module may result in resource leaks on the target.
* Running test units via [[AutoScript|ascript]] may not behave as expected.
+
* Running test units in [[STRIDE Studio]] via [[AutoScript|ascript]] may not behave as expected.
  
 
== Tests in Scripts ==
 
== Tests in Scripts ==

Revision as of 15:52, 14 May 2010

This page documents the changes in STRIDE version 4.2.01x (code name Hole In The Fence).

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.2.01x.


What's New

Based on customer feedback, in this release we have many key usability improvements and bug fixes.

Usability Improvements

Tests in Script

The STRIDE scripting solution has been optimized and ported to Linux.

Expectation Testing

Expectation Testing in Script and C/C++ has been enhanced to support non-strict validation.

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

  • STRIDE::Test module TestPointSetup method has been updated to support non-strict processing and to handle startup scenarious.

Tests in C/C++

  • Expectation Tests setup API, srTestPointSetup, API has been updated to support non-strict processing and to handle startup scenarious.

Samples

  • All samples were update.

Runtime

  • STRIDE Host Release 4.2.01x is compatible with the Runtime Version 4.2.01
  • Most of the Runtime files have been modified. It is recomended that you update them all.
  • The signature of the PAL OS Service Timer creation (palTimerCreate) has changed. The second argument is now a void pointer.
  • All Linux SDK files have been modified.
  • All Windows SDK files have been modified.